Start a Project

Create PDF document using String and images in iOS (Swift).

Create PDF file

Sometimes we need to make the pdf file for saving the image or string (No editable) . for this we need to follow some steps.

1: Collect your all strings data and images and write the function to call.

Here first you need to calculate the height and width of string that will take due to that reason I have used UILabel for calculating their width and height and set font after this we plot on pdf file.

Now write their function in same class.

2: Now you need to access the pdf file and display.

3: after this, we need to open this file using web view.

Exit mobile version