2 questions.
1. Are there any known issues with using .net encryptiong with pdf files?
2. I have any app that uses the acrobat interop assembly to preform functions such as page extraction, which runs ok. The user also needs to be able to save the file to "Plain-Text". Using the pdDoc object the only method I am seeing is Save with calls for a type and a name. The type is a short. Is this a file type parameter, and if it is where do I find the list that details this..??
Thanks
1. Not that I know of, but what exactly are you doing?
2. All the documentation for the Acrobat IAC can be downloaded from here
[url=http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/date_time_part1/]http://www.acrobatusers.com/tech_corners/javascript_corner/tips/2006/date_time_part1/[/url]
The PDDoc.Save function won't help you. However, you can save as text from Acrobat JavaScript and you can run JavaScript from the IAC. The documentation is on the same web page as above. The document is about using Acrobat JavaScript from VB.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script