Re: [iText-questions] Load a single page of a pdf document

2007-02-08 Thread Bruno Lowagie
mangoo4j wrote: > I'm trying to load a single page of a pdf document that is available as > byte[]. Following I want to add some extra content (text) to the page and > write it to the filesystem. > I'm not sure whether I'm on the right track while loading the single page of > interest using: > > b

[iText-questions] Load a single page of a pdf document

2007-02-08 Thread mangoo4j
I'm trying to load a single page of a pdf document that is available as byte[]. Following I want to add some extra content (text) to the page and write it to the filesystem. I'm not sure whether I'm on the right track while loading the single page of interest using: byte[] page = new PdfReader( b