The following is considered invalid to CFEclipse's parser:
<cfpdf action="protect" source="source.pdf" overwrite="yes"
encrypt="none" password="password">
This is valid according to adobe:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_p-q_02.html#2922772
The error is "The attribute 'source' is not valid for the <cfpdf> tag.
The attribute 'password' is not valid for the <cfpdf> tag."
My project is set to CF9. I have confirmed that source and password
exist in the dictionary xml files for cf8 and cf9 for CFEclipse
version 1.4.4.201012220425. I do not know why it still refuses to
accept these attributes or how I can fix it.
Thank you,
Andrew Hales