POST
https://eu.api.pdfblocks.com/v1/extract_pages
European-only endpoint
Parameters
The endpoint accepts multipart/form-data request bodies with the folowing parameters:
file
Required
The content of the input PDF document.
first_page
optional
Integer with the first page of the range to extract from the PDF document.
The minimum value is 1
Defaults to the first page of the PDF document.
last_page
optional
Integer with the last page of the range to extract from the PDF document.
The minimum value is 1
Defaults to the last page of the PDF document.
Returns
If successful, the call returns a response with Content-Type: application/pdf with the content of the extracted PDF document. Otherwise, this call returns an error.