These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

acrobat 8 sdk

james405
Registered: Jun 20 2007
Posts: 2

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

My Product Information:
Acrobat Pro 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Answers:
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

thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Sorry, wrong web site,

This is where all the Acrobat/Pdf technical documents are:

[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script