Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Merging Images To PDF in Swift

Tags:

ios

pdf

swift

I want to create an app which asks the user to upload the pictures from the device camera and then merge those images as PDF using swift.

How can this be achieved?

like image 422
Divya Khanna Avatar asked Jul 03 '15 06:07

Divya Khanna


1 Answers

I read your question and I have an idea for merging images to PDF.

Step 1: You need convert image to PDF. You can see the link below

https://github.com/SSA111/SwiftImageToPDFConverter/blob/master/NSData%2BImageToPDFConverter.swift

Step 2: Merge all files pdf

like image 131
Cuong Nguyen Avatar answered Oct 31 '22 18:10

Cuong Nguyen