Skip to content

happypdf / Duplex

Enumeration: Duplex

Defined in: src/core/interactive/ViewerPreferences.ts:61

Enumeration Members

DuplexFlipLongEdge

ts
DuplexFlipLongEdge: "DuplexFlipLongEdge";

Defined in: src/core/interactive/ViewerPreferences.ts:75

The PDF reader should print double sided and flip on the long edge of the sheet.


DuplexFlipShortEdge

ts
DuplexFlipShortEdge: "DuplexFlipShortEdge";

Defined in: src/core/interactive/ViewerPreferences.ts:69

The PDF reader should print double sided and flip on the short edge of the sheet.


Simplex

ts
Simplex: "Simplex";

Defined in: src/core/interactive/ViewerPreferences.ts:63

The PDF reader should print single-sided.

MIT Licensed. A fork of pdf-lib.