I need to render a PDF for a given metric size. I can render a PDF in iOS coordinates but how can I convert i.e. 1mm to points.
Thanks
I need to render a PDF for a given metric size. I can render a PDF in iOS coordinates but how can I convert i.e. 1mm to points.
Thanks
The size of a point depends on the device. You will need a reference table and check which device you are running on. You can find more information about size conversion here. And this page will help you get the device model you are running your app on.