Pdf Utils
Collection of useful methods for working with PDF documents.
Functions
Link copied to clipboard
open fun boundingBoxFromLines(lines: List<List<PointF>>, @FloatRange(from = 0.0 ) lineWidth: Float): RectF
Calculates the bounding box from lines (specified in PDF coordinates).
Link copied to clipboard
Creates a union of a list of
pdfRects
.