Uses of Class
com.dynamicpdf.api.LayoutDataResource
Packages that use LayoutDataResource
-
Uses of LayoutDataResource in com.dynamicpdf.api
Methods in com.dynamicpdf.api with parameters of type LayoutDataResourceModifier and TypeMethodDescriptionPdf.addDlex(DlexResource dlexResource, LayoutDataResource layoutData)
Returns aDlexInput
object containing the input pdf.Pdf.addDlex(String cloudResourcePath, LayoutDataResource layoutData)
Returns aDlexInput
object containing the input pdf.Constructors in com.dynamicpdf.api with parameters of type LayoutDataResourceModifierConstructorDescriptionDlexInput(DlexResource dlexResource, LayoutDataResource layoutData)
Initializes a new instance of theDlexInput
class by posting the DLEX file and the JSON data file from the client to the API to create the PDF report.DlexInput(String cloudResourcePath, LayoutDataResource layoutData)
Initializes a new instance of theDlexInput
class by taking the DLEX file path that is present in the cloud environment and the JSON data file from the client.DlexLayout(String cloudDlexPath, LayoutDataResource layoutData)
Initializes a new instance of theDlexLayout
class using the DLEX file path present in the cloud environment and the JSON data for the PDF report.