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

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

The newest version!
package com.mindee.pdf;

import lombok.Value;

/**
 * The split PDF.
 */
@Value
public class SplitPdf {

  /**
   * The file.
   */
  byte[] file;
  /**
   * The total page number.
   */
  int totalPageNumber;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy