Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any Easy Way to Print & Concatenate Different Reports?
Message
From
28/08/2001 11:40:55
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
 
 
To
28/08/2001 10:58:59
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00549636
Message ID:
00549870
Views:
22
>
> Ah ha! So Distiller is capable of concatenating into a single
> file then? That's great news..
>


yes it is. one thing that isn't obvious however, is that in addition
to creating your PostScript files (by issuing REPORT commands) you
also need to create a file that looks like the following.
i'm no expert on the Distiller command line options, i just found
this documented in the Adobe help and copied the command line.
the second step mentioned above,
is to distill this file. the filename you give this file determines
the root filename of the resulting pdf file.
/prun { /mysave save def dup = flush RunFile clear cleardictstack mysave restore } def

(C:/TEMP_DIR/RPT_001.PS) prun
(C:/TEMP_DIR/RPT_002.PS) prun
      .
      .
      .
(C:/TEMP_DIR/RPT_0nn.PS) prun
patrick
Previous
Reply
Map
View

Click here to load this message in the networking platform