pdfium-impl-page-objects-edit
Installation
SKILL.md
pdfium-impl-page-objects-edit
What this skill covers
A PDF page holds a collection of page objects: text, path, image, shading, and
XObject form objects. This skill covers MUTATING that collection: creating
objects, adding and removing them, transforming them with a PdfMatrix, and
relocating them between pages with PdfPageGroupObject and the
copy_to_page / move_to_page methods.
For reading and inspecting existing page objects see
pdfium-syntax-page-objects. For copying whole pages between documents see
pdfium-impl-multi-page. For PdfPoints and coordinate geometry see
pdfium-core-coordinates. Default API surface here is 0.9.x.