Stone Design Forums

Discussion for all things pertaining to Stone Design software
It is currently Fri May 24, 2013 9:01 pm

All times are UTC - 7 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Step and repeat optimization
PostPosted: Tue May 10, 2005 5:35 am 
I'm using Control Scripts for combining many pdf files on the same page.

I've written a script like this:

define pdf_page_setup(pagenum) {
if(pagenum == 1) {
setupPage(...,....,0.0,1.0,1.0,0);
setMediaBox(int(...),int(...)); }
if(pagenum == 2) {
setupPage(...,....,0.0,1.0,1.0,1); }
if(pagenum == 3) {
setupPage(...,...,0.0,1.0,1.0,1); }
if(pagenum == 4) {
.....
}


For each file, Pstill do a preprocessing phase ("...is preparated for trancoding...") that is very time-consuming.

Since I often repeat the same file may times (like a step & repeat application), how can I speed up PStill ? Is it possible to let PStill preprocess each file once and repeat it many times ? Does anybody have any suggestion for my script or for command line arguments ?

Thank you very much for your help,

Marco (caciotti@cromografica.biz)


Top
  
 
 Post subject:
PostPosted: Tue May 10, 2005 8:17 am 
Offline
The Head Cheese
User avatar

Joined: Thu Mar 11, 2004 12:19 am
Posts: 1390
Location: Albuquerque
Tip #1 - save to PostScript instead of PDF when you are creating your input files for PStill, and then you'll avoid the transcoding phase! That'll more than half your processing time.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 10, 2005 8:26 am 
Offline
The Head Cheese
User avatar

Joined: Thu Mar 11, 2004 12:19 am
Posts: 1390
Location: Albuquerque
Tip #2 - stamping with a pre-processed EPS:

If your input is PDF already, you can use PStill to 'preprocess' the PDF you are planning to reuse to EPS first (Conversion -> Normalize to EPS...) and use these EPS directly. You can also use the
stamping mechansim to place a lot of EPSs on a single page for 'layout'.

See

http://www.wizards.de/~frank/WP/Control ... PStill.zip

and just use more than one EPS...


Top
 Profile  
 
 Post subject: It works !
PostPosted: Mon Jul 18, 2005 5:01 am 
I've changed my approach to that you suggested and it works fine !

Thanks so much for your support,

Marco.


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group