Re: [iText-questions] Adding Pages To PDF From Records

2008-06-17 Thread Dan Schofield
, June 17, 2008 4:22 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Adding Pages To PDF From Records Dan Schofield wrote: > Is there a step that I am missing? PdfCopyFields isn't the best suited class in this context. You are flattening the forms you are addin

Re: [iText-questions] Adding Pages To PDF From Records

2008-06-17 Thread Bruno Lowagie
Dan Schofield wrote: > Is there a step that I am missing? PdfCopyFields isn't the best suited class in this context. You are flattening the forms you are adding to the new document. In that case, you'd better use PdfSmartCopy as demonstrated here: http://1t3xt.info/examples/browse/?page=example&id

[iText-questions] Adding Pages To PDF From Records

2008-06-16 Thread Dan Schofield
I'm having an issue when trying to add new pages from a record set with an existing PDF serving as the template and the record set serving as the values to be filled in. I am using this in a .NET 2.0 web application and am trying to output to a stream so that the user can decide whether to Open