I heard that it is possible to convert the .ps files to PDF format using IText, is that true?. Can anyone help me with how to proceed on to do this convertion it would be very help if you could give me some code snip which does this conversion.
Thank You
Regards,
Govardhan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Visit Lowagie's site. <http://www.lowagie.com/iText/>
PostScipt to PDF sample is <http://itextdocs.lowagie.com/examples/com/lowagie/examples/objects/images/tiff/EncapsulatedPostScript.java>.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I saw tht example. Can u help me with some simple program, which just accepts a postscript file (which can contain both text and images or either one) and convert this file into a PDF file. I was not able to understand the example and compile it so i am asking u for another simple code (program) which does this using the IText library.
Regards,
Govardhan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I heard that it is possible to convert the .ps files to PDF format using IText, is that true?. Can anyone help me with how to proceed on to do this convertion it would be very help if you could give me some code snip which does this conversion.
Thank You
Regards,
Govardhan
>I heard that it is possible to convert the .ps files to PDF format using IText, is that true?.
Yes. But, iText.NET doesn't support it. Use Java version.
Hi,
Thanks for responding. Can i get some help on hw to do it. If i could get some code snip then it would be very helful.
Thank You
Regards,
Govardhan
Visit Lowagie's site. <http://www.lowagie.com/iText/>
PostScipt to PDF sample is <http://itextdocs.lowagie.com/examples/com/lowagie/examples/objects/images/tiff/EncapsulatedPostScript.java>.
Hi,
I saw tht example. Can u help me with some simple program, which just accepts a postscript file (which can contain both text and images or either one) and convert this file into a PDF file. I was not able to understand the example and compile it so i am asking u for another simple code (program) which does this using the IText library.
Regards,
Govardhan
I recommend you to go iText site <http://www.lowagie.com/iText/> to know such an issue.