Package com.mindee.pdf
Class PdfBoxApi
- java.lang.Object
-
- com.mindee.pdf.PdfBoxApi
-
- All Implemented Interfaces:
PdfOperation
public final class PdfBoxApi extends Object implements PdfOperation
Allows performing various operations on PDFs.
-
-
Constructor Summary
Constructors Constructor Description PdfBoxApi()
-
-
-
Method Detail
-
split
public SplitPdf split(SplitQuery splitQuery) throws IOException
Description copied from interface:PdfOperation
Split a PDF file.- Specified by:
split
in interfacePdfOperation
- Parameters:
splitQuery
- Options to perform the query.- Returns:
- The split pdf.
- Throws:
IOException
-
-