Package-level declarations
Types
Link copied to clipboard
Defines how the thumbnail should handle the aspect ratio of the original PDF page.
Link copied to clipboard
object PDFThumbnailGenerator
Utility class for generating PDF thumbnails from various document sources.
Link copied to clipboard
data class ThumbnailConfig(val width: Int = 200, val height: Int = 200, val quality: Bitmap.Config = Bitmap.Config.RGB_565, val annotationRendering: Boolean = false, val aspectRatio: AspectRatio = AspectRatio.PRESERVE, val backgroundColor: Int = Color.WHITE)
Configuration class for PDF thumbnail generation.