[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Postscript dilemma
- Subject: Postscript dilemma
- From: "Adem M. Hamidovic" <hamidoam@TUNS.CA>
- Date: Thu, 19 Dec 1996 11:27:27 -0400
I'm having problems trying to merge several postscript reports into one
single report. What I'm currently doing is generating the individual
reports, than making a system call to cat them all into one file and
remove the individual reports. This works fine, except that the final
report now contains several individual postscript files, complete with
repeated headers (font info, all that stuff). This works fine when
sending it to a printer, but we would like to be able to look at this
report in GSView prior to/instead of printing. When I open up said
report in GSView, it states that I have 21 pages, when in actual fact I
should have over 900. What it has done is look through the final report
and found that the largest number of pages (for one of the individual
reports) is 21. My question is, can I merge all those files into one
file and still have it in postscript without having repeated headers? I
would guess that I could create the reports in something other than
postscript, cat them, and then (somehow) change the final file to
postscript. Anyway, any and all suggestions would be greatly appreciated!
-Adem Hamidovic