Multiple PDF Pages using Export
- To: mathgroup at smc.vnet.net
- Subject: [mg95468] Multiple PDF Pages using Export
- From: djorser at comcast.net
- Date: Mon, 19 Jan 2009 02:59:21 -0500 (EST)
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: Multiple PDF Pages using Export
- From: "Scot T. Martin" <smartin@deas.harvard.edu>
- Re: Multiple PDF Pages using Export