Combine multiple pdf files base on text box

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
onik1992
User
Posts: 2
Joined: Tue Jun 19, 2018 1:17 pm

Combine multiple pdf files base on text box

Post by onik1992 »

Hello,

I am trying to combine pdf document base on the textbox input.

aa_123456_a.pdf
aa_123456_b.pdf
aa_123456_c.pdf

EX.

Code: Select all

      Dim textboxstring as string = textbox.text            'textboxstring should be 123456
      if pdf file name contains textboxstring 
             merge all the pdf containing the textboxstring 
i trying to do it this way so that i don't have to browse the entire directory to combine the files.
User avatar
Will - Tracker Supp
Site Admin
Posts: 6815
Joined: Mon Oct 15, 2012 9:21 pm
Location: London, UK
Contact:

Re: Combine multiple pdf files base on text box

Post by Will - Tracker Supp »

Hi onik1992,

Thanks for the post, but you have posted in the End User forums and, from what I can tell, you're using an SDK. Please advise on the specific SDK you're using and we can then move this to the appropriate forum, and forward it to the development team.

Thanks,
If posting files to this forum, you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded.
Thank you.

Best regards

Will Travaglini
Tracker Support (Europe)
Tracker Software Products Ltd.
http://www.tracker-software.com
onik1992
User
Posts: 2
Joined: Tue Jun 19, 2018 1:17 pm

Re: Combine multiple pdf files base on text box

Post by onik1992 »

Will - Tracker Supp wrote:Hi onik1992,

Thanks for the post, but you have posted in the End User forums and, from what I can tell, you're using an SDK. Please advise on the specific SDK you're using and we can then move this to the appropriate forum, and forward it to the development team.

Thanks,
i am currently using:
PDF-XChange Editor SDK
User avatar
Paul - Tracker Supp
Site Admin
Posts: 6901
Joined: Wed Mar 25, 2009 10:37 pm
Location: Chemainus, Canada
Contact:

Re: Combine multiple pdf files base on text box

Post by Paul - Tracker Supp »

Thanks onik1992

one of the SDK devs will post on here soon.

regards
Best regards

Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Combine multiple pdf files base on text box

Post by Sasha - Tracker Dev Team »

Hello onik1992,

Use this operation with needed files:
https://sdkhelp.pdf-xchange.com/vi ... ombineDocs

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply