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 needs to be extracted from PDF document.
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document in Base64 format.