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

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

There is a newer version: 4.21.0
Show newest version
package com.mindee.pdf;

import com.mindee.input.PageOptions;
import lombok.Value;

/**
 * Represent parameter to split a PDF.
 */
@Value
public class SplitQuery {

  /**
   * The file.
   */
  byte[] file;
  /**
   * Represent options to cut a document.
   */
  PageOptions pageOptions;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy