I've been trying to use pdfbox. That's the problem. It doesn't play nice with FOP. It keeps giving warning messages on the embedded fonts when I try to print.
-----Original Message----- From: mehdi houshmand [mailto:[email protected]] Sent: Wednesday, September 14, 2011 2:29 PM To: [email protected] Subject: Re: Can FOP work backwards? On 14 September 2011 18:31, Eric Douglas <[email protected]> wrote: > I know the intention of FOP is to create PDF, but since FOP did create > the PDF the code should be there to read the PDF. No, FOP doesn't parse PDF. > I want to take a PDF (generated by FOP) and read it back in, to be > able to print it, or to display it in a Swing component. I already > have a Swing component, if FOP can tell me enough information about > what it put in the PDF and where. Check out PDFBox, it has PDF displaying functionality. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
