setEmitPageBoundaryMarkers

public final void setEmitPageBoundaryMarkers(boolean value)

When enabled, the layout-preserving text converter emits a unique HTML-comment marker at the start of every page (, where N is the 1-indexed physical page number), so downstream tooling can slice the text reliably back into per-page chunks. The same marker format the Markdown exporter uses, so consumers can treat both identically.

Parameters

value

The value to set for the EmitPageBoundaryMarkers property.