Bug 688760

Summary: ps2pdf loses text in postscript figure when converted to pdf
Product: Ghostscript Reporter: Jeremy Sanders <jss>
Component: PDF WriterAssignee: leonardo <leonardo>
Status: RESOLVED DUPLICATE    
Severity: normal CC: htl10, sags5495
Priority: P4    
Version: 8.54   
Hardware: PC   
OS: Linux   
Customer: Word Size: ---
Attachments: Example PS figure which loses text

Description Jeremy Sanders 2006-06-21 03:03:07 UTC
I have several postscript figures generated by the postscript writer in qt3
which lose their text when converted to pdf using ps2pdf. I have tried various
ps2pdf options to no avail. I will include an example figure here.
Comment 1 Jeremy Sanders 2006-06-21 03:04:01 UTC
Created attachment 2290 [details]
Example PS figure which loses text
Comment 2 leonardo 2006-06-21 04:35:00 UTC
Reproduced with HEAD.
Comment 3 Ralph Giles 2006-06-21 08:19:30 UTC
assigning to leonardo as a pdfwrite issue.
Comment 4 leonardo 2006-06-21 22:48:06 UTC
The document prints a text with a composite font with a Type 3 descendent. 
Ghostscript doesn't implement this case. Must provide an interpreter callout in 
process_composite_text.
Comment 5 Jeremy Sanders 2006-06-22 01:38:27 UTC
Just an additional note - if you process the document with the gs epswriter
device first, then convert to a PDF, it works.
Comment 6 leonardo 2006-08-11 08:01:46 UTC
It's a dup of 688639 : same problem with a document created with same 3d party 
software.

*** This bug has been marked as a duplicate of 688639 ***