Uses of Class
com.dynamicpdf.api.PdfResource
Packages that use PdfResource
-
Uses of PdfResource in com.dynamicpdf.api
Methods in com.dynamicpdf.api with parameters of type PdfResourceModifier and TypeMethodDescriptionPdf.addPdf(PdfResource resource)
Pdf.addPdf(PdfResource resource, MergeOptions options)
Returns aPdfInput
object containing the input pdf.Constructors in com.dynamicpdf.api with parameters of type PdfResourceModifierConstructorDescriptionPdfInfo(PdfResource resource)
Initializes a new instance of thePdfInfo
class.PdfInput(PdfResource resource)
Initializes a new instance of thePdfInput
class.PdfInput(PdfResource resource, MergeOptions options)
Initializes a new instance of thePdfInput
class.PdfText(PdfResource resource)
Initializes a new instance of thePdfText
class.PdfText(PdfResource resource, int startPage, int pageCount)
Initializes a new instance of thePdfText
class.PdfXmp(PdfResource resource)
Initializes a new instance of thePdfXmp
class.