Re: HTML to PDF Mac OS X..
Re: HTML to PDF Mac OS X..
- Subject: Re: HTML to PDF Mac OS X..
- From: -=eric=- <email@hidden>
- Date: Tue, 26 Feb 2002 04:38:24 -0500
On 2/26/02 3:45 AM, "Ian Mantripp" <email@hidden> wrote:
>
on 25/02/02 9:07 pm, -=eric=- wrote:
>
>
> Any ideas on how I could possibly grab an HTML page
>
> from the web and save it to a PDF file? (Aside from creating a hardcore
>
> scripting addition? -although this may be what I wind up doing :) )
>
>
Not sure if you can do this with AS but if you print to file the result is a
>
PDF file in OS X.
>
This sounds like it may work.. Any idea of what the syntax would be? I
checked the web and such to see if I could figure out what the AS command
would be- but no luck. I tried things like:
tell application "Internet Explorer"
Activate
GetURL page
print to file -- craps out before "to"
-- also tried: print document to file (but craps out before "to")
-- print as file ...
end tell
Thanks,
-=eric=-
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.