Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!216.196.110.144.MISMATCH!border3.nntp.ams.giganews.com!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Sat, 23 Apr 2011 15:29:31 -0500 From: ken Newsgroups: comp.lang.postscript Subject: Re: PDF: multiple slides per page to one slide per page? Date: Sat, 23 Apr 2011 21:29:25 +0100 Message-ID: References: <7d554826-c2b6-4dff-a363-8e8bf16c6798@r19g2000prm.googlegroups.com> <3e3f53ca-2bf5-428a-b6ea-12da34cb3aeb@34g2000pru.googlegroups.com> Reply-To: ken@spamcop.net MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit User-Agent: MicroPlanet-Gravity/3.0.4 Lines: 19 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-gXG0ds1sVppAxdM9aVTtIswd6kddFO16ZM9zQnqenir3ZHCp+EoJGXoXDzr3eAfnec84zUGa8eWtosw!EMr76oxpkdburBf2CoRj+Ou8RHzwI9jFvllpkSYEK89sLaIX/fCoCd145TJ6rixcRWGTBVo+JinP!tSa3BWKCDO3T4ek= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2039 Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:128 In article <3e3f53ca-2bf5-428a-b6ea-12da34cb3aeb@ 34g2000pru.googlegroups.com>, dmathog@gmail.com says... > > On Apr 23, 8:10 am, ken wrote: > > > So if you change 'dup' to 'dup dup dup' (or as many as are required for > > the number of sub pages -1) then ti will work better :-) > > Ok, that fixes the "crash", but how about the blank PDF and PS output? I believe you have the page offsets incorrect, I changed them and was able to get decent output. I'm working on a better PostScript program, now I have a good idea of what's required. I should also ask what version of Ghostscript you are using ? Also, if you want PostScript output, do please use the ps2write device, not the deprecated pswrite device. Ken