Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programmatically export PDF file to postscript file

Status
Not open for further replies.

jiana

Programmer
Jul 2, 2003
5
US
Hi. I'm new to the software developing prefession and kind of got pushed into the field based on my IT experience in other areas. I am using Adobe Acrobat 4 and I am trying to programmatically export the contents of a PDF file to a postscript file using Visual Basic. This option is available manually by going to File|Export|PostScript or EPS. Doing it manually generates another user dialog that I want to bypass. Is this possible?
 
Yes, this is possible, but you're in the wrong forum. Post this in an Acrobat forum.

But to point you in the right direction, Acrobat exposes certain abilities as an Automation object. They refer to it as IAC, interapplication communication, but it's COM pure and simple.

Use VB's Object Browser to see the various interfaces.

COM and JavaScript support got a lot better with Acrobat 5 and then again with 6.

Thomas D. Greer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top