Package com.mindee.pdf
Interface PdfOperation
-
- All Known Implementing Classes:
PdfBoxApi
public interface PdfOperation
Minimum PDF operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SplitPdf
split(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
-
-