Search found 2 matches

by jakebyte
Thu Sep 20 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Append not working
Replies: 2
Views: 10319

Found Append issue

I found the issue with Append, and it ends up not being a problem with append, but may be an issue with Save??? The 2 documents I had created came from SQL Server 2005 Reporting Services, then I modify a few attributes and save the PDF files using: PDFDocument.Save(fsNew, Amyuni.PDFCreator.IacFileSa...
by jakebyte
Wed Sep 19 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Append not working
Replies: 2
Views: 10319

Append not working

I have 2 PDF files that were generated through SQL Server 2005 Reporting Services. I then modify the files with PDFCreator to update the subject, title, creator, author, and keywords such as: PDFDocument.AttributeByName("Title").Value = sTitle; I then take these 2 files and append them int...