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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Merge Function and Document Tags (Structured PDF I
  FAQ FAQ  Forum Search   Register Register  Login Login

Merge Function and Document Tags (Structured PDF I

 Post Reply Post Reply
Author
Message
Dave5280 View Drop Down
Beginner
Beginner


Joined: 02 Oct 12
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dave5280 Quote  Post ReplyReply Direct Link To This Post Topic: Merge Function and Document Tags (Structured PDF I
    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

Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3530
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 02 Oct 12 at 8:18PM
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
Back to Top
Dave5280 View Drop Down
Beginner
Beginner


Joined: 02 Oct 12
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dave5280 Quote  Post ReplyReply Direct Link To This Post Posted: 02 Oct 12 at 8:29PM
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();

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store