Skip to content

Commit 3d8fc4a

Browse files
committed
regen README
1 parent 3a9785c commit 3d8fc4a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ PDF::ColorSpace::Lab | array | Subtype, dict | BlackPoint, Range, WhitePoint, pr
370370
PDF::ColorSpace::Pattern | array | Colorspace, Subtype | | | |
371371
PDF::ColorSpace::Separation | array | AlternateSpace, Name, Subtype, TintTransform | | | |
372372
PDF::Destination | array | fit, page | delegate-destination, is-page-ref | | |
373-
PDF::EmbeddedFile | dict | Params, Type | | | ISO_32000::Table_45-Additional_entries_in_an_embedded_file_stream_dictionary | ISO_32000_2::Table_44-Additional_entries_in_an_embedded_file_stream_dictionary
373+
PDF::EmbeddedFile | dict | Params, Subtype, Type | | | ISO_32000::Table_45-Additional_entries_in_an_embedded_file_stream_dictionary | ISO_32000_2::Table_44-Additional_entries_in_an_embedded_file_stream_dictionary
374374
PDF::Encoding | dict | BaseEncoding, Differences, Type | | /Type /Encoding | ISO_32000::Table_114-Entries_in_an_encoding_dictionary | ISO_32000_2::Table_112-Entries_in_an_encoding_dictionary
375375
PDF::ExData::Markup3D | dict | 3DA(activation), 3DV(default-view), MD5, Subtype(subtype), Type(type) | | | ISO_32000::Table_313-Entries_in_an_external_data_dictionary_used_to_markup_ThreeD_annotations | ISO_32000_2::Table_324-Entries_in_an_external_data_dictionary_used_to_markup_ThreeD_annotations
376376
PDF::ExtGState | dict | AIS(alpha-source-flag), BG(black-generation-old), BG2(black-generation), BM(blend-mode), CA(stroke-alpha), D(dash-pattern), FL(flatness-tolerance), Font, HT(halftone), HTO, LC(line-cap), LJ(line-join), LW(line-width), ML(miter-limit), OP(overprint-paint), OPM(overprint-mode), RI(rendering-intent), SA(stroke-adjustment), SM(smoothness-tolerance), SMask(soft-mask), TK(text-knockout), TR(transfer-function-old), TR2(transfer-function), Type, UCR(under-color-removal-old), UCR2(under-color-removal), UseBlackPtComp, ca(fill-alpha), op(overprint-stroke) | transparency | /Type /ExtGState | ISO_32000::Table_58-Entries_in_a_Graphics_State_Parameter_Dictionary | ISO_32000_2::Table_57-Entries_in_a_graphics_state_parameter_dictionary
@@ -412,7 +412,7 @@ PDF::Outline | dict | A(action), C(color), Count, Dest(destination), F(flags), F
412412
PDF::Outlines | dict | Count, First, Last, Type | | /Type /Outlines - the Outlines dictionary | ISO_32000::Table_152-Entries_in_the_outline_dictionary | ISO_32000_2::Table_150-Entries_in_the_outline_dictionary
413413
PDF::OutputIntent | dict | DestOutputProfile, DestOutputProfileRef, Info, MixingHints, OutputCondition, OutputConditionIdentifier, RegistryName, S(subtype), SpectralData, Type(type) | | /Type /OutputIntent | ISO_32000::Table_365-Entries_in_an_output_intent_dictionary | ISO_32000_2::Table_401-Entries_in_an_output_intent_dictionary
414414
[PDF::Page::AdditionalActions](https://pdf-raku.github.io/PDF-Class-raku/PDF/Page/AdditionalActions) | dict | C(page-close), O(page-open) | | | ISO_32000::Table_195-Entries_in_a_page_objects_additional-actions_dictionary | ISO_32000_2::Table_198-Entries_in_a_page_objects_additional-actions_dictionary
415-
PDF::Pages | dict | Count, CropBox, Kids, MediaBox, Parent, Resources, Rotate(rotate), Type(type) | add-page, add-pages, art-box, bbox, bleed, bleed-box, core-font, crop-box, delete-page, find-resource, height, images, iterate-pages, media-box, page, page-count, page-fragment, page-index, pages, pages-fragment, resource-entry, resource-key, resources, to-landscape, trim-box, use-font, use-resource, width | /Type /Pages - a node in the page tree | ISO_32000::Table_29-Required_entries_in_a_page_tree_node | ISO_32000_2::Table_30-Required_entries_in_a_page_tree_node
415+
PDF::Pages | dict | Count, CropBox, Kids, MediaBox, Parent, Resources, Rotate(rotate), Type(type) | add-page, add-pages, art-box, bbox, bleed, bleed-box, core-font, crop-box, delete-page, find-resource, global-resources-scope, height, images, iterate-pages, media-box, page, page-count, page-fragment, page-index, pages, pages-fragment, resource-entry, resource-key, resources, to-landscape, trim-box, use-font, use-resource, width | /Type /Pages - a node in the page tree | ISO_32000::Table_29-Required_entries_in_a_page_tree_node | ISO_32000_2::Table_30-Required_entries_in_a_page_tree_node
416416
PDF::Pattern::Shading | dict | ExtGState, Matrix, PatternType, Shading, Type | | /ShadingType 2 - Axial | ISO_32000::Table_76-Entries_in_a_Type_2_Pattern_Dictionary | ISO_32000_2::Table_75-Entries_in_a_Type_2_pattern_dictionary
417417
PDF::Pattern::Tiling | stream | BBox, Matrix, PaintType, PatternType, Resources, TilingType, Type, XStep, YStep | bbox, canvas, contents, contents-parse, core-font, find-resource, finish, gfx, graphics, has-pre-gfx, height, html-canvas, images, mcid, new-gfx, next-mcid, open, pre-gfx, pre-graphics, render, resource-entry, resource-key, resources, save-as-image, tags, text, tiling-pattern, use-font, use-mcid, use-resource, width, xobject-form | /PatternType 1 - Tiling | ISO_32000::Table_75-Additional_Entries_Specific_to_a_Type_1_Pattern_Dictionary | ISO_32000_2::Table_74-Additional_entries_specific_to_a_Type_1_pattern_dictionary
418418
PDF::Resources | dict | ColorSpace, ExtGState, Font, Pattern, ProcSet, Properties, Shading, XObject | | Resource Dictionary | ISO_32000::Table_33-Entries_in_a_resource_dictionary | ISO_32000_2::Table_34-Entries_in_a_resource_dictionary

docs/PDF/Image.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[[Raku PDF Project]](https://pdf-raku.github.io)
22
/ [[PDF-Class Module]](https://pdf-raku.github.io/PDF-Class-raku)
33

4+
class PDF::Image::SMaskInInt $.SMaskInData
5+
------------------------------------------
6+
7+
(Optional for images that use the JPXDecode filter, meaningless otherwise; A code specifying how soft-mask information encoded with image samples should be used: 0: If present, encoded soft-mask image information should be ignored. 1: The image’s data stream includes encoded soft-mask values. An application can create a soft-mask image from the information to be used as a source of mask shape or mask opacity in the transparency imaging model. 2: The image’s data stream includes color channels that have been preblended with a background; the image data also includes an opacity channel. An application can create a soft-mask image with a Matte entry from the opacity channel information to be used as a source of mask shape or mask opacity in the transparency model. If this entry has a nonzero value, SMask should not be specified
8+
9+
class PDF::COS::Name $.Name
10+
---------------------------
11+
12+
(Required in PDF 1.0; optional otherwise) The name by which this image XObject is referenced in the XObject subdictionary of the current resource dictionary. Note: This entry is obsolescent and its use is no longer recommended.
13+
414
An image dictionary—that is, the dictionary portion of a stream representing an image XObject—may contain the entries listed in Table 89 in addition to the usual entries common to all streams (see Table 5). There are many relationships among these entries, and the current colour space may limit the choices for some of them. Attempting to use an image dictionary whose entries are inconsistent with each other or with the current colour space shall cause an error. The entries described here are appropriate for a base image—one that is an [PDF::XObject::Image](https://pdf-raku.github.io/PDF-Class-raku) invoked directly with the Do operator.
515

616
Some of the entries are not applicable to images used in other ways, such as for alternate images (see 8.9.5.4, "Alternate Images"), image masks (see 8.9.6, "Masked Images"), or thumbnail images (see 12.3.4, "Thumbnail Images"). Except as noted, such irrelevant entries are simply ignored by a conforming reader

docs/PDF/XObject/Image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Note that this class does the following roles:
1212

1313
* [PDF::Image](https://pdf-raku.github.io/PDF-Class-raku) - for low level manipulation of PDF Image objects.
1414

15-
* [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku)::Image - for high-level image loading.
15+
* [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content)::Image - for high-level image loading.
1616

17-
The [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku)::Image role enables PDF image objects to be loaded from image files. For example.
17+
The [PDF::Content](https://pdf-raku.github.io/PDF-Content-raku/PDF/Content)::Image role enables PDF image objects to be loaded from image files. For example.
1818

1919
my PDF::XObject::Image $logo .= load: "logo.png":
2020

0 commit comments

Comments
 (0)