API Reference

Class

PdfJavaScriptEditResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Edited PDF bytes with exact named-script readback and rewrite-preservation proof.

Inheritance

  • Object
  • PdfJavaScriptEditResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public Byte[] ToBytes() #
Returns: Byte[]

Returns a defensive copy of the edited PDF.

public PdfDocument ToDocument() #
Returns: PdfDocument

Opens the edited artifact as a fluent PDF document.

Properties

public PdfMutationPlan MutationPlan { get; } #

Shared full-rewrite mutation plan.

public PdfRewritePreservationReport PreservationReport { get; } #

Proof that structures outside the document JavaScript name tree survived the rewrite.

public IReadOnlyList<PdfJavaScript> JavaScripts { get; } #

Named scripts read back from the saved artifact.

public IReadOnlyList<String> Operations { get; } #

Stable operation descriptions applied in transaction order.