Hi Philippe, PDFBox cannot do that directly. For simple PostScript files you might be able to parse the files yourself and convert the drawing commands into equivalent PDF commands. However, for any non-trivial file you’re going to need a PostScript interpreter.
If you don’t need to be 100% Java then an alternative route would be to convert your PostScript to PDF using Ghostscript and then you can use PDFBox to include that PDF image on a page. -- John > On 12 Nov 2014, at 01:02, [email protected] wrote: > > Hi, > > is it possible to include PostScript images on a PDPage in PDFBox? > > > Many thanks. > > Philippe > > >

