PDFGenerator
PDFGenerator copied to clipboard
A simple generator of PDF written in Swift.
I'm observing some weird behavior when generating PDFs. My goal is to get a PDF from a UIView with UILabels where the PDF has vectorized, searchable text, not a rasterization...
HI I am trying to make pdf from a collection view and only one cell get printed, have many cells which scroll both horizontally and vertically Here is the code...
使用真机 try PDFGenerator.generate([v1, v2, v3], to: dst)
I noticed that some UIView, image view or text view is rendered completely as back. This only happens for some UIView and every time for the same view. Any idea?...
After I execute rendering code on my UIView, this view itself moves to (0,0) from (centerX,centerY). Code is executed on an IBAction, button pressed. ``` pdf = renderFPL() func renderFPL()...
Hi, Only pdf is generated for the visible row of table view, other part is empty. I am getting this error message in console ": replacing +/-infinity with -2147483648." Here...
It is working great with UICollectionView! This library will work only if the full view is rendered (consider the view contains 1000 pages)? Do we have any library for Swift...
Hello there, I have an issue that after I render a scrollView to PDF the buttons on my tool bar are not usable and if the device is rotated then...
I have a Issue when trying to generate pdf from scrollview. i have adding a stackoverflow link. please look inti it and help me to resolve. [https://stackoverflow.com/questions/63925832/generating-pdf-using-pdfgenerator-in-swift](url)