PDFGenerator icon indicating copy to clipboard operation
PDFGenerator copied to clipboard

Adding a UILabel to a view is blurry

Open anthonycastelli opened this issue 7 years ago • 1 comments

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?

anthonycastelli avatar May 11 '17 18:05 anthonycastelli

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.

AmbroseSilveira avatar Aug 15 '17 10:08 AmbroseSilveira