Bug 691916

Summary: Prompt PDF image before PDF generate
Product: Ghostscript Reporter: venkateswarlu <m.mvlbrm>
Component: PDF WriterAssignee: Ken Sharp <ken.sharp>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P4    
Version: 8.63   
Hardware: PC   
OS: Windows 7   
Customer: Word Size: ---

Description venkateswarlu 2011-01-28 14:59:11 UTC
Hi,

I'm converting .ps file PDF using ps2pdf14

C:\GS\gs8.63\lib\ call ps2pdf14 F:\gs\Temp\output.ps F:\gs\Temp\out.pdf

If suppose PDF is 5 pages then i'm getting 5 times PDF images prompt after pdf is generating. 

Could you please tell me what wrong is going on.

I'm unable to give postscript file.

Thanks
Venkateswarlu M
Comment 1 Ken Sharp 2011-01-28 15:01:23 UTC
(In reply to comment #0)
> Hi,
> 
> I'm converting .ps file PDF using ps2pdf14
> 
> C:\GS\gs8.63\lib\ call ps2pdf14 F:\gs\Temp\output.ps F:\gs\Temp\out.pdf
> 
> If suppose PDF is 5 pages then i'm getting 5 times PDF images prompt after pdf
> is generating. 
> 
> Could you please tell me what wrong is going on.

This is perfectly normal behaviour for Ghostscript which pauses after every page. If you don't want this then use -dNOPAUSE.
Comment 2 venkateswarlu 2011-01-28 15:40:10 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Hi,
> > 
> > I'm converting .ps file PDF using ps2pdf14
> > 
> > C:\GS\gs8.63\lib\ call ps2pdf14 F:\gs\Temp\output.ps F:\gs\Temp\out.pdf
> > 
> > If suppose PDF is 5 pages then i'm getting 5 times PDF images prompt after pdf
> > is generating. 
> > 
> > Could you please tell me what wrong is going on.
> 
> This is perfectly normal behaviour for Ghostscript which pauses after every
> page. If you don't want this then use -dNOPAUSE.

Thank you its working