Re: Multiple PDF Pages using Export
- To: mathgroup at smc.vnet.net
- Subject: [mg95496] Re: [mg95468] Multiple PDF Pages using Export
- From: "Scot T. Martin" <smartin at deas.harvard.edu>
- Date: Tue, 20 Jan 2009 05:46:01 -0500 (EST)
- References: <200901190759.CAA09684@smc.vnet.net>
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 >
- Follow-Ups:
- Re: Re: Multiple PDF Pages using Export
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Multiple PDF Pages using Export
- References:
- Multiple PDF Pages using Export
- From: djorser@comcast.net
- Multiple PDF Pages using Export