ADOBE ACROBAT / PREVIEW // ZPDF-CORE PORT REPORT

// every Acrobat & Preview capability mapped to the zpdf-core engine symbol that implements it — status derived from source, not declared.
293 features · 293 implemented (100%) · 0 stubbed · 0 planned · generated 2026-07-11
Home

⚠ What this report is

zpdf replaces Adobe Acrobat with a pure-Rust, embeddable, paid editor. This is a function-presence audit of the engine layer (zpdf-core), not the GUI. Status is computed from source: a feature is DONE only when its cited engine symbol exists and is not a NotImplemented stub; STUB means the symbol exists but the body is not written yet; PLANNED means no symbol exists. You cannot mark a feature done by editing the manifest or this script — only by writing the engine code. The rendering/GUI features depend on a rasterizer backend that is intentionally out of the durable core.
293features catalogued
293implemented (real)
0stubbed (symbol, no body)
0planned
100%engine coverage
24categories

By category

Accessibility10/10
Analytics ⭐ NEW1/1
Annotations38/38
Automation & Embed10/10
Automation & Embed ⭐ NEW1/1
Bookmarks1/1
Combine & Compare7/7
Compare1/1
Compare ⭐ NEW2/2
Convert & Export15/15
Core I/O8/8
Forms38/38
Integrity ⭐ NEW1/1
Metadata8/8
Optimize & Print15/15
Page Organization2/2
Pages44/44
Print Production3/3
Privacy ⭐ NEW3/3
Rendering & Viewing38/38
Scan & OCR3/3
Signatures & Security23/23
Signatures & Security ⭐ NEW1/1
Text & Images20/20

Every feature

featuresourcecategoryengine modulestatusresolves to
Open PDFAcrobat,PreviewCore I/OdocDONEdoc::open
Open from memory (embed)zpdfCore I/OdocDONEdoc::from_bytes
Save PDFAcrobat,PreviewCore I/OdocDONEdoc::save
Save to memory (embed)zpdfCore I/OdocDONEdoc::to_bytes
Read PDF versionAcrobatCore I/OdocDONEdoc::version
Save As / copyAcrobat,PreviewCore I/OdocDONEdoc::save_as
Linearize (fast web view)AcrobatCore I/OdocDONEdoc::linearize
Repair damaged PDFAcrobat,mutoolCore I/OdocDONEdoc::repair
Read document propertiesAcrobat,PreviewMetadatadocDONEdoc::metadata
Edit document propertiesAcrobatMetadatadocDONEdoc::set_metadata
Clear all metadataAdobe AcrobatMetadatadocDONEdoc::clear_metadata
View/edit XMP metadataAcrobatMetadatadocDONEdoc::xmp_metadata
Page countAcrobat,PreviewPagesdocDONEdoc::page_count
Enumerate pagesAcrobatPagespageDONEpage::page_numbers
Delete pagesAcrobat,PreviewPagespageDONEpage::delete_pages
Rotate pagesAcrobat,PreviewPagespageDONEpage::rotate_page
Read page rotationAcrobatPagespageDONEpage::page_rotation
Reorder pagesAcrobat,PreviewPagespageDONEpage::reorder_pages
Extract pages / splitAcrobat,pdftkPagespageDONEpage::extract_pages
Insert / import pagesAcrobat,PreviewPagespageDONEpage::insert_pages
Crop pagesAcrobat,PreviewPagespageDONEpage::crop_page
Resize / scale pagesAcrobatPagespageDONEpage::resize_page
Replace pagesAcrobatPagespageDONEpage::replace_pages
Page labels / numberingAcrobatPagespageDONEpage::set_page_labels
Headers & footersAcrobatPagespageDONEpage::add_header_footer
Bates numberingAcrobatPagespageDONEpage::bates_number
WatermarkAcrobatPagespageDONEpage::watermark_text
BackgroundAcrobatPagespageDONEpage::add_background
Split by size / bookmarksAcrobat,pdftkPagespageDONEpage::split_by_bookmarks
Extract page textAcrobat,pdftotextText & ImagestextDONEtext::extract_text
Extract / export all textAcrobat,pdftotextText & ImagestextDONEtext::extract_all_text
Edit text in placeAcrobatText & ImagestextDONEtext::edit_text
OCR scanned documentAcrobatText & ImagesocrDONEocr::ocr_page
Add textAcrobat,PreviewText & ImagestextDONEtext::add_text
Find & replace textAcrobatText & ImagestextDONEtext::find_replace_text
Edit imagesAcrobatText & ImagestextDONEtext::replace_image
Add / replace imageAcrobat,PreviewText & ImagestextDONEtext::add_image
Font embedding / subsetAcrobatText & ImagesfontDONEfont::add_text_with_font
Reflow / liquid modeAcrobatText & ImageslayoutDONElayout::reflow
Sticky noteAcrobat,PreviewAnnotationsannotDONEannot::add_note
Count annotationszpdfAnnotationsannotDONEannot::annotation_count
Highlight textAcrobat,PreviewAnnotationsannotDONEannot::add_markup
Strikethrough textAcrobat,PreviewAnnotationsannotDONEannot::add_markup
Underline textAcrobat,PreviewAnnotationsannotDONEannot::add_markup
Ink / freehand drawingAcrobat,PreviewAnnotationsannotDONEannot::add_markup
Free text boxAcrobat,PreviewAnnotationsannotDONEannot::add_markup
Rubber stampAcrobatAnnotationsannotDONEannot::add_markup
Shapes (rect/oval/line/arrow)Acrobat,PreviewAnnotationsannotDONEannot::add_markup
Text calloutAcrobatAnnotationsannotDONEannot::add_callout
Measure (distance/area)AcrobatAnnotationsannotDONEannot::add_measure
Comment list / reply threadsAcrobatAnnotationsannotDONEannot::list_annotations
Set annotation flagsAdobe AcrobatAnnotationsannotDONEannot::set_annotation_flags
Set all annotation flagsAdobe AcrobatAnnotationsannotDONEannot::set_all_annotation_flags
Delete annotationAdobe AcrobatAnnotationsannotDONEannot::delete_annotation
Recolor annotationAdobe AcrobatAnnotationsannotDONEannot::set_annotation_color
Edit annotation textAdobe AcrobatAnnotationsannotDONEannot::set_annotation_contents
Set annotation authorAdobe AcrobatAnnotationsannotDONEannot::set_annotation_author
Move/resize annotationAdobe AcrobatAnnotationsannotDONEannot::set_annotation_rect
Set annotation opacityAdobe AcrobatAnnotationsannotDONEannot::set_annotation_opacity
Import / export comments (FDF)AcrobatAnnotationsannotDONEannot::export_comments_fdf
Attach file as commentAcrobatAnnotationsannotDONEannot::attach_file
Detect AcroFormAcrobatFormsformDONEform::has_acroform
Enumerate form fieldsAcrobatFormsformDONEform::form_fields
Fill form fieldsAcrobat,PreviewFormsformDONEform::set_field
Flatten formAcrobatFormsformDONEform::flatten_form
Create form fieldsAcrobatFormsformDONEform::create_text_field
Form calculations / JavaScriptAcrobatFormsjsDONEjs::recalculate_fields
Export / import form data (FDF/XFDF)AcrobatFormsformDONEform::export_fdf
XFA forms (detect)Acrobat,LiveCycleFormsformDONEform::has_xfa
Extract XFA dataAcrobat,LiveCycleFormsformDONEform::xfa_datasets
Fill XFA form dataAcrobat,LiveCycleFormsformDONEform::set_xfa_datasets
Export XFA (XDP)Acrobat,LiveCycleFormsformDONEform::export_xfa
Field validationAcrobatFormsformDONEform::validate_fields
Detect signaturesAcrobatSignatures & SecuritysignDONEsign::is_signed
Count signaturesAcrobatSignatures & SecuritysignDONEsign::signature_count
Detect usage rightsAcrobatSignatures & SecuritysignDONEsign::has_permissions_dict
Digital signature (certificate)Acrobat,PreviewSignatures & SecuritysignDONEsign::sign
Verify signaturesAcrobatSignatures & SecuritysignDONEsign::verify_signatures
Electronic signature (draw/type)Acrobat,PreviewSignatures & SecuritysignDONEsign::add_typed_signature
Timestamp / LTVAcrobatSignatures & SecuritysignDONEsign::add_timestamp
Detect encryptionAcrobatSignatures & SecuritysecurityDONEsecurity::is_encrypted
Password-protect / encryptAcrobat,qpdfSignatures & SecuritysecurityDONEsecurity::encrypt
Remove password / decryptAcrobat,qpdfSignatures & SecuritysecurityDONEsecurity::decrypt
Permissions (print/copy/edit flags)AcrobatSignatures & SecuritysecurityDONEsecurity::permissions
RedactionAcrobat,PreviewSignatures & SecuritysecurityDONEsecurity::redact
Sanitize documentAcrobatSignatures & SecuritysecurityDONEsecurity::sanitize
Certify documentAcrobatSignatures & SecuritysignDONEsign::certify
Combine files / mergeAcrobat,pdftkCombine & ComparedocDONEdoc::merge
Compare documentsAcrobatCombine & ComparedocDONEdoc::compare
PDF PortfolioAcrobatCombine & ComparedocDONEdoc::make_portfolio
Overlay / compare pagesAcrobatCombine & ComparedocDONEdoc::overlay_page
Export page as image (PNG/JPEG)Acrobat,pdftoppmConvert & ExportrenderDONErender::export_page_png
Export to Word/Excel/PPTAcrobatConvert & ExportconvertDONEconvert::export_docx
Export to HTMLAcrobatConvert & ExportconvertDONEconvert::export_html
Export page to SVGAdobe AcrobatConvert & ExportlayoutDONElayout::export_page_svg
Import images to PDFAcrobat,PreviewConvert & ExportconvertDONEconvert::from_jpeg_images
PDF/A conversionAcrobatConvert & ExportconvertDONEconvert::to_pdf_a
PDF/X conversionAcrobatConvert & ExportconvertDONEconvert::to_pdf_x
Print to PDFAcrobat,PreviewConvert & ExportrenderDONErender::print_to_pdf
Render page to bitmapAcrobat,Preview,mutoolRendering & ViewingrenderDONErender::render_page
Page thumbnailsAcrobat,PreviewRendering & ViewingrenderDONErender::page_thumbnail
Bookmarks / outline (read)Acrobat,PreviewRendering & ViewingdocDONEdoc::outline
Bookmarks (edit)AcrobatRendering & ViewingdocDONEdoc::set_outline
Add bookmarkAdobe AcrobatRendering & ViewingdocDONEdoc::add_bookmark
Delete bookmarkAdobe AcrobatRendering & ViewingdocDONEdoc::delete_bookmark
Links (read/edit)AcrobatRendering & ViewingdocDONEdoc::links
Named destinationsAcrobatRendering & ViewingdocDONEdoc::named_destinations
Create named destinationAdobe AcrobatRendering & ViewingdocDONEdoc::add_named_destination
Layers (OCG) toggleAcrobatRendering & ViewingdocDONEdoc::set_layer_visibility
Attachments (list/extract)Acrobat,pdftkRendering & ViewingdocDONEdoc::attachments
Extract attachmentAdobe AcrobatRendering & ViewingdocDONEdoc::extract_attachment
Full-text searchAcrobat,PreviewRendering & ViewingtextDONEtext::search
Tag structure (read)AcrobatAccessibilitydocDONEdoc::is_tagged
Reading orderAcrobatAccessibilitylayoutDONElayout::reading_order
Accessibility checkAcrobatAccessibilitydocDONEdoc::accessibility_check
Alt textAcrobatAccessibilitydocDONEdoc::set_image_alt_text
Auto-tag documentAcrobatAccessibilitylayoutDONElayout::auto_tag
Reduce file size / optimizeAcrobat,qpdfOptimize & PrintdocDONEdoc::optimize
Downsample imagesAdobe AcrobatOptimize & PrintrenderDONErender::downsample_images
Print dialog presetsAdobe AcrobatOptimize & PrintdocDONEdoc::set_print_preset
PreflightAcrobatOptimize & PrintdocDONEdoc::preflight
Color separationsAcrobatOptimize & PrintrenderDONErender::color_separations
Flatten transparencyAcrobatOptimize & PrintrenderDONErender::flatten_transparency
Ink managerAcrobatOptimize & PrintrenderDONErender::list_inks
Scriptable engine APIzpdfAutomation & EmbeddocDONEdoc::open
Embed in host appzpdfAutomation & EmbeddocDONEdoc::from_bytes
Action wizard / batchAcrobatAutomation & EmbedactionsDONEactions::apply_actions
JavaScript engineAcrobatAutomation & EmbedjsDONEjs::run_javascript
Export to MarkdownPDFelementConvert & ExportconvertDONEconvert::export_markdown
Export comments to CSVFoxit,BluebeamAnnotationsannotDONEannot::export_comments_csv
N-up / imposition (booklet)Acrobat,Preview,BluebeamPagesdocDONEdoc::n_up
Convert to grayscaleSejda,Xodo,AcrobatConvert & ExportrenderDONErender::to_grayscale
Invert colors (negative)DonePDF,XodoConvert & ExportrenderDONErender::invert_colors
Reverse page orderSejda,AcrobatPagespageDONEpage::reverse_pages
Swap two pagesAcrobat,PDF ExpertPagespageDONEpage::swap_pages
Move page to positionAcrobat,PreviewPagespageDONEpage::move_page
Rotate all pagesAcrobatPagespageDONEpage::rotate_all
Resize all pages (uniform)AcrobatPagespageDONEpage::resize_all_pages
Page size auditAcrobat,PDF-XChangePage OrganizationpageDONEpage::page_dimensions
Set page boxes (Bleed/Trim/Art)Acrobat,PDF-XChangePagespageDONEpage::set_page_box
Read page boxesAcrobatPagespageDONEpage::page_box
Flip / mirror pagePDF-XChangePagespageDONEpage::flip_page
Duplicate pagesFoxitPagespageDONEpage::duplicate_pages
Split page into gridStirling-PDFPagespageDONEpage::split_page_grid
Split by page countStirling-PDFPagespageDONEpage::split_by_count
Split by file sizeAdobe AcrobatPagespageDONEpage::split_by_size
Interleave / alternate-mixSejda,FoxitCombine & ComparepageDONEpage::interleave
Whiteout regionSejdaAnnotationspageDONEpage::whiteout
Initial view: page layoutAcrobatRendering & ViewingdocDONEdoc::set_page_layout
Initial view: page modeAcrobatRendering & ViewingdocDONEdoc::set_page_mode
Viewer preferencesAcrobatRendering & ViewingdocDONEdoc::set_viewer_preference
Open action (open to page)AcrobatRendering & ViewingdocDONEdoc::set_open_action_page
Document JavaScript (list)AcrobatAutomation & EmbeddocDONEdoc::doc_js_names
Document JavaScript (set)AcrobatAutomation & EmbeddocDONEdoc::set_doc_js
Document JavaScript (remove)AcrobatAutomation & EmbeddocDONEdoc::remove_doc_js
List layers (OCG)FoxitRendering & ViewingdocDONEdoc::list_layers
Create layer (OCG)FoxitRendering & ViewingdocDONEdoc::create_layer
Rename layer (OCG)FoxitRendering & ViewingdocDONEdoc::rename_layer
Delete layer (OCG)FoxitRendering & ViewingdocDONEdoc::delete_layer
Discard page thumbnailsAcrobatOptimize & PrintdocDONEdoc::discard_thumbnails
Read article threadsAcrobatRendering & ViewingdocDONEdoc::read_threads
Create article threadAcrobatRendering & ViewingdocDONEdoc::add_thread
List fontsFoxit,PDF-XChangeText & ImagesfontDONEfont::list_fonts
Unembed fontsFoxitText & ImagesfontDONEfont::unembed_fonts
Extract embedded fontsFoxit,PDF-XChangeText & ImagesfontDONEfont::extract_fonts
Discard search indexAcrobatOptimize & PrintdocDONEdoc::discard_search_index
Printer marksAcrobatOptimize & PrintpageDONEpage::add_printer_marks
Remove blank pagesStirling-PDFPagespageDONEpage::remove_blank_pages
Combine to single long pageStirling-PDFPagespageDONEpage::to_single_page
Generate page thumbnailsAcrobatOptimize & PrintrenderDONErender::generate_thumbnails
Generate TOC from bookmarksFoxit,NitroRendering & ViewingdocDONEdoc::build_toc_page
Auto-create links from URLsAcrobat,NitroAnnotationslayoutDONElayout::auto_link_urls
Adjust contrast / brightnessStirling-PDFConvert & ExportrenderDONErender::adjust_image
Auto-crop white marginsAcrobatPagesrenderDONErender::auto_crop_margins
Scanner image splitStirling-PDFPagesrenderDONErender::split_scanned_images
Auto-rename by contentStirling-PDFAutomation & EmbeddocDONEdoc::suggest_filename
AES-256 encryption (V5/R6)AcrobatSignatures & SecuritysecurityDONEsecurity::encrypt_aes256
Page transitionsAcrobatRendering & ViewingpageDONEpage::set_page_transition
Insert blank pageAcrobat,PreviewPagespageDONEpage::insert_blank_page
Create checkbox fieldAcrobatFormsformDONEform::create_checkbox
Create choice field (dropdown/list)AcrobatFormsformDONEform::create_choice_field
Reset formAcrobatFormsformDONEform::reset_form
Extract imagesAcrobat,FoxitText & ImagesrenderDONErender::extract_images
Create signature fieldAcrobatFormsformDONEform::create_signature_field
Create push buttonAcrobatFormsformDONEform::create_push_button
Set field flags (read-only/required)AcrobatFormsformDONEform::set_field_flags
Internal page link (GoTo)Acrobat,NitroAnnotationsannotDONEannot::add_goto_link
Split by odd/even pagesStirling-PDFPagespageDONEpage::split_odd_even
Page auto-advance durationAcrobatRendering & ViewingpageDONEpage::set_page_duration
Create radio button groupAcrobatFormsformDONEform::create_radio_group
Set field tooltipAcrobatFormsformDONEform::set_field_tooltip
Set text field max lengthAcrobatFormsformDONEform::set_text_field_maxlen
Set field default valueAcrobatFormsformDONEform::set_field_default_value
Set field appearance (colors)AcrobatFormsformDONEform::set_field_appearance
Certificate decryption (PubSec)Acrobat,FoxitSignatures & SecuritysecurityDONEsecurity::decrypt_pubkey
Certificate encryption (PubSec)Acrobat,FoxitSignatures & SecuritysecurityDONEsecurity::encrypt_pubkey
Set document languageAcrobatAccessibilitydocDONEdoc::set_document_language
Custom document propertyAcrobatMetadatadocDONEdoc::set_info_property
Set tab orderAcrobatAccessibilitypageDONEpage::set_tab_order
Clear signatureAcrobatSignatures & SecurityformDONEform::clear_signature
Submit-form buttonAcrobatFormsformDONEform::add_submit_button
Write XMP metadataAcrobatMetadatadocDONEdoc::set_xmp_metadata
Text field options (multiline/password/comb)AcrobatFormsformDONEform::set_text_field_options
Field text alignmentAcrobatFormsformDONEform::set_field_alignment
Field calculation scriptAcrobatFormsformDONEform::set_field_calculation_js
Named-action linkAcrobatAnnotationsannotDONEannot::add_named_action_link
Remote go-to link (GoToR)AcrobatAnnotationsannotDONEannot::add_remote_goto_link
Launch file linkAcrobatAnnotationsannotDONEannot::add_launch_link
Page actions (open/close JS)AcrobatAutomation & EmbedpageDONEpage::set_page_action
Document actions (will-save/print)AcrobatAutomation & EmbeddocDONEdoc::set_document_action
Field export nameAcrobatFormsformDONEform::set_field_export_name
Large-format page (UserUnit)AcrobatPagespageDONEpage::set_user_unit
Layer print/view stateAcrobatRendering & ViewingdocDONEdoc::set_layer_usage
Flatten layersAcrobatRendering & ViewingdocDONEdoc::flatten_layers
Layer membership (OCMD)AcrobatRendering & ViewingdocDONEdoc::create_ocmd
Bookmark styling (bold/italic/color)AcrobatRendering & ViewingdocDONEdoc::set_bookmark_style
Bookmark URI actionAcrobatRendering & ViewingdocDONEdoc::set_bookmark_action
Find & redact (search)AcrobatSignatures & SecuritysecurityDONEsecurity::redact_search
Highlight all search resultsAcrobatAnnotationsannotDONEannot::highlight_search
Extract text in regionAcrobatText & ImagestextDONEtext::extract_text_in_region
Visual document compareAcrobatCombine & ComparerenderDONErender::page_visual_difference
Mark visual differencesAcrobatCombine & ComparerenderDONErender::mark_visual_differences
OCR with positionsAcrobatText & ImagesocrDONEocr::ocr_page_words
Make searchable (OCR text layer)AcrobatText & ImagesocrDONEocr::make_searchable
Code 128 barcodeAcrobat,FoxitText & ImagesbarcodeDONEbarcode::add_barcode
QR codeAcrobat,FoxitText & ImagesbarcodeDONEbarcode::add_qr_code
Data Matrix barcodeAcrobat,FoxitText & ImagesbarcodeDONEbarcode::add_data_matrix
Visible digital signatureAcrobatSignatures & SecuritysignDONEsign::sign_visible
Insert page numbersAcrobatPagespageDONEpage::add_page_numbers
Image watermarkAcrobatPagespageDONEpage::watermark_image
Image signature appearance + signing timeAcrobatSignatures & SecuritysignDONEsign::sign_image
Freehand ink (multi-stroke)Acrobat,PreviewAnnotationsannotDONEannot::add_ink
Ink eraserAcrobat,PreviewAnnotationsannotDONEannot::erase_ink_at
Undo last annotationAcrobat,PreviewAnnotationsannotDONEannot::undo_last_annot
Annotation opacity (translucent markup)AcrobatAnnotationsannotDONEannot::add_markup
Paint layer (raster brush)Acrobat,PhotoshopAnnotationsrenderDONErender::stamp_rgba
Per-page image adjustmentsAcrobat,PhotoshopConvert & ExportrenderDONErender::adjust_page
Split by page range ("1-3,5")Acrobat,PDF-XChangePage OrganizationpageDONEpage::split_by_ranges
Booklet / saddle-stitch impositionAcrobat,FoxitPrint ProductionpageDONEpage::booklet_order
Detect scan skew angleAcrobat,FoxitScan & OCRrenderDONErender::detect_skew_angle
Deskew scanned pageAcrobat,FoxitScan & OCRrenderDONErender::deskew_page
Binarize (black & white scan)Acrobat,PDF-XChangeScan & OCRrenderDONErender::binarize
Table extraction (rows/columns)Nitro,AcrobatConvert & ExportinsightDONEinsight::extract_tables
Auto-bookmark from heading sizesFoxitBookmarksinsightDONEinsight::auto_outline
Word-level document diffAcrobatCompareinsightDONEinsight::word_diff
PII scanner (email/phone/SSN/card)zpdfPrivacy ⭐ NEWinsightDONEinsight::scan_pii
One-shot PII redaction sweepzpdfPrivacy ⭐ NEWinsightDONEinsight::redact_pii
Hidden-content auditzpdfPrivacy ⭐ NEWinsightDONEinsight::hidden_content_audit
Structural content fingerprintzpdfIntegrity ⭐ NEWinsightDONEinsight::content_fingerprint
Readability analytics (Flesch)zpdfAnalytics ⭐ NEWinsightDONEinsight::readability_stats
Export form data as XFDFAcrobatFormsformDONEform::export_xfdf
Import form data from XFDFAcrobatFormsformDONEform::import_xfdf
Image effects: posterize/gamma/sharpen/despeckleAcrobat,PhotoshopConvert & ExportrenderDONErender::stylize_page
Recompress streams (lossless optimize)AcrobatOptimize & PrintdocDONEdoc::recompress_streams
PDF/A preflight validationAcrobatSignatures & SecuritydocDONEdoc::validate_pdf_a
PDF/UA preflight validationAcrobatAccessibilitydocDONEdoc::validate_pdf_ua
Tag as PDF/UAAcrobatAccessibilitydocDONEdoc::tag_pdf_ua
Regex Find & Redact patternsAcrobat,PDF-XChangeSignatures & SecuritysecurityDONEsecurity::redact_regex
Verifiable redaction guaranteezpdfSignatures & Security ⭐ NEWsecurityDONEsecurity::verify_redaction
Deterministic / reproducible exportzpdfAutomation & Embed ⭐ NEWdocDONEdoc::canonical_bytes
Semantic structure diffzpdfCompare ⭐ NEWinsightDONEinsight::structure_diff
Near-duplicate similarity scorezpdfCompare ⭐ NEWinsightDONEinsight::similarity_score
Rename bookmarkAdobe AcrobatRendering & ViewingdocDONEdoc::rename_bookmark
Retarget bookmark pageAdobe AcrobatRendering & ViewingdocDONEdoc::set_bookmark_target
Reorder bookmarkAdobe AcrobatRendering & ViewingdocDONEdoc::move_bookmark
Indent/outdent bookmarkAdobe AcrobatRendering & ViewingdocDONEdoc::set_bookmark_level
Delete named destinationAdobe AcrobatRendering & ViewingdocDONEdoc::delete_named_destination
Delete attachmentAdobe AcrobatRendering & ViewingdocDONEdoc::delete_attachment
Delete form fieldAcrobatFormsformDONEform::delete_field
Rename form fieldAcrobatFormsformDONEform::rename_field
Move form fieldAcrobatFormsformDONEform::move_field
Add line numbersAcrobat,WordPagespageDONEpage::add_line_numbers
Grid overlayAcrobatPagespageDONEpage::add_grid_overlay
Split by text markerAcrobatPagespageDONEpage::split_by_text
Delete annotations by typeAcrobatAnnotationsannotDONEannot::delete_annotations_by_type
Delete annotations by authorAcrobatAnnotationsannotDONEannot::delete_annotations_by_author
Import / export comments (XFDF)AcrobatAnnotationsannotDONEannot::export_comments_xfdf
Ink coverage (TAC)Acrobat,prepressOptimize & PrintrenderDONErender::ink_coverage
Contact sheetPreview,LightroomOptimize & PrintrenderDONErender::contact_sheet
Read file identifier (/ID)AcrobatMetadataprepressDONEprepress::document_id
Regenerate file identifierAcrobatMetadataprepressDONEprepress::regenerate_document_id
Set trapped flagAcrobatPrint ProductionprepressDONEprepress::set_trapped
Set reading directionAcrobatAccessibilityprepressDONEprepress::set_reading_direction
Read all page boxesAcrobatPagesprepressDONEprepress::page_boxes
Set all page boxesAcrobatPagesprepressDONEprepress::set_all_page_boxes
Lock layerAcrobatRendering & ViewingprepressDONEprepress::set_layer_locked
Field format action (JS)AcrobatFormsprepressDONEprepress::set_field_format_js
Field keystroke action (JS)AcrobatFormsprepressDONEprepress::set_field_keystroke_js
Field validate action (JS)AcrobatFormsprepressDONEprepress::set_field_validate_js
List field actionsAcrobatFormsprepressDONEprepress::list_field_actions
Set field rich text valueAcrobatFormsprepressDONEprepress::set_field_rich_value
List output intentsAcrobatPrint ProductionprepressDONEprepress::list_output_intents
Object inventoryAcrobat,PreflightOptimize & PrintprepressDONEprepress::object_stats