Jump to content

Recommended Posts

Posted

I need to log into a website and print multiple webpages in one PDF, then email that PDF to a user, at a specific time every day.

I've successfully scripted the login function and I can call the first url.

Can someone help me print that to PDFCreator, then open the second url, and append that to the original PDF?

Thanks!

Posted

This is not the place to ask these types of questions, they should be in General Help & Support.

I also recommend you look in the Examples section, where there is plenty of PDF related scripts, etc.

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

  Reveal hidden contents

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Posted (edited)

did you try to use:

_IECreate(..

For .. to ...
_IENavigate(..
and now

Pdfcreator

 

and finally

_IEAction($oIE, "printdefault")

Next
Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

You must set PDFCreator as default printer.
And using PDFCreator you can set exactly PDFFileFullPath 

mLipok

EDIT:

  On 11/25/2014 at 8:13 PM, fuzzie said:

How do I give it a name and click save?

 

If you use "printdefault" then you can not expect to to any dialog appear - just print TO DEFAULT PRINTER

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

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
  • Recently Browsing   0 members

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