Here's my scenario...
I have an app, which allows the user to physically print a document.
I want to use the PDFCreator's workflow capability as an intermediary that would allow me to transparently generate a PDF from the initial document that was sent to print, adjust the generated PDF using another external program (which is a part of my app), then forward the adjusted PDF to the system's default physical printer for final output.
Is there a way to achieve all this without raising any PDFCreator dialogs that would require user's interaction?
In case it matters, the version I'm working with is 4.1.3.
So far, I've managed to define a custom PDFCreator profile with a workflow that performs the intermediary steps I would require (i.e. calling my adjustments-making app).
Unfortunately, I can't find a way to connect the flow. When I click "Print" in my app, a PDFCreator Save dialog is presented, which is not what I want. Furthermore, my custom profile is not selected by default (presumably because I don't know yet how to configure that). And even if I select it, there is no "Print" option, only "Save". Which I actually want to avoid here... Nor me nor the user of my app are interested in saving the PDF to disk - it's all just an intermediary step to reaching the ultimate and only goal: to print out the adjusted document on the physical printer.
I admit I'm probably confusing a number of things regarding PDFCreator's features, but I got the impression that what I want should be somehow possible.
I'd very much appreciate any pointers I could get! Thank you!