Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Converts HTML to PDF document.
Link copied to clipboard
Used to intercept resource requests in HtmlToPdfConverter to allow providing custom data for these resources.
Link copied to clipboard
Encapsulates request for a resource.
Link copied to clipboard
Encapsulates resource response.
Link copied to clipboard

Object that defines a security policy for WebViews. This policy allows for optional customization of WebView settings through the webViewSettingsCustomizer property. See WebViewSettingsCustomizer

Link copied to clipboard

Interface for customizing the settings of a WebView. Implementations of this interface can modify the provided WebSettings object to enforce specific configurations or policies. This is mostly used to enable the security-risk WebSettings.setAllowFileAccess which can make HTML to PDF conversion work with HTML files on the device.