Alexander Lojewski
Alexander Lojewski
Hello and thanks for your nice framework, i have a little app update from Xcode 11 to Xcode 13 and the newest TPPDF Version. In the old version from my...
## What did you do? ```swift document.add(.contentLeft, image: PDFImage( image: CameraImageManager.loadImageFromDiskWith( fileName: damageReport.imageName )!, caption: PDFAttributedText(text: NSAttributedString( string: damageReport.descriptionText, attributes: nil )), size: CGSize(width: 200, height: 165), quality: 0.85, options:...