Glad I could be of assistance.
Cheers,
Brian
Brian Moore
Application Developer
1245 Bridgestone Blvd
LaVergne, TN 37086
(615) 259-5840 - Direct
From: "Tolting Colt Acres, Inc."
To: "'Post all your questions about iText here'"
Date: 04/25/2013 07:44
fReader("c:\\dxl\\PersonDevice1.pdf");
copy.addDocument(reader1);
copy.addDocument(reader2);
copy.close();
document.close();
System.out.println("Done!");
}
}
Brian Moore
Application Developer
1245 Bridgestone Blvd
LaVergne
f.text.pdf.PdfImportedPage =
writer.getImportedPage(reader2, 1);
cb.addTemplate(page, 0, 0); //this works as expected
var page2:com.itextpdf.text.pdf.PdfImportedPage =
writer.getImportedPage(reader2, 2);
cb2.addTemplate(page2, 0, 100); //this will add, and with the 100 do an
offset, but
ell us what you have done and tell us where you have researched to find
the answer already."
Cheers,
Brian
Brian Moore
Application Developer
1245 Bridgestone Blvd
LaVergne, TN 37086
(615) 259-5840 - Direct
From: "John Renfrew"
To: "'Post all your questions a
I'm sure this has been covered before, but I've looked and not been able to
find it.
I get an error on the open line from this:
RtfWriter2.getInstance(doc, baos);
doc.open();
I have no problem if I use:
PdfWriter.getInstance(doc, baos);
doc.open();
Here is the error:
java.lang.NoSuchMethodError