Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #325

Re: HOW2 remove page breaks?

From Helge Blischke <h.blischke@acm.org>
Newsgroups comp.lang.postscript
Subject Re: HOW2 remove page breaks?
Followup-To comp.lang.postscript
Date 2011-09-11 17:05 +0200
Message-ID <9d411uFjhaU1@mid.individual.net> (permalink)
References <j4i31f$goj$2@dont-email.me>

Followups directed to: comp.lang.postscript

Show all headers | View raw


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
> <page-breaks>?
> 
> I'm guessing that the ps-code has simply got <standard page-break>
> 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

Back to comp.lang.postscript | Previous | NextPrevious in thread | Find similar


Thread

HOW2 remove page breaks? "NoHtmlMailsPlease" <UsePlainText@dog.edu> - 2011-09-11 12:24 +0200
  Re: HOW2 remove page breaks? Helge Blischke <h.blischke@acm.org> - 2011-09-11 17:05 +0200

csiph-web