Hello everyone,
I am integrating the PDF-Tools SDK into our document workflow and have a question about the batch processing API. Specifically, I need to understand how the file processing queue works with multiple concurrent operations.
The documentation mentions asynchronous processing but I would appreciate some clarification on the implementation details.
Thank you for your help.
PDF-Tools SDK: question about batch processing API
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Stefan - PDF-XChange
-
DevIntegration
- User
- Posts: 1
- Joined: Mon Jul 27, 2026 7:05 pm
PDF-Tools SDK: question about batch processing API
You do not have the required permissions to view the files attached to this post.
-
Daniel - PDF-XChange
- Site Admin
- Posts: 13054
- Joined: Wed Jan 03, 2018 6:52 pm
Re: PDF-Tools SDK: question about batch processing API
Hello, DevIntegration
I am not certain on how to go about this in the SDK products, but our end user products allow this via a simple command line implementation.
Kind regards,
I am not certain on how to go about this in the SDK products, but our end user products allow this via a simple command line implementation.
- example, in Cmd:
start "" /wait "C:\Program Files\PDF-XChange\PXCTools.exe" /RunTool "pdft.tool.filesToPDF"
start "" /wait "C:\Program Files\PDF-XChange\PXCTools.exe" /RunTool "pdft.tool.overlayDoc"
in PowerShell:
Start-Process -FilePath "C:\Program Files\PDF-XChange\PXCTools.exe" -ArgumentList '/RunTool', '"pdft.tool.filesToPDF"' -Wait
Start-Process -FilePath "C:\Program Files\PDF-XChange\PXCTools.exe" -ArgumentList '/RunTool', '"pdft.tool.overlayDoc"' -Wait
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
[email protected]
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
[email protected]