operating system - How to create PS file from PDF file using Java? -
i wrote application create pdf file pddocument file work fine. use pdfbox library
pddocument pdfdoc = pddocument.load(pdffile);
now want create ps(post script) file pdf file. there way in java. can use free api.
many thanks.
adobe seems have library. here instructions. please note, have not tried myself: http://help.adobe.com/en_us/livecycle/9.0/programlc/help/index.htm?content=000761.html
this link has more detailed solution: http://help.adobe.com/en_us/livecycle/9.0/programlc/help/index.htm?content=000074.html
Comments
Post a Comment