PDFWindow... how to get around stupid Acrobat behavior

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.

Any ideas?

···

--
pkm ~ http://paulmcnett.com

Paul McNett wrote:

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.

···

--
Don Dwiggins
Advanced Publishing Technology

Paul McNett wrote:

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.

Any ideas?

http://www.google.com/search?num=30&hl=en&q="A+script+has+requested+to+print+an+Acrobat+file"&btnG=Search

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

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

You're on the wrong mailing list. You should post there:
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Stani

···

--

Mariano Di Felice schreef:

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