Bug 694294 - ERROR: A pdfmark destination page 25 points beyond the last page 8.
Summary: ERROR: A pdfmark destination page 25 points beyond the last page 8.
Status: RESOLVED INVALID
Alias: None
Product: GhostPCL
Classification: Unclassified
Component: PDF Writer (show other bugs)
Version: unspecified
Hardware: PC Linux
: P4 normal
Assignee: Ken Sharp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 06:19 UTC by KSK
Modified: 2013-06-05 15:44 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Sorry I dont have a small ps file. This file size 36.4MB (34.75 MB, application/postscript)
2013-06-05 06:19 UTC, KSK
Details

Note You need to log in before you can comment on or make changes to this bug.
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