Uses of Class
org.europa.together.application.internal.PdfDocument
Packages that use PdfDocument
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
-
Uses of PdfDocument in org.europa.together.application
Methods in org.europa.together.application that return PdfDocumentModifier and TypeMethodDescriptionOpenPdfRenderer.loadDocument
(File pdfDocument) OpenPdfRenderer.removePage
(PdfDocument pdf, int... pages) Methods in org.europa.together.application with parameters of type PdfDocumentModifier and TypeMethodDescriptionOpenPdfRenderer.removePage
(PdfDocument pdf, int... pages) void
OpenPdfRenderer.writeDocument
(PdfDocument pdf, String destination) -
Uses of PdfDocument in org.europa.together.business
Methods in org.europa.together.business that return PdfDocumentModifier and TypeMethodDescriptionPdfRenderer.loadDocument
(File pdfDocument) Read a PDF from FILE as PdfReader.PdfRenderer.removePage
(PdfDocument pdf, int... pages) Remove from a given PDF pages.Methods in org.europa.together.business with parameters of type PdfDocumentModifier and TypeMethodDescriptionPdfRenderer.removePage
(PdfDocument pdf, int... pages) Remove from a given PDF pages.void
PdfRenderer.writeDocument
(PdfDocument pdf, String destination) Writes a PDF document (PdfReader) to the given destination.