Split PDF by Text
Split your PDF documents by searching for a specific phrase inside the text content. Use the text you probably think is unique for identifying the page at which the document needs to be split. Create scenarios to automate this using the Split by Text action.
Parameters
- File NameString
Map the file name from the source or input the filename with the extension.
- FileBuffer, Required
Map the PDF file from the source action
- Split TextString
Specify the text to filter & split
- Split Type
Choose the way split should occur.
- Before the Text
- After the Text
- Remove the page containing the Text
Output
- NameString
The name of the output file.
- DocumentsArray of object
The Document is an array, this array contains the document which has been split. The output PDF can be found in the Doc Data in Base64 format.