Re[2]: Export MS Excel range to a PDF file
Re[2]: Export MS Excel range to a PDF file
- Subject: Re[2]: Export MS Excel range to a PDF file
- From: Leonid Bogdanov <email@hidden>
- Date: Mon, 23 May 2011 21:36:29 +0400
I found a workaround for this issue: it turned out that MS Excel copies selected range object
into the Clipboard in a PDF format (among several others). Saving this PDF data from the Clipboard,
we'll get the desired range object in a PDF format.
Mon, 23 May 2011 09:17:05 -0700 letter from Paul Berkowitz <email@hidden>:
> I would try to work around that limitation by copying the range to a new
> workbook, then 'save workbook as [workbook] file format PDF file format',
> then (optionally) deleting the new workbook.
>
> I haven't tried it, but that's where I'd start. Check the 'save as' command
> in the Microsoft Excel Suite. It looks like it should be possible.
>
> --
> Paul Berkowitz
>
>
> > From: Leonid Bogdanov <email@hidden>
> > Reply-To: Leonid Bogdanov <email@hidden>
> > Date: Mon, 23 May 2011 13:09:41 +0400
> > To: AppleScript-Users <email@hidden>
> > Subject: Export MS Excel range to a PDF file
> >
> > Hello!
> >
> > Does anybody have an example on how to export a MS Excel range object
> into
> > a PDF file?
> > Windows version of MS Excel has an ability to programmatically save a
> > range object into a PDF file (exportAsFixedFormat() method in COM
> interface).
> >
> > Sadly, a range object doesn't understand save or save as commands too.
> >
> > Thank you!
> > _______________________________________________
> > Do not post admin requests to the list. They will be ignored.
> > AppleScript-Users mailing list (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> >
> > Archives: http://lists.apple.com/archives/applescript-users
> >
> > This email sent to email@hidden
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden