Re: [iText-questions] problem appending PDF files

2013-04-25 Thread Brian . Moore
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

Re: [iText-questions] problem appending PDF files

2013-04-24 Thread Brian . Moore
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

[iText-questions] Second page for PDFContentByte

2012-11-04 Thread Brian . Moore
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

Re: [iText-questions] My plan to shut down the mailing-list

2012-10-09 Thread Brian . Moore
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

[iText-questions] Getting error from RtfWriter2

2010-03-08 Thread Brian Moore
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