Uses of Class
com.dynamicpdf.api.MergeOptions
Packages that use MergeOptions
-
Uses of MergeOptions in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return MergeOptionsModifier and TypeMethodDescriptionPdfInput.getMergeOptions()
Gets the merge optionsMergeOptions
.Methods in com.dynamicpdf.api with parameters of type MergeOptionsModifier and TypeMethodDescriptionPdf.addPdf(PdfResource resource, MergeOptions options)
Returns aPdfInput
object containing the input pdf.Pdf.addPdf(String cloudResourcePath, MergeOptions options)
Returns aPdfInput
object containing the input pdf.void
PdfInput.setMergeOptions(MergeOptions value)
Sets the merge optionsMergeOptions
.Constructors in com.dynamicpdf.api with parameters of type MergeOptionsModifierConstructorDescriptionPdfInput(PdfResource resource, MergeOptions options)
Initializes a new instance of thePdfInput
class.PdfInput(String cloudResourcePath, MergeOptions options)
Returns aPdfInput
object containing the input pdf.