I've had success in getting PDFWindow working with my app, but Acrobat does some annoying things. The most annoying right now is that when I call pdf.printAll(), with the intent that no dialog box appear, a messagebox appears asking the user:
"""
WARNING! A script has requested to print an Acrobat file. This could print and entire document. Do you want to proceed printing?
[] Do not show this message again.
[Yes] [No]
"""
Discounting for the moment the grammatical error, and the fact that no matter whether or not I check the "do not show this message again" the message will appear every time I call printAll() or printAllFit(), I don't want my user to see this message at all.
I've had success in getting PDFWindow working with my app, but Acrobat does some annoying things.
Any ideas?
Foxit (http://www.foxitsoftware.com/) has a "light" PDF reader that I've been using for a while now -- it comes up much faster than Acrobat, and without the advertising widget. You might contact them to see if they have, or plan to have, an automation interface for it.
Discounting for the moment the grammatical error, and the fact that no matter whether or not I check the "do not show this message again" the message will appear every time I call printAll() or printAllFit(), I don't want my user to see this message at all.
Hi,
I was finding a script/tool written in Python which can help me to
delete red-eye effect from images.
Do you know something about it? open o commercial??
I have found that GIMP utilise a redeye.c script, but I don't know how
to utilize it.
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org