/
usr
/
share
/
ghostscript
/
8.70
/
Resource
/
Init
/
/usr/share/ghostscript/8.70/Resource/Init
mkdir
upload
Name
Size
Mode
Actions
cidfmap
398
0644
edit
dl
rm
cidfmap.GS
991
0644
edit
dl
rm
CIDFnmap
291
0644
edit
dl
rm
FCOfontmap-PCLPS2
3013
0644
edit
dl
rm
Fontmap
216
0644
edit
dl
rm
Fontmap.GS
12219
0644
edit
dl
rm
gs_agl.ps
28598
0644
edit
dl
rm
gs_btokn.ps
11376
0644
edit
dl
rm
gs_cet.ps
1812
0644
edit
dl
rm
gs_cff.ps
24571
0644
edit
dl
rm
gs_cidcm.ps
17375
0644
edit
dl
rm
gs_ciddc.ps
8374
0644
edit
dl
rm
gs_cidfm.ps
4641
0644
edit
dl
rm
gs_cidfn.ps
12894
0644
edit
dl
rm
gs_cidtt.ps
5496
0644
edit
dl
rm
gs_cmap.ps
17725
0644
edit
dl
rm
gs_cspace.ps
6958
0644
edit
dl
rm
gs_css_e.ps
4949
0644
edit
dl
rm
gs_dbt_e.ps
2282
0644
edit
dl
rm
gs_diskf.ps
7578
0644
edit
dl
rm
gs_diskn.ps
6910
0644
edit
dl
rm
gs_dpnxt.ps
4773
0644
edit
dl
rm
gs_dps.ps
7975
0644
edit
dl
rm
gs_dps1.ps
4725
0644
edit
dl
rm
gs_dps2.ps
8088
0644
edit
dl
rm
gs_dscp.ps
3930
0644
edit
dl
rm
gs_epsf.ps
7210
0644
edit
dl
rm
gs_fapi.ps
11469
0644
edit
dl
rm
gs_fntem.ps
11636
0644
edit
dl
rm
gs_fonts.ps
44891
0644
edit
dl
rm
gs_frsd.ps
3020
0644
edit
dl
rm
gs_icc.ps
3274
0644
edit
dl
rm
gs_il1_e.ps
2794
0644
edit
dl
rm
gs_img.ps
28171
0644
edit
dl
rm
gs_init.ps
74153
0644
edit
dl
rm
gs_l2img.ps
5635
0644
edit
dl
rm
gs_lev2.ps
34607
0644
edit
dl
rm
gs_ll3.ps
12111
0644
edit
dl
rm
gs_mex_e.ps
3991
0644
edit
dl
rm
gs_mgl_e.ps
2187
0644
edit
dl
rm
gs_mro_e.ps
2533
0644
edit
dl
rm
gs_pdfwr.ps
27994
0644
edit
dl
rm
gs_pdf_e.ps
1703
0644
edit
dl
rm
gs_res.ps
36866
0644
edit
dl
rm
gs_resmp.ps
22737
0644
edit
dl
rm
gs_setpd.ps
29872
0644
edit
dl
rm
gs_statd.ps
13558
0644
edit
dl
rm
gs_std_e.ps
3237
0644
edit
dl
rm
gs_sym_e.ps
3096
0644
edit
dl
rm
gs_trap.ps
3031
0644
edit
dl
rm
gs_ttf.ps
79221
0644
edit
dl
rm
gs_typ32.ps
4353
0644
edit
dl
rm
gs_typ42.ps
2132
0644
edit
dl
rm
gs_type1.ps
8285
0644
edit
dl
rm
gs_wan_e.ps
1681
0644
edit
dl
rm
opdfread.ps
141760
0644
edit
dl
rm
pdf_base.ps
40992
0644
edit
dl
rm
pdf_cslayer.ps
4058
0644
edit
dl
rm
pdf_draw.ps
61490
0644
edit
dl
rm
pdf_font.ps
60742
0644
edit
dl
rm
pdf_main.ps
66315
0644
edit
dl
rm
pdf_ops.ps
28419
0644
edit
dl
rm
pdf_rbld.ps
15056
0644
edit
dl
rm
pdf_sec.ps
15917
0644
edit
dl
rm
xlatmap
1788
0644
edit
dl
rm
Edit:
/usr/share/ghostscript/8.70/Resource/Init/pdf_cslayer.ps
(4058B)
% Copyright (C) 2007 Artifex Software, Inc. % All Rights Reserved. % % This software is provided AS-IS with no warranty, either express or % implied. % % This software is distributed under license and may not be copied, modified % or distributed except as expressly authorized under the terms of that % license. Refer to licensing information at http://www.artifex.com/ % or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, % San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information. % % $Id: pdf_cslayer.ps 8954 2008-08-08 04:22:38Z ray $ % % Layer data extraction from Illustator CS2/CS3 files % .languagelevel dup 2 .max .setlanguagelevel .currentglobal //true .setglobal /pdfdict load dup /pdfopdict get dup length dict copy dup begin /pdfopdict exch put /BMC { currentdevice //null //false mark /MarkType (BMC) /BMC_Tag 8 1 roll 256 string cvs //systemdict /CSLAYERDEBUG .knownget { { (### BMC to deviceparams, tag: ) print dup = flush } if } if .putdeviceparamsonly dup type /booleantype ne { cleartomark pop } if pop pop % discard the device and flag pop pop % discard /BMC_Tag and the tag name } bind def /BDC { % send selected BDC info to the device as properties 10 dict begin % private working dictionary /MarkType (BDC) def % BDC code % process the tag and Title for now exch 256 string cvs /BDC_Tag exch def % convert tag to a string dup type /nametype eq { dup Page /Properties rget not { pop 0 dict % empty dict in case missing Properties Resource } if exch pop % discard the resource name } if dup /Type knownoget { /OCG eq } { //false } ifelse { % Illustrator CS3 and higher dup /Name knownoget not { () } if % no Name, use an empty string /BDC_Title exch def dup /Usage knownoget not { 0 dict } if dup /View knownoget { /ViewState knownoget { /OFF ne } { //true } ifelse } { //true } ifelse /BDC_Visible exch def dup /Print knownoget { /PrintState knownoget { /OFF ne } { //true } ifelse } { //true } ifelse /BDC_Printed exch def pop % Usage dict dup /Intent knownoget { dup type /nametype eq { /Design eq } { //false exch { oforce /Design eq or } forall } ifelse } { //false } ifelse /BDC_Editable exch def /BDC_Preview //true def /BDC_Dimmed //false def /BDC_Transparency //true def /BDC_FlatLayer //true def } { % Illustrator CS2 dup /Title knownoget not { () } if % no Title, use an empty string /BDC_Title exch def dup /Visible knownoget not { //true } if % no Visible flag, set true /BDC_Visible exch def dup /Preview knownoget not { //true } if % no preview flag, set true /BDC_Preview exch def dup /Editable knownoget not { //true } if % no Editable flag, set true /BDC_Editable exch def dup /Printed knownoget not { //true } if % no printed flag, set true /BDC_Printed exch def dup /Dimmed knownoget not { //true } if % no dimmed flag, set true /BDC_Dimmed exch def dup /Transparency knownoget not { //true } if % no Transparency flag, set true /BDC_Transparency exch def dup /FlatLayer knownoget not { //true } if % no flat layer flag, set true /BDC_FlatLayer exch def } ifelse % now send the collected info to the device //systemdict /CSLAYERDEBUG .knownget { { (### BDC info to deviceparams: ) print currentdict === flush } if } if currentdevice //null //false mark currentdict { } forall .putdeviceparamsonly dup type /booleantype ne { cleartomark pop } if pop pop % discard the device and flag end % discard private dict pop % done with properties dict } bind def /EMC { currentdevice //null //false mark /MarkType (EMC) //systemdict /CSLAYERDEBUG .knownget { { (### EMC to deviceparams) = flush } if } if .putdeviceparamsonly dup type /booleantype ne { cleartomark pop } if pop pop % discard the device and flag } bind def currentdict readonly pop end .setglobal .setlanguagelevel
Save
cmd:
run