Thomas McDevitt wrote: > > > Hey, > > I am working on a vb.net project that has a master pdf file that I need > to insert single pdf files into it. I can add the files fine but it > always adds the single pdf file to the end. Is there any way I can pick > a page number to add the singles pdf to the master pdf file.
What are single pdf files? PDF files with a single page? In that case, why don't you use PdfStamper.insertPage and add a PdfImportedPage to that new page? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
