PDFGenerator
PDFGenerator copied to clipboard
Adding a UILabel to a view is blurry
I've tried everything I can think of, but everything I do when I add a UILabel to the pdf, the text is extremely blurry. Is there something needed to keep it crisp, or is there a way to just add an NSAttributedString to a PDF page?
Try to define the size of the page(uiview) based on the dpi.. and then generate the pdf. It looks blurry may be because you are viewing it on imac/macbook. Zoom it and the text is crisp clear. Else open the created pdf on device.