bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

split postscript files for printing booklets


From: Zhang Weiwu
Subject: split postscript files for printing booklets
Date: Mon, 15 Sep 2008 21:40:33 +0800
User-agent: Thunderbird 2.0.0.14 (X11/20080621)

Hi. First I am completely newbie to both this group and postscript. I
just think maybe here I can find answer to my problem.

I used to print booklet with psbook + psnup. Simple. The new problem I
have is our designer can only produce postscript documents with 2 pages
tied into one. Suppose she produce a 4-page only booklet, it look like this:

 her PS file's page 1      her PS file's page 2

+----------+----------+  +----------+----------+
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|   -1-    |   -2-    |  |   -3-    |   -4-    |
+----------+----------+  +----------+----------+

 her PS file's page 3      her PS file's page 4

+----------+----------+  +----------+----------+
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|   -5-    |   -6-    |  |   -7-    |   -8-    |
+----------+----------+  +----------+----------+

While I need to print it like this:

  my PS file's page 1       my PS file's page 2

+----------+----------+  +----------+----------+
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|   -8-    |   -1-    |  |   -2-    |   -7-    |
+----------+----------+  +----------+----------+

 her PS file's page 3      her PS file's page 4

+----------+----------+  +----------+----------+
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|          |          |  |          |          |
|   -3-    |   -6-    |  |   -4-    |   -5-    |
+----------+----------+  +----------+----------+

The difficulty here is I have to split her PS file into two halves
before I can pipe it to psbook to generate new page layout.

So basically my question is: how to make a postscript file from original
file, with the page number doubled and each page in original file was
spitted vertically into two separate pages?

Thank very much in advance!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]