Uses of Class
com.realobjects.pdfreactor.Configuration.Resource
-
Uses of Configuration.Resource in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.BubbleSettings.getStyleSheet()
Configuration.ChangeSettings.getStyleSheet()
Configuration.CommentSettings.getStyleSheet()
Configuration.Resource.setBeforeDocumentScripts
(Boolean value) Usetrue
to cause PDFreactor to run the script before all scripts inside the document andfalse
to run it after.Configuration.Resource.setContent
(String value) The content of the resource.Configuration.Resource.setData
(byte[] value) The binary data of the resource.Configuration.Resource.setInputSource
(com.realobjects.w3c.css.sac.InputSource value) TheInputSource
of the resource.Configuration.Resource.setPassword
(String password) If thisConfiguration.Resource
describes a PDF document and this document is protected by an user or owner password, use this method to specify the password the document should be opened with.Configuration.Resource.setSubtype
(Configuration.ResourceSubtype subtype) The subtype of this resource.The URI of the resource.Modifier and TypeMethodDescriptionConfiguration.ColorSpaceSettings.setCmykIccProfile
(Configuration.Resource cmykIccProfile) Specifies the ICC profile which defines the CMYK color space into or from which CSS colors and images are converted, ifenabled
.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.final Configuration
Configuration.setIntegrationStyleSheets
(Configuration.Resource... values) Adds an integration style sheet to the document.final Configuration
Configuration.setMergeDocuments
(Configuration.Resource... documents) Deprecated.void
Configuration.BubbleSettings.setStyleSheet
(Configuration.Resource styleSheet) void
Configuration.ChangeSettings.setStyleSheet
(Configuration.Resource styleSheet) void
Configuration.CommentSettings.setStyleSheet
(Configuration.Resource styleSheet) final Configuration
Configuration.setUserScripts
(Configuration.Resource... values) Adds an user script to the document.final Configuration
Configuration.setUserStyleSheets
(Configuration.Resource... values) Adds a user style sheet to the document.final Configuration
Configuration.setXsltStyleSheets
(Configuration.Resource... values) Adds an XSLT style sheet to the document.