Hi
I am tring to concat pdfs in my application. Now i received a pdf file
with two revisions. Itext chooses the first revision, i wanted the
latest one.
Is there anyway to specify to itext to always read the latest revision?
This codes gives me the first revision not the latest:
reader = new PdfReader( pdf );
int numberOfPages = reader.getNumberOfPages();
for (int pageNum = 1; pageNum <= numberOfPages; pageNum++) {
PdfImportedPage importedPage = writer.getImportedPage( reader, pageNum );
pdfContentByte.addTemplate(importedPage, transform);
--
Idar
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php