Hi,
I originally have a 1(one) page PDF document stored in a database as a BLOB. I then retrieve the page and append 2 other PDF pages to the end of the original document (as giving in the Concatenate example) and resave to the database. I know the database has all three pages because i have written a program that will go to the database and display the contents when a link is pressed. However, when I retrieve the bytes from the database into a PDFReader (ie , PDFReader reader = new PDFReader(
blob.getBinaryStream());), i then do a reader.getNumberOfPages() and am returned 1 (one) when I am supposed to get 3(three). Any aid or suggestions are greatly appreciated.
Cheers,
ivan
