Package-level declarations
Types
Link copied to clipboard
Exception thrown by HtmlToPdfConverter.
Link copied to clipboard
class HtmlToPdfConverter
Converts HTML to PDF document.
Link copied to clipboard
interface ResourceInterceptor
Used to intercept resource requests in HtmlToPdfConverter to allow providing custom data for these resources.
Link copied to clipboard
class ResourceRequest
Encapsulates request for a resource.
Link copied to clipboard
class ResourceResponse
Encapsulates resource response.
Link copied to clipboard
object WebViewSecurityPolicy
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 WebViewSettingsCustomizer
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.