In the PDFCreator there are some saved Options profile used for PDF printing using UI. I want to use the same profiles using COM interface for automatic printing. So idea is someting like this:
1) read name of the current profile (default for this user?),
2) set another saved profile (with some settings, ie. signing) - I have name of the saved profile,
3) print doc using profile,
4) set everything back.
I cannot find any example with cOptionProfile property...