Summary: | Can't use EndPage procedure with PDF file | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Rafael A. M. Amaral <rafaelamaral320> |
Component: | PDF Interpreter | Assignee: | Default assignee <ghostpdl-bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | sphinx.pinastri |
Priority: | P4 | ||
Version: | 9.52 | ||
Hardware: | PC | ||
OS: | Windows 10 | ||
Customer: | Word Size: | --- |
Description
Rafael A. M. Amaral
2020-07-30 14:32:52 UTC
This /EndPage procedure and the bug report are invalid. /EndPage must take 2 integers, consume them and return a boolean value. The following configuration works just fine. << /EndPage { newpath 0 0 moveto 1000 1000 lineto stroke exch pop 2 ne } bind /Orientation 3 >> setpagedevice |