All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mindee.pdf.PdfOperation Maven / Gradle / Ivy

The newest version!
package com.mindee.pdf;

import java.io.IOException;

/**
 * Minimum PDF operations.
 */
public interface PdfOperation {

  /**
   * Split a PDF file.
   *
   * @param splitQuery Options to perform the query.
   * @return The split pdf.
   */
  SplitPdf split(SplitQuery splitQuery) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy