Bug 690627

Summary: Overprint properties are not maintained when coverting eps file to pdf using GhostScript
Product: Ghostscript Reporter: Archana Hiremath <archanah>
Component: PDF WriterAssignee: Ken Sharp <ken.sharp>
Status: RESOLVED INVALID    
Severity: major    
Priority: P4    
Version: 0.00   
Hardware: PC   
OS: Windows XP   
Customer: Word Size: ---

Description Archana Hiremath 2009-07-13 06:47:56 UTC
Steps To Reproduce:
1.Create a rectangle with overprint outline and overprint fill property set on.
2.Export to eps.
3.Convert eps file to pdf using GhostScript.
4.Import GhostScript pdf file.

Expected:

Overprint outline property should be added in graphics state referred by
rectangle with outline.

Actual:

When GhostScript converting eps file to pdf file, Ghostscript breaks the fill
and outline apart and 

exports separate rectangle. 
For each rectangle it creates two graphics state /R7 and /R8. 
/R7 << ../OP true >> referred by rectangle with fill, hence the overprint on
fill appears. 
/R8 << ..>> referred by rectangle with outline, hence overprint on outline is
dropped.

Overprint outline property is not added in the graphics state referred by
rectangle with outline.
Comment 1 Ray Johnston 2009-07-16 09:57:35 UTC
Please attach a sample (PS) input file that can be used to reproduce the issue.
Comment 2 Ken Sharp 2009-10-26 07:49:53 UTC
No reply from original poster in 3 months, and no sample file, closing as invalid.