I have a PostScript program used to generate PDFs. When such PDFs
are viewed two-pages-at-a-time, side-by-side, I want page 1 to be
opposite page 2, rather than the usual behaviour of page 1 alone
and page 2 opposite 3.
Presumably if there is a way to specify this in the PDF, that
specification could be passed to the PDF from PostScript by mark …
pdfmark.
No, this is not specified in the PDF (I think).
I have a PostScript program used to generate PDFs. When such PDFs are viewed two-pages-at-a-time, side-by-side, I want page 1 to be opposite page 2, rather than the usual behaviour of page 1 alone and page 2 opposite 3.
Presumably if there is a way to specify this in the PDF, that specification could be passed to the PDF from PostScript by mark … pdfmark.
¿Please, is there a way for a PDF to require that page 1 is to be shown opposite page 2?
For those interested, link to program and its manual: http://www.jdawiseman.com/papers/placemat/placemat.ps http://www.jdawiseman.com/papers/placemat/placemat.html
I would suggest prepending a blank page 0 to your page-set.
I have a PostScript program used to generate PDFs. When such PDFs are viewed two-pages-at-a-time, side-by-side, I want page 1 to be opposite page 2, rather than the usual behaviour of page 1 alone and page 2 opposite 3.
...
[{Catalog} << /PageLayout /TwoColumnLeft >> /PUT pdfmark
or, if you prefer (requries PDF 1.5 or above)
[{Catalog} << /PageLayout /TwoPageLeft >> /PUT pdfmark
…
[{Catalog} << /PageLayout /TwoColumnLeft >> /PUT pdfmark
or, if you prefer (requries PDF 1.5 or above)
[{Catalog} << /PageLayout /TwoPageLeft >> /PUT pdfmark…
Is there any disadvantage to choosing the first?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 162:07:56 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,500 |