Error page when using () or \ in the document title
An error page is appended in the end of the PDF in the following circunstances:
1. Document title has an open parentheses '(' but doesn't have an close parentheses ')' ahead. Example: "Document(test.txt".
2. Document title has an close parentheses ')' without having an open parentheses '(' first. Example: ")Test.txt"
3. Document title has a backslash.
If this can't be fixed for some reason, I'd like to know if there is some way to disable this "debugging output".
The error was reproduced in the following circunstances:
- Windows XP.
- PDFCreator 0.9.5.
- Internal Ghostscript: GPL Ghostscript 8.61
- PDFs generated using the autosave feature.
In the first case, the content of the page error is:
ERROR: syntaxerror
OFFENDING COMMAND: --nostringval--
STACK:
/Title
()
/Subject
(D:20080519133404-03’00’)
/ModDate
()
/Keywords
(PDFCreator Version 0.9.5)
/Creator
(D:20080519133404-03’00’)
/CreationDate
(diego)
/Author
-mark
In the second case, it is:
ERROR: undefined
OFFENDING COMMAND: .txt
STACK:
(Novo(a) Documento de texto 2)
/Title
()
/Subject
(D:20080519130535-03’00’)
/ModDate
()
/Keywords
(PDFCreator Version 0.9.5)
/Creator
(D:20080519130535-03’00’)
/CreationDate
(diego)
/Author
-mark
Thank you.