Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
Merge Function and Document Tags (Structured PDF I |
Post Reply ![]() |
Author | |
Dave5280 ![]() Beginner ![]() Joined: 02 Oct 12 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 02 Oct 12 at 8:04PM |
Hello, My Issue: After merging two documents together, the tags from the second document are no longer present in the merged output. My Test: 1. Created two simple PDF documents that contain one form field each (FirstName1 and FirstName2). 2. Merged the files using the MergeDocument method. 3. Using Acrobat Pro and looking at the “Tags”… I notice all tags from document two are now missing. Thanks, Dave |
|
![]() |
|
Ingo ![]() Moderator Group ![]() ![]() Joined: 29 Oct 05 Status: Offline Points: 3530 |
![]() ![]() ![]() ![]() ![]() |
Hi Dave!
Please keep in mind: Creating two pdf-documents with an Adobe product... Merging them with a third party tool like Debenu QuickPDF... At least working on it with an Adobe product again... always will be the source for many complications and irritations. To your problem: Which DQP-version (the number) you're using? Which DQP-type (activex, normal dll, delphi dcu) you're using? Did you create your testcode similar to the sample code from the online-guide? Posting your used code snippet would be helpful... Cheers and welcome here, Ingo Cheers and welcome here |
|
![]() |
|
Dave5280 ![]() Beginner ![]() Joined: 02 Oct 12 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() |
Hi Ingo,
Thanks for the quick reply...
DQP-version:
9.11.919.1456
DQP-type:
DLL
Code:
//1st Doc finalDoc.LoadFromFile(@"C:\Projects\QuickPDF\FN1.pdf", ""); primaryDoc = finalDoc.SelectedDocument(); //2nd Doc finalDoc.LoadFromFile(@"C:\Projects\QuickPDF\FN2.pdf", ""); secondaryDoc = finalDoc.SelectedDocument(); //Set Main Doc finalDoc.SelectDocument(primaryDoc); //Merge 2nd Doc finalDoc.MergeDocument(secondaryDoc); //get bytes byte[] bytes = finalDoc.SaveToString(); |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store