Bug 694294

Summary: ERROR: A pdfmark destination page 25 points beyond the last page 8.
Product: GhostPCL Reporter: KSK <sudhakar1k>
Component: PDF WriterAssignee: Ken Sharp <ken.sharp>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: Sorry I dont have a small ps file. This file size 36.4MB

Description KSK 2013-06-05 06:19:06 UTC
Created attachment 9935 [details]
Sorry I dont have a small ps file. This file size 36.4MB

Hi 

Today I faced this following Error Message using GPL Ghostscript GIT PRERELEASE 9.08 Version

gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dDOPDFMARKS=false -sOutputFile=/home/sudhakar/Desktop/PS/GS/GS_Test.pdf ~/Desktop/PS/GS/Test.ps 
GPL Ghostscript GIT PRERELEASE 9.08 (2013-01-29)
Copyright (C) 2012 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
GPL Ghostscript GIT PRERELEASE 9.08: ERROR: A pdfmark destination page 25 points beyond the last page 8.

Sorry I dont have a small ps file. 

Thanks for looking into this.

KSK
Comment 1 Ken Sharp 2013-06-05 07:02:06 UTC
(In reply to comment #0)

> Today I faced this following Error Message using GPL Ghostscript GIT
> PRERELEASE 9.08 Version
> 
> gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dDOPDFMARKS=false
> -sOutputFile=/home/sudhakar/Desktop/PS/GS/GS_Test.pdf
> ~/Desktop/PS/GS/Test.ps 
> GPL Ghostscript GIT PRERELEASE 9.08 (2013-01-29)
> Copyright (C) 2012 Artifex Software, Inc.  All rights reserved.
> This software comes with NO WARRANTY: see the file PUBLIC for details.
> GPL Ghostscript GIT PRERELEASE 9.08: ERROR: A pdfmark destination page 25
> points beyond the last page 8.
> 
> Sorry I dont have a small ps file. 
> 
> Thanks for looking into this.

I would have thought that message was quite self-explanatory. Its warning you that a destination pdfmark is pointing to a page (25) which is after the last page in the document (8).

Why is this *our* bug ?

By the way, setting -dDOPDFMARKS=false has no effect when the device is pdfwrite.
Comment 2 KSK 2013-06-05 08:35:17 UTC
Thanks ken.

sorry to bother you again, this was my mistake. 

Thanks & Regards,
KSK