Package com.mindee.pdf
Interface PdfOperation
-
- All Known Implementing Classes:
PdfBoxApi
public interface PdfOperationMinimum PDF operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SplitPdfsplit(SplitQuery splitQuery)Split a PDF file.
-
-
-
Method Detail
-
split
SplitPdf split(SplitQuery splitQuery) throws IOException
Split a PDF file.- Parameters:
splitQuery- Options to perform the query.- Returns:
- The split pdf.
- Throws:
IOException
-
-