Combining files with command line (solved)

This Forum is for the use of End Users requiring help and assistance for Tracker Software's PDF-Tools.

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

support@kalthoff-luftfilter.de
User
Posts: 4
Joined: Tue Jun 09, 2020 10:05 am

Combining files with command line (solved)

Post by support@kalthoff-luftfilter.de »

Hi,
is it possible to combine 2 PDF via commandline without any prompt/gui ?
Is there an overview for passing parameters to the different tools ?
Last edited by support@kalthoff-luftfilter.de on Thu Sep 17, 2020 1:22 pm, edited 1 time in total.
User avatar
DenisO
Site Admin
Posts: 104
Joined: Fri Jun 09, 2017 5:40 pm

Re: Combining files with command line

Post by DenisO »

Hi
you can run Split Merge tool via command line:
"PDFXTools.exe" "/RunTool:showprog=no" "pdft.tool.splitMergePDF" "yourdfpath1.pdf" "yourdfpath2.pdf"

Also here is the link to command line options help
https://help.pdf-xchange.com/pdfxt ... ons_t.html

Best Regards,
Denis Oleksenko
Software Developer
Tracker Software Products (Canada) LTD
support@kalthoff-luftfilter.de
User
Posts: 4
Joined: Tue Jun 09, 2020 10:05 am

Re: Combining files with command line

Post by support@kalthoff-luftfilter.de »

I created 2 testfiles and want to combine them.

when entering the following command alwys the GUI pops up:

PDFXTools.exe /RunTool:showui=no;showprog=no splitMergePDF d:\T1.pdf d:\T2.pdf /Output:folder=D:\;filename=TEST.pdf

(we are using V7)
support@kalthoff-luftfilter.de
User
Posts: 4
Joined: Tue Jun 09, 2020 10:05 am

Re: Combining files with command line

Post by support@kalthoff-luftfilter.de »

solved:

I had to disable the option "merge / split manually"within the gui

Working fine now :wink:
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17949
Joined: Mon Jan 12, 2009 8:07 am
Location: London

Combining files with command line (solved)

Post by Tracker Supp-Stefan »

:)