|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Weird self-fixing problem with cell styles
Next by Date:
Re: Using Coefficient on an equation
Previous by thread:
HowTo: Fix usage message errors
Next by thread:
Re: Multiple PDF Pages using Export
|