Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Helge Blischke Newsgroups: comp.lang.postscript Subject: Re: HOW2 remove page breaks? Followup-To: comp.lang.postscript Date: Sun, 11 Sep 2011 17:05:28 +0200 Lines: 36 Message-ID: <9d411uFjhaU1@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: individual.net ghhSZIrgyB+kmWmXidWQYwpbVzKeHuas8Gp9NRSmXr01pJqd0l Cancel-Lock: sha1:2EHlTfhS131/yzkH4xdJM1AKqRo= User-Agent: KNode/0.99.01 Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:325 NoHtmlMailsPlease wrote: > Adobe can read your *.pdf text to you while you're lying down. > But the un-natural pauses at the page breaks, cause loss of already > difficult > understanding, of the synthetic speech. > > Linux:OpenOffice converts the text to *.pdf; but obviously thinks in terms > of > pages [A4], so it can't be set for an infinite length page. > > OTOH converting pdf <-> ps is possible; so perhaps some ps-tool can remove > the > ? > > I'm guessing that the ps-code has simply got > instructions, > which are just deleteable. Or is there some 'global check' which will then > be > invalid? > > == TIA. The only chance you might have when creating the PDF or PS is to set the bottom and top margins to (nearly) zero and telling Acrobat or Reader to supress the gaps between pages. Note that both PostScript and PDF use a default coordinate system the origin of which is the lower left corner of the page. And even if you transform the coordinate system too have the origin at the upper left corner, you cannot set up a page which has infinite length (e.g. simly because of the limited size of integers in real computers). Helge