hexapdf 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +68 -0
  3. data/CONTRIBUTERS +1 -1
  4. data/README.md +35 -4
  5. data/Rakefile +1 -0
  6. data/VERSION +1 -1
  7. data/data/hexapdf/cmap/83pv-RKSJ-H +314 -0
  8. data/data/hexapdf/cmap/90ms-RKSJ-H +259 -0
  9. data/data/hexapdf/cmap/90ms-RKSJ-V +156 -0
  10. data/data/hexapdf/cmap/90msp-RKSJ-H +257 -0
  11. data/data/hexapdf/cmap/90msp-RKSJ-V +155 -0
  12. data/data/hexapdf/cmap/90pv-RKSJ-H +355 -0
  13. data/data/hexapdf/cmap/Add-RKSJ-H +738 -0
  14. data/data/hexapdf/cmap/Add-RKSJ-V +135 -0
  15. data/data/hexapdf/cmap/Adobe-CNS1-UCS2 +18209 -0
  16. data/data/hexapdf/cmap/Adobe-GB1-UCS2 +14267 -0
  17. data/data/hexapdf/cmap/Adobe-Japan1-UCS2 +19159 -0
  18. data/data/hexapdf/cmap/Adobe-Korea1-UCS2 +9267 -0
  19. data/data/hexapdf/cmap/B5pc-H +337 -0
  20. data/data/hexapdf/cmap/B5pc-V +90 -0
  21. data/data/hexapdf/cmap/CNS-EUC-H +490 -0
  22. data/data/hexapdf/cmap/CNS-EUC-V +538 -0
  23. data/data/hexapdf/cmap/ETen-B5-H +343 -0
  24. data/data/hexapdf/cmap/ETen-B5-V +91 -0
  25. data/data/hexapdf/cmap/ETenms-B5-H +79 -0
  26. data/data/hexapdf/cmap/ETenms-B5-V +99 -0
  27. data/data/hexapdf/cmap/EUC-H +207 -0
  28. data/data/hexapdf/cmap/EUC-V +105 -0
  29. data/data/hexapdf/cmap/Ext-RKSJ-H +768 -0
  30. data/data/hexapdf/cmap/Ext-RKSJ-V +117 -0
  31. data/data/hexapdf/cmap/GB-EUC-H +173 -0
  32. data/data/hexapdf/cmap/GB-EUC-V +98 -0
  33. data/data/hexapdf/cmap/GBK-EUC-H +4273 -0
  34. data/data/hexapdf/cmap/GBK-EUC-V +97 -0
  35. data/data/hexapdf/cmap/GBK2K-H +5325 -0
  36. data/data/hexapdf/cmap/GBK2K-V +118 -0
  37. data/data/hexapdf/cmap/GBKp-EUC-H +4272 -0
  38. data/data/hexapdf/cmap/GBKp-EUC-V +97 -0
  39. data/data/hexapdf/cmap/GBpc-EUC-H +175 -0
  40. data/data/hexapdf/cmap/GBpc-EUC-V +98 -0
  41. data/data/hexapdf/cmap/H +200 -0
  42. data/data/hexapdf/cmap/HKscs-B5-H +1331 -0
  43. data/data/hexapdf/cmap/HKscs-B5-V +90 -0
  44. data/data/hexapdf/cmap/Identity-H +339 -0
  45. data/data/hexapdf/cmap/Identity-V +73 -0
  46. data/data/hexapdf/cmap/KSC-EUC-H +562 -0
  47. data/data/hexapdf/cmap/KSC-EUC-V +94 -0
  48. data/data/hexapdf/cmap/KSCms-UHC-H +776 -0
  49. data/data/hexapdf/cmap/KSCms-UHC-HW-H +775 -0
  50. data/data/hexapdf/cmap/KSCms-UHC-HW-V +93 -0
  51. data/data/hexapdf/cmap/KSCms-UHC-V +94 -0
  52. data/data/hexapdf/cmap/KSCpc-EUC-H +608 -0
  53. data/data/hexapdf/cmap/LICENSE.txt +26 -0
  54. data/data/hexapdf/cmap/README.txt +9 -0
  55. data/data/hexapdf/cmap/UniCNS-UCS2-H +16992 -0
  56. data/data/hexapdf/cmap/UniCNS-UCS2-V +90 -0
  57. data/data/hexapdf/cmap/UniCNS-UTF16-H +19117 -0
  58. data/data/hexapdf/cmap/UniCNS-UTF16-V +94 -0
  59. data/data/hexapdf/cmap/UniGB-UCS2-H +14321 -0
  60. data/data/hexapdf/cmap/UniGB-UCS2-V +101 -0
  61. data/data/hexapdf/cmap/UniGB-UTF16-H +14381 -0
  62. data/data/hexapdf/cmap/UniGB-UTF16-V +104 -0
  63. data/data/hexapdf/cmap/UniJIS-UCS2-H +8870 -0
  64. data/data/hexapdf/cmap/UniJIS-UCS2-HW-H +81 -0
  65. data/data/hexapdf/cmap/UniJIS-UCS2-HW-V +279 -0
  66. data/data/hexapdf/cmap/UniJIS-UCS2-V +275 -0
  67. data/data/hexapdf/cmap/UniJIS-UTF16-H +14450 -0
  68. data/data/hexapdf/cmap/UniJIS-UTF16-V +299 -0
  69. data/data/hexapdf/cmap/UniKS-UCS2-H +8725 -0
  70. data/data/hexapdf/cmap/UniKS-UCS2-V +95 -0
  71. data/data/hexapdf/cmap/UniKS-UTF16-H +8895 -0
  72. data/data/hexapdf/cmap/UniKS-UTF16-V +99 -0
  73. data/data/hexapdf/cmap/V +105 -0
  74. data/examples/arc.rb +3 -3
  75. data/examples/merging.rb +4 -1
  76. data/examples/optimizing.rb +3 -0
  77. data/examples/show_char_bboxes.rb +2 -2
  78. data/examples/truetype.rb +2 -2
  79. data/lib/hexapdf/cli.rb +40 -1
  80. data/lib/hexapdf/cli/batch.rb +72 -0
  81. data/lib/hexapdf/cli/command.rb +112 -15
  82. data/lib/hexapdf/cli/files.rb +2 -2
  83. data/lib/hexapdf/cli/images.rb +14 -6
  84. data/lib/hexapdf/cli/info.rb +6 -8
  85. data/lib/hexapdf/cli/inspect.rb +5 -8
  86. data/lib/hexapdf/cli/merge.rb +13 -20
  87. data/lib/hexapdf/cli/modify.rb +4 -7
  88. data/lib/hexapdf/cli/optimize.rb +2 -5
  89. data/lib/hexapdf/configuration.rb +32 -3
  90. data/lib/hexapdf/content/canvas.rb +130 -37
  91. data/lib/hexapdf/content/parser.rb +40 -6
  92. data/lib/hexapdf/content/processor.rb +4 -4
  93. data/lib/hexapdf/document.rb +40 -10
  94. data/lib/hexapdf/document/fonts.rb +1 -0
  95. data/lib/hexapdf/encryption/security_handler.rb +8 -12
  96. data/lib/hexapdf/filter/flate_decode.rb +25 -2
  97. data/lib/hexapdf/font/cmap.rb +124 -8
  98. data/lib/hexapdf/font/cmap/parser.rb +65 -15
  99. data/lib/hexapdf/font/encoding/base.rb +2 -2
  100. data/lib/hexapdf/font/encoding/glyph_list.rb +2 -4
  101. data/lib/hexapdf/font/true_type.rb +1 -0
  102. data/lib/hexapdf/font/true_type/builder.rb +75 -0
  103. data/lib/hexapdf/font/true_type/optimizer.rb +65 -0
  104. data/lib/hexapdf/font/true_type/subsetter.rb +9 -22
  105. data/lib/hexapdf/font/true_type_wrapper.rb +9 -21
  106. data/lib/hexapdf/font_loader.rb +1 -1
  107. data/lib/hexapdf/importer.rb +1 -1
  108. data/lib/hexapdf/serializer.rb +5 -3
  109. data/lib/hexapdf/type.rb +2 -0
  110. data/lib/hexapdf/type/cid_font.rb +120 -0
  111. data/lib/hexapdf/type/font.rb +32 -12
  112. data/lib/hexapdf/type/font_simple.rb +34 -42
  113. data/lib/hexapdf/type/font_type0.rb +148 -0
  114. data/lib/hexapdf/type/form.rb +4 -4
  115. data/lib/hexapdf/type/page.rb +12 -11
  116. data/lib/hexapdf/type/resources.rb +14 -0
  117. data/lib/hexapdf/utils/graphics_helpers.rb +77 -0
  118. data/lib/hexapdf/version.rb +1 -1
  119. data/man/man1/hexapdf.1 +43 -1
  120. data/test/hexapdf/content/test_canvas.rb +76 -0
  121. data/test/hexapdf/content/test_parser.rb +20 -1
  122. data/test/hexapdf/content/test_processor.rb +11 -7
  123. data/test/hexapdf/document/test_fonts.rb +3 -1
  124. data/test/hexapdf/font/cmap/test_parser.rb +42 -7
  125. data/test/hexapdf/font/encoding/test_base.rb +1 -1
  126. data/test/hexapdf/font/encoding/test_glyph_list.rb +3 -3
  127. data/test/hexapdf/font/test_cmap.rb +104 -0
  128. data/test/hexapdf/font/test_true_type_wrapper.rb +63 -46
  129. data/test/hexapdf/font/true_type/test_builder.rb +37 -0
  130. data/test/hexapdf/font/true_type/test_optimizer.rb +27 -0
  131. data/test/hexapdf/font/true_type/test_subsetter.rb +6 -13
  132. data/test/hexapdf/test_configuration.rb +12 -7
  133. data/test/hexapdf/test_document.rb +24 -0
  134. data/test/hexapdf/test_importer.rb +9 -1
  135. data/test/hexapdf/test_writer.rb +2 -2
  136. data/test/hexapdf/type/test_cid_font.rb +61 -0
  137. data/test/hexapdf/type/test_font.rb +31 -4
  138. data/test/hexapdf/type/test_font_simple.rb +6 -21
  139. data/test/hexapdf/type/test_font_type0.rb +114 -0
  140. data/test/hexapdf/type/test_resources.rb +17 -1
  141. data/test/hexapdf/utils/test_graphics_helpers.rb +29 -0
  142. metadata +82 -3
@@ -0,0 +1,259 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%IncludeResource: ProcSet (CIDInit)
4
+ %%BeginResource: CMap (90ms-RKSJ-H)
5
+ %%Title: (90ms-RKSJ-H Adobe Japan1 2)
6
+ %%Version: 11.005
7
+ %%Copyright: -----------------------------------------------------------
8
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
9
+ %%Copyright: All rights reserved.
10
+ %%Copyright:
11
+ %%Copyright: Redistribution and use in source and binary forms, with or
12
+ %%Copyright: without modification, are permitted provided that the
13
+ %%Copyright: following conditions are met:
14
+ %%Copyright:
15
+ %%Copyright: Redistributions of source code must retain the above
16
+ %%Copyright: copyright notice, this list of conditions and the following
17
+ %%Copyright: disclaimer.
18
+ %%Copyright:
19
+ %%Copyright: Redistributions in binary form must reproduce the above
20
+ %%Copyright: copyright notice, this list of conditions and the following
21
+ %%Copyright: disclaimer in the documentation and/or other materials
22
+ %%Copyright: provided with the distribution.
23
+ %%Copyright:
24
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
25
+ %%Copyright: of its contributors may be used to endorse or promote
26
+ %%Copyright: products derived from this software without specific prior
27
+ %%Copyright: written permission.
28
+ %%Copyright:
29
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
30
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
31
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
32
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
34
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
36
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
40
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
+ %%Copyright: -----------------------------------------------------------
43
+ %%EndComments
44
+
45
+ /CIDInit /ProcSet findresource begin
46
+
47
+ 12 dict begin
48
+
49
+ begincmap
50
+
51
+ /CIDSystemInfo 3 dict dup begin
52
+ /Registry (Adobe) def
53
+ /Ordering (Japan1) def
54
+ /Supplement 2 def
55
+ end def
56
+
57
+ /CMapName /90ms-RKSJ-H def
58
+ /CMapVersion 11.005 def
59
+ /CMapType 1 def
60
+
61
+ /UIDOffset 950 def
62
+ /XUID [1 10 25343] def
63
+
64
+ /WMode 0 def
65
+
66
+ 4 begincodespacerange
67
+ <00> <80>
68
+ <8140> <9FFC>
69
+ <A0> <DF>
70
+ <E040> <FCFC>
71
+ endcodespacerange
72
+
73
+ 1 beginnotdefrange
74
+ <00> <1f> 231
75
+ endnotdefrange
76
+
77
+ 100 begincidrange
78
+ <20> <7d> 231
79
+ <7e> <7e> 631
80
+ <8140> <817e> 633
81
+ <8180> <81ac> 696
82
+ <81b8> <81bf> 741
83
+ <81c8> <81ce> 749
84
+ <81da> <81e8> 756
85
+ <81f0> <81f7> 771
86
+ <81fc> <81fc> 779
87
+ <824f> <8258> 780
88
+ <8260> <8279> 790
89
+ <8281> <829a> 816
90
+ <829f> <82f1> 842
91
+ <8340> <837e> 925
92
+ <8380> <8396> 988
93
+ <839f> <83b6> 1011
94
+ <83bf> <83d6> 1035
95
+ <8440> <8460> 1059
96
+ <8470> <847e> 1092
97
+ <8480> <8491> 1107
98
+ <849f> <849f> 7479
99
+ <84a0> <84a0> 7481
100
+ <84a1> <84a1> 7491
101
+ <84a2> <84a2> 7495
102
+ <84a3> <84a3> 7503
103
+ <84a4> <84a4> 7499
104
+ <84a5> <84a5> 7507
105
+ <84a6> <84a6> 7523
106
+ <84a7> <84a7> 7515
107
+ <84a8> <84a8> 7531
108
+ <84a9> <84a9> 7539
109
+ <84aa> <84aa> 7480
110
+ <84ab> <84ab> 7482
111
+ <84ac> <84ac> 7494
112
+ <84ad> <84ad> 7498
113
+ <84ae> <84ae> 7506
114
+ <84af> <84af> 7502
115
+ <84b0> <84b0> 7514
116
+ <84b1> <84b1> 7530
117
+ <84b2> <84b2> 7522
118
+ <84b3> <84b3> 7538
119
+ <84b4> <84b4> 7554
120
+ <84b5> <84b5> 7511
121
+ <84b6> <84b6> 7526
122
+ <84b7> <84b7> 7519
123
+ <84b8> <84b8> 7534
124
+ <84b9> <84b9> 7542
125
+ <84ba> <84ba> 7508
126
+ <84bb> <84bb> 7527
127
+ <84bc> <84bc> 7516
128
+ <84bd> <84bd> 7535
129
+ <84be> <84be> 7545
130
+ <8740> <875d> 7555
131
+ <875f> <8760> 7585
132
+ <8761> <8761> 8038
133
+ <8762> <8762> 7588
134
+ <8763> <8763> 8040
135
+ <8764> <8764> 7590
136
+ <8765> <8765> 8042
137
+ <8766> <8767> 7592
138
+ <8768> <8768> 8044
139
+ <8769> <876a> 7595
140
+ <876b> <876b> 8043
141
+ <876c> <876d> 7598
142
+ <876e> <876e> 8047
143
+ <876f> <8775> 7601
144
+ <877e> <877e> 8323
145
+ <8780> <8783> 7608
146
+ <8784> <8784> 8055
147
+ <8785> <878f> 7613
148
+ <8790> <8790> 762
149
+ <8791> <8791> 761
150
+ <8792> <8792> 769
151
+ <8793> <8799> 7624
152
+ <879a> <879a> 768
153
+ <879b> <879c> 7631
154
+ <889f> <88fc> 1125
155
+ <8940> <897e> 1219
156
+ <8980> <89fc> 1282
157
+ <8a40> <8a7e> 1407
158
+ <8a80> <8afc> 1470
159
+ <8b40> <8b7e> 1595
160
+ <8b80> <8bfc> 1658
161
+ <8c40> <8c7e> 1783
162
+ <8c80> <8cfc> 1846
163
+ <8d40> <8d7e> 1971
164
+ <8d80> <8dfc> 2034
165
+ <8e40> <8e7e> 2159
166
+ <8e80> <8efc> 2222
167
+ <8f40> <8f7e> 2347
168
+ <8f80> <8ffc> 2410
169
+ <9040> <907e> 2535
170
+ <9080> <90fc> 2598
171
+ <9140> <917e> 2723
172
+ <9180> <91fc> 2786
173
+ <9240> <927e> 2911
174
+ <9280> <92fc> 2974
175
+ <9340> <937e> 3099
176
+ <9380> <93fc> 3162
177
+ <9440> <947e> 3287
178
+ endcidrange
179
+
180
+ 71 begincidrange
181
+ <9480> <94fc> 3350
182
+ <9540> <957e> 3475
183
+ <9580> <95fc> 3538
184
+ <9640> <967e> 3663
185
+ <9680> <96fc> 3726
186
+ <9740> <977e> 3851
187
+ <9780> <97fc> 3914
188
+ <9840> <9872> 4039
189
+ <989f> <98fc> 4090
190
+ <9940> <997e> 4184
191
+ <9980> <99fc> 4247
192
+ <9a40> <9a7e> 4372
193
+ <9a80> <9afc> 4435
194
+ <9b40> <9b7e> 4560
195
+ <9b80> <9bfc> 4623
196
+ <9c40> <9c7e> 4748
197
+ <9c80> <9cfc> 4811
198
+ <9d40> <9d7e> 4936
199
+ <9d80> <9dfc> 4999
200
+ <9e40> <9e7e> 5124
201
+ <9e80> <9efc> 5187
202
+ <9f40> <9f7e> 5312
203
+ <9f80> <9ffc> 5375
204
+ <a0> <df> 326
205
+ <e040> <e07e> 5500
206
+ <e080> <e0fc> 5563
207
+ <e140> <e17e> 5688
208
+ <e180> <e1fc> 5751
209
+ <e240> <e27e> 5876
210
+ <e280> <e2fc> 5939
211
+ <e340> <e37e> 6064
212
+ <e380> <e3fc> 6127
213
+ <e440> <e47e> 6252
214
+ <e480> <e4fc> 6315
215
+ <e540> <e57e> 6440
216
+ <e580> <e5fc> 6503
217
+ <e640> <e67e> 6628
218
+ <e680> <e6fc> 6691
219
+ <e740> <e77e> 6816
220
+ <e780> <e7fc> 6879
221
+ <e840> <e87e> 7004
222
+ <e880> <e8fc> 7067
223
+ <e940> <e97e> 7192
224
+ <e980> <e9fc> 7255
225
+ <ea40> <ea7e> 7380
226
+ <ea80> <eaa2> 7443
227
+ <eaa3> <eaa4> 8284
228
+ <ed40> <ed7e> 8359
229
+ <ed80> <edb3> 8422
230
+ <edb4> <edb4> 1993
231
+ <edb5> <edfc> 8474
232
+ <ee40> <ee7e> 8546
233
+ <ee80> <eeec> 8609
234
+ <eeef> <eef8> 8092
235
+ <eef9> <eef9> 751
236
+ <eefa> <eefc> 8005
237
+ <fa40> <fa49> 8092
238
+ <fa4a> <fa53> 7575
239
+ <fa54> <fa54> 751
240
+ <fa55> <fa57> 8005
241
+ <fa58> <fa58> 7618
242
+ <fa59> <fa59> 7610
243
+ <fa5a> <fa5a> 8055
244
+ <fa5b> <fa5b> 768
245
+ <fa5c> <fa7e> 8359
246
+ <fa80> <facf> 8394
247
+ <fad0> <fad0> 1993
248
+ <fad1> <fafc> 8474
249
+ <fb40> <fb7e> 8518
250
+ <fb80> <fbfc> 8581
251
+ <fc40> <fc4b> 8706
252
+ endcidrange
253
+ endcmap
254
+ CMapName currentdict /CMap defineresource pop
255
+ end
256
+ end
257
+
258
+ %%EndResource
259
+ %%EOF
@@ -0,0 +1,156 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%DocumentNeededResources: CMap (90ms-RKSJ-H)
4
+ %%IncludeResource: ProcSet (CIDInit)
5
+ %%IncludeResource: CMap (90ms-RKSJ-H)
6
+ %%BeginResource: CMap (90ms-RKSJ-V)
7
+ %%Title: (90ms-RKSJ-V Adobe Japan1 2)
8
+ %%Version: 11.005
9
+ %%Copyright: -----------------------------------------------------------
10
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
11
+ %%Copyright: All rights reserved.
12
+ %%Copyright:
13
+ %%Copyright: Redistribution and use in source and binary forms, with or
14
+ %%Copyright: without modification, are permitted provided that the
15
+ %%Copyright: following conditions are met:
16
+ %%Copyright:
17
+ %%Copyright: Redistributions of source code must retain the above
18
+ %%Copyright: copyright notice, this list of conditions and the following
19
+ %%Copyright: disclaimer.
20
+ %%Copyright:
21
+ %%Copyright: Redistributions in binary form must reproduce the above
22
+ %%Copyright: copyright notice, this list of conditions and the following
23
+ %%Copyright: disclaimer in the documentation and/or other materials
24
+ %%Copyright: provided with the distribution.
25
+ %%Copyright:
26
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
27
+ %%Copyright: of its contributors may be used to endorse or promote
28
+ %%Copyright: products derived from this software without specific prior
29
+ %%Copyright: written permission.
30
+ %%Copyright:
31
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
32
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
33
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
34
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
36
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
37
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
38
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
41
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
42
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
43
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
44
+ %%Copyright: -----------------------------------------------------------
45
+ %%EndComments
46
+
47
+ /CIDInit /ProcSet findresource begin
48
+
49
+ 12 dict begin
50
+
51
+ begincmap
52
+
53
+ /90ms-RKSJ-H usecmap
54
+
55
+ /CIDSystemInfo 3 dict dup begin
56
+ /Registry (Adobe) def
57
+ /Ordering (Japan1) def
58
+ /Supplement 2 def
59
+ end def
60
+
61
+ /CMapName /90ms-RKSJ-V def
62
+ /CMapVersion 11.005 def
63
+ /CMapType 1 def
64
+
65
+ /UIDOffset 1020 def
66
+ /XUID [1 10 25344] def
67
+
68
+ /WMode 1 def
69
+
70
+ 78 begincidrange
71
+ <8141> <8142> 7887
72
+ <8143> <8143> 8268
73
+ <8144> <8144> 8274
74
+ <8150> <8151> 7889
75
+ <815b> <815d> 7891
76
+ <8160> <8164> 7894
77
+ <8169> <817a> 7899
78
+ <8181> <8181> 7917
79
+ <81a8> <81a8> 739
80
+ <81a9> <81a9> 738
81
+ <81aa> <81ab> 736
82
+ <81ac> <81ac> 8270
83
+ <829f> <829f> 7918
84
+ <82a1> <82a1> 7919
85
+ <82a3> <82a3> 7920
86
+ <82a5> <82a5> 7921
87
+ <82a7> <82a7> 7922
88
+ <82c1> <82c1> 7923
89
+ <82e1> <82e1> 7924
90
+ <82e3> <82e3> 7925
91
+ <82e5> <82e5> 7926
92
+ <82ec> <82ec> 7927
93
+ <8340> <8340> 7928
94
+ <8342> <8342> 7929
95
+ <8344> <8344> 7930
96
+ <8346> <8346> 7931
97
+ <8348> <8348> 7932
98
+ <8362> <8362> 7933
99
+ <8383> <8383> 7934
100
+ <8385> <8385> 7935
101
+ <8387> <8387> 7936
102
+ <838e> <838e> 7937
103
+ <8395> <8396> 7938
104
+ <849f> <849f> 7481
105
+ <84a0> <84a0> 7479
106
+ <84a1> <84a1> 7495
107
+ <84a2> <84a2> 7503
108
+ <84a3> <84a3> 7499
109
+ <84a4> <84a4> 7491
110
+ <84a5> <84a5> 7523
111
+ <84a6> <84a6> 7515
112
+ <84a7> <84a7> 7531
113
+ <84a8> <84a8> 7507
114
+ <84a9> <84a9> 7539
115
+ <84aa> <84aa> 7482
116
+ <84ab> <84ab> 7480
117
+ <84ac> <84ac> 7498
118
+ <84ad> <84ad> 7506
119
+ <84ae> <84ae> 7502
120
+ <84af> <84af> 7494
121
+ <84b0> <84b0> 7530
122
+ <84b1> <84b1> 7522
123
+ <84b2> <84b2> 7538
124
+ <84b3> <84b3> 7514
125
+ <84b4> <84b4> 7554
126
+ <84b5> <84b5> 7526
127
+ <84b6> <84b6> 7519
128
+ <84b7> <84b7> 7534
129
+ <84b8> <84b8> 7511
130
+ <84b9> <84b9> 7545
131
+ <84ba> <84ba> 7527
132
+ <84bb> <84bb> 7516
133
+ <84bc> <84bc> 7535
134
+ <84bd> <84bd> 7508
135
+ <84be> <84be> 7542
136
+ <875f> <8760> 7940
137
+ <8761> <8761> 8329
138
+ <8762> <8762> 7943
139
+ <8763> <8763> 8339
140
+ <8764> <8764> 7945
141
+ <8765> <8765> 8338
142
+ <8766> <8767> 7947
143
+ <8768> <8768> 8344
144
+ <8769> <876a> 7950
145
+ <876b> <876b> 8348
146
+ <876c> <876d> 7953
147
+ <876e> <876e> 8349
148
+ <8780> <8781> 7956
149
+ endcidrange
150
+ endcmap
151
+ CMapName currentdict /CMap defineresource pop
152
+ end
153
+ end
154
+
155
+ %%EndResource
156
+ %%EOF
@@ -0,0 +1,257 @@
1
+ %!PS-Adobe-3.0 Resource-CMap
2
+ %%DocumentNeededResources: ProcSet (CIDInit)
3
+ %%IncludeResource: ProcSet (CIDInit)
4
+ %%BeginResource: CMap (90msp-RKSJ-H)
5
+ %%Title: (90msp-RKSJ-H Adobe Japan1 2)
6
+ %%Version: 11.005
7
+ %%Copyright: -----------------------------------------------------------
8
+ %%Copyright: Copyright 1990-2015 Adobe Systems Incorporated.
9
+ %%Copyright: All rights reserved.
10
+ %%Copyright:
11
+ %%Copyright: Redistribution and use in source and binary forms, with or
12
+ %%Copyright: without modification, are permitted provided that the
13
+ %%Copyright: following conditions are met:
14
+ %%Copyright:
15
+ %%Copyright: Redistributions of source code must retain the above
16
+ %%Copyright: copyright notice, this list of conditions and the following
17
+ %%Copyright: disclaimer.
18
+ %%Copyright:
19
+ %%Copyright: Redistributions in binary form must reproduce the above
20
+ %%Copyright: copyright notice, this list of conditions and the following
21
+ %%Copyright: disclaimer in the documentation and/or other materials
22
+ %%Copyright: provided with the distribution.
23
+ %%Copyright:
24
+ %%Copyright: Neither the name of Adobe Systems Incorporated nor the names
25
+ %%Copyright: of its contributors may be used to endorse or promote
26
+ %%Copyright: products derived from this software without specific prior
27
+ %%Copyright: written permission.
28
+ %%Copyright:
29
+ %%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
30
+ %%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
31
+ %%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
32
+ %%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33
+ %%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
34
+ %%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35
+ %%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
36
+ %%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37
+ %%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38
+ %%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
39
+ %%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
40
+ %%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41
+ %%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
+ %%Copyright: -----------------------------------------------------------
43
+ %%EndComments
44
+
45
+ /CIDInit /ProcSet findresource begin
46
+
47
+ 12 dict begin
48
+
49
+ begincmap
50
+
51
+ /CIDSystemInfo 3 dict dup begin
52
+ /Registry (Adobe) def
53
+ /Ordering (Japan1) def
54
+ /Supplement 2 def
55
+ end def
56
+
57
+ /CMapName /90msp-RKSJ-H def
58
+ /CMapVersion 11.005 def
59
+ /CMapType 1 def
60
+
61
+ /XUID [1 10 25445] def
62
+
63
+ /WMode 0 def
64
+
65
+ 4 begincodespacerange
66
+ <00> <80>
67
+ <8140> <9FFC>
68
+ <A0> <DF>
69
+ <E040> <FCFC>
70
+ endcodespacerange
71
+
72
+ 1 beginnotdefrange
73
+ <00> <1f> 1
74
+ endnotdefrange
75
+
76
+ 100 begincidrange
77
+ <20> <7e> 1
78
+ <8140> <817e> 633
79
+ <8180> <81ac> 696
80
+ <81b8> <81bf> 741
81
+ <81c8> <81ce> 749
82
+ <81da> <81e8> 756
83
+ <81f0> <81f7> 771
84
+ <81fc> <81fc> 779
85
+ <824f> <8258> 780
86
+ <8260> <8279> 790
87
+ <8281> <829a> 816
88
+ <829f> <82f1> 842
89
+ <8340> <837e> 925
90
+ <8380> <8396> 988
91
+ <839f> <83b6> 1011
92
+ <83bf> <83d6> 1035
93
+ <8440> <8460> 1059
94
+ <8470> <847e> 1092
95
+ <8480> <8491> 1107
96
+ <849f> <849f> 7479
97
+ <84a0> <84a0> 7481
98
+ <84a1> <84a1> 7491
99
+ <84a2> <84a2> 7495
100
+ <84a3> <84a3> 7503
101
+ <84a4> <84a4> 7499
102
+ <84a5> <84a5> 7507
103
+ <84a6> <84a6> 7523
104
+ <84a7> <84a7> 7515
105
+ <84a8> <84a8> 7531
106
+ <84a9> <84a9> 7539
107
+ <84aa> <84aa> 7480
108
+ <84ab> <84ab> 7482
109
+ <84ac> <84ac> 7494
110
+ <84ad> <84ad> 7498
111
+ <84ae> <84ae> 7506
112
+ <84af> <84af> 7502
113
+ <84b0> <84b0> 7514
114
+ <84b1> <84b1> 7530
115
+ <84b2> <84b2> 7522
116
+ <84b3> <84b3> 7538
117
+ <84b4> <84b4> 7554
118
+ <84b5> <84b5> 7511
119
+ <84b6> <84b6> 7526
120
+ <84b7> <84b7> 7519
121
+ <84b8> <84b8> 7534
122
+ <84b9> <84b9> 7542
123
+ <84ba> <84ba> 7508
124
+ <84bb> <84bb> 7527
125
+ <84bc> <84bc> 7516
126
+ <84bd> <84bd> 7535
127
+ <84be> <84be> 7545
128
+ <8740> <875d> 7555
129
+ <875f> <8760> 7585
130
+ <8761> <8761> 8038
131
+ <8762> <8762> 7588
132
+ <8763> <8763> 8040
133
+ <8764> <8764> 7590
134
+ <8765> <8765> 8042
135
+ <8766> <8767> 7592
136
+ <8768> <8768> 8044
137
+ <8769> <876a> 7595
138
+ <876b> <876b> 8043
139
+ <876c> <876d> 7598
140
+ <876e> <876e> 8047
141
+ <876f> <8775> 7601
142
+ <877e> <877e> 8323
143
+ <8780> <8783> 7608
144
+ <8784> <8784> 8055
145
+ <8785> <878f> 7613
146
+ <8790> <8790> 762
147
+ <8791> <8791> 761
148
+ <8792> <8792> 769
149
+ <8793> <8799> 7624
150
+ <879a> <879a> 768
151
+ <879b> <879c> 7631
152
+ <889f> <88fc> 1125
153
+ <8940> <897e> 1219
154
+ <8980> <89fc> 1282
155
+ <8a40> <8a7e> 1407
156
+ <8a80> <8afc> 1470
157
+ <8b40> <8b7e> 1595
158
+ <8b80> <8bfc> 1658
159
+ <8c40> <8c7e> 1783
160
+ <8c80> <8cfc> 1846
161
+ <8d40> <8d7e> 1971
162
+ <8d80> <8dfc> 2034
163
+ <8e40> <8e7e> 2159
164
+ <8e80> <8efc> 2222
165
+ <8f40> <8f7e> 2347
166
+ <8f80> <8ffc> 2410
167
+ <9040> <907e> 2535
168
+ <9080> <90fc> 2598
169
+ <9140> <917e> 2723
170
+ <9180> <91fc> 2786
171
+ <9240> <927e> 2911
172
+ <9280> <92fc> 2974
173
+ <9340> <937e> 3099
174
+ <9380> <93fc> 3162
175
+ <9440> <947e> 3287
176
+ <9480> <94fc> 3350
177
+ endcidrange
178
+
179
+ 70 begincidrange
180
+ <9540> <957e> 3475
181
+ <9580> <95fc> 3538
182
+ <9640> <967e> 3663
183
+ <9680> <96fc> 3726
184
+ <9740> <977e> 3851
185
+ <9780> <97fc> 3914
186
+ <9840> <9872> 4039
187
+ <989f> <98fc> 4090
188
+ <9940> <997e> 4184
189
+ <9980> <99fc> 4247
190
+ <9a40> <9a7e> 4372
191
+ <9a80> <9afc> 4435
192
+ <9b40> <9b7e> 4560
193
+ <9b80> <9bfc> 4623
194
+ <9c40> <9c7e> 4748
195
+ <9c80> <9cfc> 4811
196
+ <9d40> <9d7e> 4936
197
+ <9d80> <9dfc> 4999
198
+ <9e40> <9e7e> 5124
199
+ <9e80> <9efc> 5187
200
+ <9f40> <9f7e> 5312
201
+ <9f80> <9ffc> 5375
202
+ <a0> <df> 326
203
+ <e040> <e07e> 5500
204
+ <e080> <e0fc> 5563
205
+ <e140> <e17e> 5688
206
+ <e180> <e1fc> 5751
207
+ <e240> <e27e> 5876
208
+ <e280> <e2fc> 5939
209
+ <e340> <e37e> 6064
210
+ <e380> <e3fc> 6127
211
+ <e440> <e47e> 6252
212
+ <e480> <e4fc> 6315
213
+ <e540> <e57e> 6440
214
+ <e580> <e5fc> 6503
215
+ <e640> <e67e> 6628
216
+ <e680> <e6fc> 6691
217
+ <e740> <e77e> 6816
218
+ <e780> <e7fc> 6879
219
+ <e840> <e87e> 7004
220
+ <e880> <e8fc> 7067
221
+ <e940> <e97e> 7192
222
+ <e980> <e9fc> 7255
223
+ <ea40> <ea7e> 7380
224
+ <ea80> <eaa2> 7443
225
+ <eaa3> <eaa4> 8284
226
+ <ed40> <ed7e> 8359
227
+ <ed80> <edb3> 8422
228
+ <edb4> <edb4> 1993
229
+ <edb5> <edfc> 8474
230
+ <ee40> <ee7e> 8546
231
+ <ee80> <eeec> 8609
232
+ <eeef> <eef8> 8092
233
+ <eef9> <eef9> 751
234
+ <eefa> <eefc> 8005
235
+ <fa40> <fa49> 8092
236
+ <fa4a> <fa53> 7575
237
+ <fa54> <fa54> 751
238
+ <fa55> <fa57> 8005
239
+ <fa58> <fa58> 7618
240
+ <fa59> <fa59> 7610
241
+ <fa5a> <fa5a> 8055
242
+ <fa5b> <fa5b> 768
243
+ <fa5c> <fa7e> 8359
244
+ <fa80> <facf> 8394
245
+ <fad0> <fad0> 1993
246
+ <fad1> <fafc> 8474
247
+ <fb40> <fb7e> 8518
248
+ <fb80> <fbfc> 8581
249
+ <fc40> <fc4b> 8706
250
+ endcidrange
251
+ endcmap
252
+ CMapName currentdict /CMap defineresource pop
253
+ end
254
+ end
255
+
256
+ %%EndResource
257
+ %%EOF