Uses of Class
com._4point.testing.matchers.aem.Pdf.PdfException
Packages that use Pdf.PdfException
-
Uses of Pdf.PdfException in com._4point.testing.matchers.aem
Methods in com._4point.testing.matchers.aem that throw Pdf.PdfExceptionModifier and TypeMethodDescriptionPdf.allFonts()Returns a list of the fonts use by the PdfPdf.embeddedFonts()Returns a list of the fonts embedded in the Pdfstatic PdfPdf.from(byte[] docBytes) Static factory that creates a Pdf object from a byte array.static PdfPdf.from(InputStream docStream) Static factory that creates a Pdf object from an InputStream.static PdfStatic factory that creates a Pdf object from a file on the file system. -
Uses of Pdf.PdfException in com._4point.testing.matchers.jaxrs
Methods in com._4point.testing.matchers.jaxrs that throw Pdf.PdfExceptionModifier and TypeMethodDescriptionstatic PdfResponseMatchers.expectingPdf(jakarta.ws.rs.core.Response response) Performs a series of checks on the Response object to validate that it is a response containing a PDF and then returns a Pdf object for further validation.