Bug 690627 - Overprint properties are not maintained when coverting eps file to pdf using GhostScript
Summary: Overprint properties are not maintained when coverting eps file to pdf using ...
Status: RESOLVED INVALID
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PDF Writer (show other bugs)
Version: 0.00
Hardware: PC Windows XP
: P4 major
Assignee: Ken Sharp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-13 06:47 UTC by Archana Hiremath
Modified: 2009-10-26 07:49 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.