Vba: convert pdf file to ps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugavelmsc
    New Member
    • Apr 2008
    • 54

    Vba: convert pdf file to ps

    Hi,

    In VBA, how to convert PDF file to PS file.

    Thanks in advance,
    Murugavel
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Hi. Sorry, but I think this is not a topic we can answer for you - there is no simple or easy way I can think of to convert a PDF file to PostScript, and even if a code solution was available it would not be simple at all...

    Why not print whatever source file you have started with to a PostScript printer driver, storing the file on disk instead of sending to a printer port? You are likely to have more success with using the standard Windows printer drivers under program control than trying the impossible task of converting PDF to PS in VBA.

    -Stewart

    Comment

    Working...