Delete Pages
Delete pages from PDF to form a new PDF file.
Parameters
- NameString, Required
Filename including extension.
- DocumentBuffer, Required
PDF File to be password protected. The file should always be PDF. The file should be passed as a binary file.
- Page NumberInteger, Required
Enter the page number of pages you want to delete from the PDF.
Output
- NameString
The name of the output file.
- Doc DataBuffer
The output document in Base64 format.