Hello all,

 

I am new to iTextSharp and need some help.  I have an application that
utilizes iTextSharp to create a PDF document from a database using
tables.  What I want to accomplish is that once the document is created,
I then want to insert some additional existing PDF documents into this
document.  I could probably create the first document and save it to
disk, then merge the additional PDF files, but I'm hoping there is an
easier way.  Where I am most confused is that it appears a writer must
be created to listen to the PDF to be inserted.  However, the examples
of the writers I have seen seem to require a new output file be opened.
For example:

 

Dim writer As PdfWriter = PdfWriter.GetInstance(DestinationDocument, New
FileStream(destinationfile, FileMode.Create))

 

This particular code requires a destination file to be designated,
however, since I already had a destination file specified in the initial
code that created the first part of the document.  Any help would be
greatly appreciated.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
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

Reply via email to