Package-level declarations

Types

Link copied to clipboard
class PdfGenerator(context: Context, webView: WebView = WebView(context))

PdfGenerator creates PDF files from HTML content using Android's WebView and PrintManager. Must be initialized on the Main thread.

Link copied to clipboard

A fragment for generating and displaying a PDF based on a questionnaire response.

Link copied to clipboard
class PdfLauncherViewModel @Inject constructor(val defaultRepository: DefaultRepository) : ViewModel

ViewModel for managing PDF generation related operations.