Print PDF to driver API

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

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

Post Reply
Tom Princen
User
Posts: 83
Joined: Wed Mar 25, 2015 10:15 am

Print PDF to driver API

Post by Tom Princen »

How can I send a PDF to the driver API?
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17820
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Print PDF to driver API

Post by Tracker Supp-Stefan »

Hello Tom,

Why do you want to reprint an already existing PDF - you should be able to modify pretty much anything in it without such need with the Core API, and even the Tools SDK should be able to achieve most things you might need, and then you just directly save the modified PDF, without a need to print it.

In any case if printing really is a must - you will need to do that with an application that can send PDF files to a printer (e.g. the Editor via command line), and then let the driver API handle the creation of the new PDF file.

Regards,
Stefan
Tom Princen
User
Posts: 83
Joined: Wed Mar 25, 2015 10:15 am

Re: Print PDF to driver API

Post by Tom Princen »

A printed document does not have the security restrictions as the original file...
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17820
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Print PDF to driver API

Post by Tracker Supp-Stefan »

Hi Tom,

I see. Lets continue the discussion in the other topic that will make reprinting unnecessary.

Regards,
Stefan
Post Reply