Bug 689924 - Hidden layer is not hidden
Summary: Hidden layer is not hidden
Status: RESOLVED DUPLICATE of bug 689289
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PDF Interpreter (show other bugs)
Version: 8.62
Hardware: PC Linux
: P4 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 10:27 UTC by Leonid Lukomskij
Modified: 2008-06-27 05:03 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
tt_p3.pdf (590.75 KB, application/pdf)
2008-06-26 10:30 UTC, Leonid Lukomskij
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lukomskij 2008-06-26 10:27:34 UTC
Hello,

I have a file which contains hidden layer. But it is shown in output file:

$ gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=tiff32nc -sOutputFile=tt.tif tt_p3.pdf

GPL Ghostscript 8.62 (2008-02-29)
Copyright (C) 2008 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Processing pages 1 through 1.
Page 1

And words "Top secret" are present in output file. I think, this is incorrect.
Acrobat doesn't show this layer. Maybe the best solution is to have an option to
show/hide hidden layers.

This file has one more problem. Output to tiffsep device is incorrect at all.

Thank you

Leond
Comment 1 Leonid Lukomskij 2008-06-26 10:30:49 UTC
Created attachment 4160 [details]
tt_p3.pdf

Problem file
Comment 2 Alex Cherepanov 2008-06-26 12:02:40 UTC
Ghostscript is not broken - it is just old-fashioned. Acrobat Reader 5
shows the same image as Ghostscript.

Ghostscript ignores optional content marks and shows everything like any
other application that predates addition of optional content to the
PDF spec.

Comment 3 Alex Cherepanov 2008-06-27 05:03:03 UTC

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