We use PDFCreator 0.9.5 in our accounting firm to create PDFs of tax returns created by Ultra Tax (Thomson Creative Solutions product). Sometimes, but not all the time, and we have not been able to find a specific trigger, it will add to additional pages to the end of the PDF file, the first will be blank, and the second will contain this error message:
syntaxerror
OFFENDING COMMAND: --nostringval--
STACK:
/Title
()
/Subject
(D:20080916172717-07’00’)
/ModDate
()
/Keywords
(PDFCreator Version 0.9.5)
/Creator
(D:20080916172717-07’00’)
/CreationDate
(kns)
/Author
-mark-
Any ideas on how to fix this problem?
TIA, Kat
I also have run across that problem. After creating the pdf it adds a blank page and then:
ERROR: syntaxerror
OFFENDING COMMAND: --nostringval--
STACK:
/Title
()
/Subject
(21.10.2008 16:43:13)
/ModDate
()
/Keywords
(PDFCreator Version 0.8.1)
/Creator
(21.10.2008 16:43:13)
/CreationDate
(Administrator)
/Author
-mark
While it's not "terrible", it's certainly annoying. I'd appreciate any ideas.
David
Above problem happen all the time in my program (with PDFCreator 0.95). To avoid this just set option StandardTitle.
code:
opt = PDFCreator.cOptions
opt.StandardTitle = "Your Title"
Please use version 0.9.6.
Frank
We have come across this problem when there is a special standard character ( \ / : * ? “ < > | [ ] & $ , . % ) in the file name. If you remove the character from the file name the error and extra pages stop.