Extract Pages
Extract pages from uploaded PDF. Extracted PDF would have the pages numbered as that specified in the page number field. For selecting a range of page, page numbers can be specified.
Parameters
- NameString, Required
Filename including extension.
- DocumentBuffer, Required
PDF File from where pages need to be extracted. The file should always be PDF. The file should be passed as a binary file.
- Page NumberInt, Required
Page numbers of the pages that need to be extracted from PDF documents. You can give page numbers as an array or in page range like 2-4 or 7-9…etc
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document in Base64 format.