Jump to content

Silently Print PDF


Recommended Posts

I found a topic on this from 3 years ago with some code and links to some .au3 files, however, it appears much has changed within that time and it doesn't work.

I need to print a PDF, it's created by a webpage (for simpler methods, it saves to a network location) - is it possible to open a PDF viewer to print the document, or would it even be possible to get the PDF directly from the webpage (using inetget)?

Link to comment
Share on other sites

  • Moderators

Using InetGet would be simple enough, have you looked at the examples in the help file?

$oFile = InetGet("http://kosovo.ohchr.org/repository/docs/2_slo_sample.pdf", @DesktopDir & "\MyPDF.pdf")

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

  • 3 weeks later...

If it can help, I usually use an external application for PDF print, to be sure that it works, even if there is no PDF Reader installed.

I use Sumatra PDF (portable version). With some command line parameters, you can either print on the default printer or on that of your choice.

Link to comment
Share on other sites

  • 7 months later...

If it can help, I usually use an external application for PDF print, to be sure that it works, even if there is no PDF Reader installed.

I use Sumatra PDF (portable version). With some command line parameters, you can either print on the default printer or on that of your choice.

Thank You, this Application is great, it works so good for me, I was needing to print to a not default printer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...