Ticket #95 (closed defect: fixed)
Printing to postscript file does not have correct header
| Reported by: | guest | Owned by: | eros2 |
|---|---|---|---|
| Priority: | major | Milestone: | Beta 4 |
| Component: | Lucide Core | Version: | |
| Keywords: | postscript | Cc: | |
| Blocking: | Blocked By: |
Description
If the postscript printer selected is set to output to file, the first line of the file is not %! which says that it is a postscript file. E.g. The first few lines of the postscript file that is generated: *****************************
[{ %%BeginFeature?: Smoothing True << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 2 /Type 8 >> >> setpagedevice %%EndFeature?: Smoothing } stopped cleartomark
*****************************
Adding %! to before [{ allows me to lpr this file to a postscript printer.
This is a bug in beta4
Change History
Note: See
TracTickets for help on using
tickets.
