Summary: | ps2pdf should warn about undefined Dest's | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Jack Moffitt <jack> |
Component: | PDF Writer | Assignee: | L. Peter Deutsch <ghost> |
Status: | NOTIFIED LATER | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
Customer: | Word Size: | --- |
Description
Jack Moffitt
2001-11-12 02:07:43 UTC
Comment originally by lpd@users.sourceforge.net Logged In: YES user_id=8861 Thanks for the suggestion. ps2pdf currently has no way to produce warnings at all. (It is not acceptable for an output driver to attempt to write directly to stdout or stderr, because drivers can be used in environments that don't have stdio, or environments where their output is being sent to stdout.) However, ps2pdf should produce warnings not only for this but for other things as well, such as fonts that cannot be embedded. We have added this to the list of requested enhancements in doc/Projects.htm. |