Re: Re: Multiple PDF Pages using Export
- To: mathgroup at smc.vnet.net
- Subject: [mg95570] Re: [mg95496] Re: [mg95468] Multiple PDF Pages using Export
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Wed, 21 Jan 2009 06:50:51 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200901190759.CAA09684@smc.vnet.net> <200901201046.FAA16752@smc.vnet.net>
- Reply-to: murray at math.umass.edu
File > SaveAs offers the choice to save the notebook in PDF, and does
so, even with many pages.
Scot T. Martin wrote:
> Don, I don't think the functionality you want exists. I hope someone
> writes and explains that I'm wrong because I also export directly to PDF
> for my applications. I think I read somewhere that Mathematica only
> supports single page export in PDF (can't find it now) and this is indeed
> my experience.
>
> What do I do?
>
> I write 4 PDF files and then use the Adobe Acrobat "assemble into a single
> PDF" option.
>
>
>
> On Mon, 19 Jan 2009, djorser at comcast.net wrote:
>
>> Hi All!
>>
>> I'm interested in generating one PDF graphic per page as in
>>
>> fourpages=Table[Graphics[Circle[], ImageSize -> {s, s}], {s, 100, 200, 25}]
>>
>> followed by something like
>>
>> Export["file.pdf", Table[{Page[i] -> fourcircles[[i]]}, {i, 1, 4}], "PDF"]
>>
>> Without the nonexistent function Page[i], i.e., just fourcircles[[i]], the
>> four images are horizontally juxtaposed in the same page and not
>> on separate pages.
>>
>> Another words, one table[[i]] graphic per one PDF page for four pages.
>>
>> Thanks in advance!
>>
>> Don J. Orser
>>
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Multiple PDF Pages using Export
- From: djorser@comcast.net
- Re: Multiple PDF Pages using Export
- From: "Scot T. Martin" <smartin@deas.harvard.edu>
- Multiple PDF Pages using Export