Uses of Class
com.realobjects.pdfreactor.Configuration.MergeSettings
Packages that use Configuration.MergeSettings
-
Uses of Configuration.MergeSettings in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.MergeSettingsModifier and TypeMethodDescriptionConfiguration.MergeSettings.setDisableOverlayAnnotations
(Boolean disableOverlayAnnotations) If set to false, the annotations from the documents to be merged will not be included in the final document.Configuration.MergeSettings.setDocuments
(Configuration.Resource... documents) This method sets external PDF documents which will be merged with the PDF document generated by the HTML source.Configuration.MergeSettings.setMode
(Configuration.MergeMode value) Sets the merge mode.Configuration.MergeSettings.setOverlayContentDocument
(Configuration.OverlayContentDocument value) Determines whether the converted document or the specified PDF document(s) is the content document for overlaying.Configuration.MergeSettings.setOverlayFit
(Configuration.OverlayFit value) Determines how overlay pages that have different dimensions from the pages they are overlaying should be resized.Configuration.MergeSettings.setOverlayRepeat
(Configuration.OverlayRepeat value) If one of the documents of an overlay process is shorter than the other, this method allows repeating either its last page or all of its pages in order to overlay all pages of the longer document.Methods in com.realobjects.pdfreactor with parameters of type Configuration.MergeSettingsModifier and TypeMethodDescriptionfinal Configuration
Configuration.setMergeSettings
(Configuration.MergeSettings mergeSettings) Configures the PDF merge settings.