ClawPDF COM - ShowProgress not working #147
Unanswered
mpreis1976
asked this question in
Q&A
Replies: 1 comment
-
This run perfectly with VB calling COM interface !!! TAKE CARE - CONSUMING RESOURCE and TIME. It not possible to trigger progession... Not usefull |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I do convert several print-outs from a CAD-application using ClawPDFs COM interface which works quite good.
Here is my (AutoIT) Code how it's done:
My problem is that the conversion of a multipage-PDF can take up to 2 minutes where the main application is idle and the user could possible think everything is set and done.
Therefore I added the line
$oJob.SetProfileSetting('ShowProgress', 'True')
to show the progress of the file creation.Unfortunately the added line of code did not bring any effect. There is no progress information, no window, nothing ...
Is there anything wrong with my code or do I have to add something more to see a progress indicator?
Beta Was this translation helpful? Give feedback.
All reactions