pdfrb 0.7.39 → 0.7.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +317 -0
- data/lib/pdfrb/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3fad633ed6e22b65f0f4301956c3bbb314087d3fcb8295c2dbbe6259fb8d12f
|
|
4
|
+
data.tar.gz: 221842c5db6479ce9d0fe6ea1bac126ea1f90b208697152b1b60b9fe0d4b9602
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e97facdbcda1caac5d01d9c2eabce8b996edaffe5a21921f53281c2faed78b17a786dd69d8e6ee6fe1f5e76ffc616253c7f600c26212e3de12d9f6edfbfe7ef4
|
|
7
|
+
data.tar.gz: e3a6a24c22c4b26cf2d241b1976d1a16b23f7bc8305257bd60ebe7051d31b424613d2147501c5de915f0ad430399dd469230cc03d24ef33d2010376a0499c1e2
|
data/CHANGELOG.md
CHANGED
|
@@ -95,6 +95,323 @@ All notable changes to the pdfrb gem will be documented in this file.
|
|
|
95
95
|
* Removed all `instance_variable_set/get`, `send` to private
|
|
96
96
|
methods, `respond_to?` for type checks.
|
|
97
97
|
|
|
98
|
+
## [0.7.39] — 2026-08-24
|
|
99
|
+
|
|
100
|
+
### Added
|
|
101
|
+
|
|
102
|
+
* `DestOutputProfile` dictionary — the TSV that
|
|
103
|
+
`DestOutputProfileRef` (an indirect-reference model) points at.
|
|
104
|
+
Completes Arlington TSV mapping: **612 of 614** non-alias TSVs
|
|
105
|
+
covered.
|
|
106
|
+
|
|
107
|
+
## [0.7.38] — 2026-08-24
|
|
108
|
+
|
|
109
|
+
### Added
|
|
110
|
+
|
|
111
|
+
* Parity batch 36 — the final 31 TSVs: EncryptedPayload, Permissions,
|
|
112
|
+
FDDict, StreamDict, DictionaryOf{Dictionaries,Functions},
|
|
113
|
+
LinearizationParameterDict, FixedPrint, FloatingWindowParameters,
|
|
114
|
+
FontFileType1, Mac, MicrosoftWindowsLaunchParam,
|
|
115
|
+
MinimumBitDepth/MinimumScreenSize, NavNode, Navigator, PaperMetaData,
|
|
116
|
+
SlideShow, Solidities, SourceInformation, SpectralData, ViewParams,
|
|
117
|
+
DPMMetadataStream, Data; BeadFirst, ThreeDViewAddEntries,
|
|
118
|
+
MovieActivation, AppearancePrinterMarkDict, OptContentUsage;
|
|
119
|
+
mappings for CMapStream and ExDataProjection.
|
|
120
|
+
|
|
121
|
+
### Fixed
|
|
122
|
+
|
|
123
|
+
* Local/CI rubocop drift — lockfile now pins rubocop 1.90.0 (the
|
|
124
|
+
`~> 1.75` constraint let CI install newer rubocop than local);
|
|
125
|
+
converted single-statement disable/enable pairs to `disable-next`.
|
|
126
|
+
|
|
127
|
+
## [0.7.37] — 2026-08-24
|
|
128
|
+
|
|
129
|
+
### Added
|
|
130
|
+
|
|
131
|
+
* Parity batch 35 — 18 TSVs: CertSeedValue, SubjectDN, DocTimeStamp,
|
|
132
|
+
TimeStampDict, AuthCode, LegalAttestation, VRIMap,
|
|
133
|
+
SignatureBuildPropDict mapping; AFEmbeddedFileParameter/AFFileSpecEF
|
|
134
|
+
(App Note 002); Target/TargetEmbedded (GoToE); DevExtensions family +
|
|
135
|
+
Extensions container; GTS_ProcStepsGroup; AAPL_ST.
|
|
136
|
+
|
|
137
|
+
## [0.7.36] — 2026-08-24
|
|
138
|
+
|
|
139
|
+
### Added
|
|
140
|
+
|
|
141
|
+
* Parity batch 34 — 17 TSVs: geospatial family
|
|
142
|
+
(Geographic/ProjectedCoordinateSystem, PointData, Projection,
|
|
143
|
+
NumberFormat), OPI 1.3/2.0 proxy dicts, RichMedia params/sizing,
|
|
144
|
+
RoleMap/RoleMapNS/ClassMap/StyleDict, StructureAttributesDict,
|
|
145
|
+
StructureReference.
|
|
146
|
+
|
|
147
|
+
## [0.7.35] — 2026-08-24
|
|
148
|
+
|
|
149
|
+
### Added
|
|
150
|
+
|
|
151
|
+
* Parity batch 33 — 16 TSVs: PostScript/passthrough/PrinterMark/
|
|
152
|
+
TrapNet form XObjects, stencil ImageMask, soft-mask image,
|
|
153
|
+
XObjectMap; FontFile3 subtype split (Type1C/CIDFontType0C/OpenType);
|
|
154
|
+
FontDescriptor TrueType/Type3 variants; SoftMaskAlpha/Luminosity,
|
|
155
|
+
GraphicsStateParameterMap, GroupAttributes.
|
|
156
|
+
|
|
157
|
+
## [0.7.34] — 2026-08-24
|
|
158
|
+
|
|
159
|
+
### Added
|
|
160
|
+
|
|
161
|
+
* Parity batch 32 — media/rendition family complete (15 TSVs):
|
|
162
|
+
RenditionMedia/Selector, RenditionMH/BE, MediaClipData mapping +
|
|
163
|
+
MHBE, MediaClipSection(+MHBE), MediaDuration, MediaPermissions,
|
|
164
|
+
MediaPlayParameters(+MH/BE), MediaScreenParametersMHBE.
|
|
165
|
+
|
|
166
|
+
## [0.7.33] — 2026-08-23
|
|
167
|
+
|
|
168
|
+
### Added
|
|
169
|
+
|
|
170
|
+
* Parity batch 31 — 20 TSVs: the six `/DecodeParms` dictionaries
|
|
171
|
+
(Flate with predictor defaults, LZW EarlyChange, DCT color
|
|
172
|
+
transform, CCITT group classification, JBIG2 globals, Crypt) and
|
|
173
|
+
14 simple array types (gamma/whitepoint/trailer-ID/visibility-
|
|
174
|
+
expression/related-files/RichMedia-command/UR-transform/universal).
|
|
175
|
+
|
|
176
|
+
### Fixed
|
|
177
|
+
|
|
178
|
+
* Name-typed Arlington defaults now materialize as Symbols.
|
|
179
|
+
|
|
180
|
+
## [0.7.32] — 2026-08-23
|
|
181
|
+
|
|
182
|
+
### Added
|
|
183
|
+
|
|
184
|
+
* Parity batch 30 — Requirements handler family (28 TSVs, s7.9.2):
|
|
185
|
+
`RequirementsHandler` base + 27 per-feature subclasses.
|
|
186
|
+
|
|
187
|
+
## [0.7.31] — 2026-08-23
|
|
188
|
+
|
|
189
|
+
### Added
|
|
190
|
+
|
|
191
|
+
* Parity batch 29 — 18 TSVs: form-field family (Field, Choice,
|
|
192
|
+
Text, Sig + Checkbox/Push/RadioButton), FileSpecEF/RF,
|
|
193
|
+
EmbeddedFileParameter, MarkedContentReference, ObjectReference,
|
|
194
|
+
Namespace (with its previously missing autoload), SoftwareIdentifier,
|
|
195
|
+
Transition, ExData3DMarkup/MarkupGeo, PrinterMarkSubDict.
|
|
196
|
+
|
|
197
|
+
## [0.7.30] — 2026-08-23
|
|
198
|
+
|
|
199
|
+
### Added
|
|
200
|
+
|
|
201
|
+
* Parity batch 28 — 13 TSVs: ViewerPreferences, MarkInfo, IconFit,
|
|
202
|
+
PagePiece, URI, URLAlias, URTransformParameters, DeviceN family,
|
|
203
|
+
Separation, Measure→MeasureRL, new GeospatialMeasure.
|
|
204
|
+
|
|
205
|
+
### Fixed
|
|
206
|
+
|
|
207
|
+
* DeviceN/Separation accessors realigned with their TSV keys.
|
|
208
|
+
|
|
209
|
+
## [0.7.29] — 2026-08-23
|
|
210
|
+
|
|
211
|
+
### Added
|
|
212
|
+
|
|
213
|
+
* Parity batch 27 — 19 TSVs: shading family (ShadingCommon module,
|
|
214
|
+
all seven ShadingTypes with stream-backed meshes, ShadingMap),
|
|
215
|
+
PatternMap, OptContentUser/Zoom, OC configuration + usage dicts.
|
|
216
|
+
|
|
217
|
+
## [0.7.28] — 2026-08-23
|
|
218
|
+
|
|
219
|
+
### Added
|
|
220
|
+
|
|
221
|
+
* Parity batch 26 — 24 TSVs: font family (FontFile/2, CID fonts and
|
|
222
|
+
descriptors, MultipleMaster, Encoding, ToUnicodeCMap,
|
|
223
|
+
CIDFontDescriptorMetrics) and the full signature family (s12.8).
|
|
224
|
+
|
|
225
|
+
### Fixed
|
|
226
|
+
|
|
227
|
+
* `Signature#has_byte_range?` accepts field-wrapped PdfArray values.
|
|
228
|
+
|
|
229
|
+
## [0.7.27] — 2026-08-23
|
|
230
|
+
|
|
231
|
+
### Added
|
|
232
|
+
|
|
233
|
+
* Parity batch 25 — 27 TSVs mapped 1:1: functions (Type 0/2/3/4),
|
|
234
|
+
halftones (1/5/6/10/16), RichMedia family, media offsets/players/
|
|
235
|
+
criteria.
|
|
236
|
+
|
|
237
|
+
## [0.7.26] — 2026-08-23
|
|
238
|
+
|
|
239
|
+
### Added
|
|
240
|
+
|
|
241
|
+
* Parity batch 24 — color-space family (~20 TSVs): array-form
|
|
242
|
+
color spaces (CalGray/CalRGB/Lab/Device*/ICCBased/Indexed/
|
|
243
|
+
Separation/DeviceN/Pattern), BlackpointArray, ColorSpaceMap,
|
|
244
|
+
ColorantsDict, BoxStyle; mappings for Cal/ICC/BoxColorInfo/
|
|
245
|
+
PageLabel/LabRangeArray.
|
|
246
|
+
|
|
247
|
+
### Fixed
|
|
248
|
+
|
|
249
|
+
* Arlington default values are now type-converted (integers, floats,
|
|
250
|
+
booleans, arrays) instead of raw TSV strings.
|
|
251
|
+
|
|
252
|
+
## [0.7.25] — 2026-08-20
|
|
253
|
+
|
|
254
|
+
### Added
|
|
255
|
+
|
|
256
|
+
* Parity batch 23 — destination family (11 TSVs): Destination base
|
|
257
|
+
with fit predicates, XYZ/Fit/FitH/FitR + structure variants,
|
|
258
|
+
DestinationDict, DestsMap; CryptFilter family mappings.
|
|
259
|
+
* `Cos::ArlingtonBacked` — shared TSV binding extracted so
|
|
260
|
+
`PdfArray` subclasses gain positional `element_field` typing
|
|
261
|
+
alongside Dictionary's field merging.
|
|
262
|
+
|
|
263
|
+
## [0.7.24] — 2026-08-19
|
|
264
|
+
|
|
265
|
+
### Added
|
|
266
|
+
|
|
267
|
+
* Parity batch 22 — Collection/Portfolio family complete (9 TSVs):
|
|
268
|
+
CollectionColors, CollectionFolder, CollectionSplit,
|
|
269
|
+
CollectionSubitem plus mappings on the five existing classes.
|
|
270
|
+
|
|
271
|
+
## [0.7.23] — 2026-08-18
|
|
272
|
+
|
|
273
|
+
### Added
|
|
274
|
+
|
|
275
|
+
* Parity batch 21 — ActionGoToE, three AddAction dictionaries
|
|
276
|
+
(form-field/screen/widget trigger sets), ThreeD/Movie/Projection/
|
|
277
|
+
TrapNetwork annotations; AppearanceTrapNet mapping fix.
|
|
278
|
+
|
|
279
|
+
## [0.7.22] — 2026-08-18
|
|
280
|
+
|
|
281
|
+
### Added
|
|
282
|
+
|
|
283
|
+
* Critical feature parity spec (27 examples) + `docs/USAGE.md`
|
|
284
|
+
cookbook + `docs/SEMVER.md` policy.
|
|
285
|
+
|
|
286
|
+
## [0.7.21] — 2026-08-17
|
|
287
|
+
|
|
288
|
+
### Added
|
|
289
|
+
|
|
290
|
+
* Batch 20 — AddActionPageObject, BorderStyle; mappings for
|
|
291
|
+
BorderEffect, CIDSystemInfo, WidgetAnnotation, Movie, SoundObject.
|
|
292
|
+
|
|
293
|
+
## [0.7.20] — 2026-08-17
|
|
294
|
+
|
|
295
|
+
### Added
|
|
296
|
+
|
|
297
|
+
* DSS (Document Security Store) + DPart types; mappings for 3D and
|
|
298
|
+
appearance types.
|
|
299
|
+
|
|
300
|
+
## [0.7.19] — 2026-08-17
|
|
301
|
+
|
|
302
|
+
### Added
|
|
303
|
+
|
|
304
|
+
* `arlington_object` declarations on 41 existing annotation and
|
|
305
|
+
action types (enabled by the 0.7.18 merge fix).
|
|
306
|
+
|
|
307
|
+
## [0.7.18] — 2026-08-16
|
|
308
|
+
|
|
309
|
+
### Fixed
|
|
310
|
+
|
|
311
|
+
* `arlington_object` / `define_field` merge: Arlington metadata now
|
|
312
|
+
merges with hand-coded fields instead of replacing them, and the
|
|
313
|
+
idempotency check compares against the parameter (anonymous
|
|
314
|
+
classes previously skipped loading silently).
|
|
315
|
+
|
|
316
|
+
## [0.7.17] — 2026-08-16
|
|
317
|
+
|
|
318
|
+
### Added
|
|
319
|
+
|
|
320
|
+
* AddActionCatalog, AlternateImage, ActionSound types.
|
|
321
|
+
|
|
322
|
+
## [0.7.16] — 2026-08-16
|
|
323
|
+
|
|
324
|
+
### Added
|
|
325
|
+
|
|
326
|
+
* Thread, Bead, WebCapture family, TrapRegion types.
|
|
327
|
+
|
|
328
|
+
## [0.7.15] — 2026-08-14
|
|
329
|
+
|
|
330
|
+
### Added
|
|
331
|
+
|
|
332
|
+
* `Document#encryption` facade — `encrypt!`/`decrypt!` (40/128/256
|
|
333
|
+
bit) and `.permission_bits`.
|
|
334
|
+
|
|
335
|
+
## [0.7.14] — 2026-08-14
|
|
336
|
+
|
|
337
|
+
### Added
|
|
338
|
+
|
|
339
|
+
* VRI, Thumbnail, Timespan, Viewport, UserProperty types.
|
|
340
|
+
|
|
341
|
+
### Fixed
|
|
342
|
+
|
|
343
|
+
* ArgumentError handling in signature verification on tampered DER.
|
|
344
|
+
|
|
345
|
+
## [0.7.13] — 2026-08-14
|
|
346
|
+
|
|
347
|
+
### Added
|
|
348
|
+
|
|
349
|
+
* BoxFitter wired to Frame area tracking; Content::Processor
|
|
350
|
+
inline-image hook.
|
|
351
|
+
|
|
352
|
+
## [0.7.12] — 2026-08-14
|
|
353
|
+
|
|
354
|
+
### Fixed
|
|
355
|
+
|
|
356
|
+
* `Frame#find_available_area` always returned the top-left corner
|
|
357
|
+
regardless of removed areas — rewrote with cursor tracking and
|
|
358
|
+
overlap detection; fixes Composer multi-page flow.
|
|
359
|
+
|
|
360
|
+
## [0.7.11] — 2026-08-13
|
|
361
|
+
|
|
362
|
+
### Fixed
|
|
363
|
+
|
|
364
|
+
* GIF LZW next-code threshold; V5 user-password hash XOR.
|
|
365
|
+
|
|
366
|
+
## [0.7.10] — 2026-08-11
|
|
367
|
+
|
|
368
|
+
### Fixed
|
|
369
|
+
|
|
370
|
+
* Release workflow reverted to metanorma/ci `rubygems-release.yml`
|
|
371
|
+
(the RubyGems trusted publisher is registered for that path).
|
|
372
|
+
|
|
373
|
+
## [0.7.9] — 2026-08-11
|
|
374
|
+
|
|
375
|
+
## [0.7.8] — 2026-08-10
|
|
376
|
+
|
|
377
|
+
### Added
|
|
378
|
+
|
|
379
|
+
* Parity batch 10 — CMS EnvelopedData public-key decryption,
|
|
380
|
+
inline-image parser (BI/ID/EI with abbreviation expansion),
|
|
381
|
+
forbidden-pattern cleanup.
|
|
382
|
+
|
|
383
|
+
## [0.7.7] — 2026-08-10
|
|
384
|
+
|
|
385
|
+
## [0.7.6] — 2026-08-09
|
|
386
|
+
|
|
387
|
+
### Added
|
|
388
|
+
|
|
389
|
+
* TIFF uncompressed decode, GIF LZW decode, complete sRGB ICC
|
|
390
|
+
profile with real MD5 ProfileID, polygon inscribed scan.
|
|
391
|
+
|
|
392
|
+
## [0.7.5] — 2026-08-09
|
|
393
|
+
|
|
394
|
+
## [0.7.4] — 2026-08-09
|
|
395
|
+
|
|
396
|
+
### Added
|
|
397
|
+
|
|
398
|
+
* Batch-7 deepening: V5Writer wired, PKI handler registered, real
|
|
399
|
+
glyph shaping and coverage reporting.
|
|
400
|
+
|
|
401
|
+
## [0.7.3] — 2026-08-09
|
|
402
|
+
|
|
403
|
+
## [0.7.2] — 2026-08-09
|
|
404
|
+
|
|
405
|
+
### Added
|
|
406
|
+
|
|
407
|
+
* Parity batches 4–6 — hyphenation, thumbnails, table spans and
|
|
408
|
+
multi-page tables, tagged-PDF validation, multi-revision
|
|
409
|
+
traversal, linearization-aware reader, PDF/A deep preflight,
|
|
410
|
+
PDF/X-6 and PDF/VT conformance, 17-module bulk TODO completion
|
|
411
|
+
across conformance/layout/encryption/fonts/images/color.
|
|
412
|
+
|
|
413
|
+
## [0.7.1] — 2026-08-08
|
|
414
|
+
|
|
98
415
|
## [0.7.0] — 2026-08-08
|
|
99
416
|
|
|
100
417
|
### Added — Release infrastructure
|
data/lib/pdfrb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdfrb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.40
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|