Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReplaceOptions

Hierarchy

  • ReplaceOptions

Index

Properties

file

file: Blob | ArrayBuffer | File
bref

{File|Blob|ArrayBuffer|TypeArray|ViewData} - Specify PDF file's stream where pages will be exported from.

Optional password

password: string
bref

{string} - Specify document's password. It can be left empty.

replaceFromVal

replaceFromVal: number
bref

Index of start page of the selected page range in current PDF document. All the pages in this range will be replaced. The index starts at 1

replaceToVal

replaceToVal: number
bref

The end page index of the selected page range in the current PDF document.

withPage

withPage: string
bref
param

the page range.
If you want to replace pages 3,5 and 8 enter "3,5,8".
If you want to replace pages from 3 to8, enter "3-8" in the text box.