While Phonegap does not have this feature in its API, iOS offers the capability through Quartz 2D. You can find more information about it here.
How can I achieve similar functionality in Phonegap for iPhone? As a beginner, any guidance on setting up the necessary files or integrating Phonegap with this API would be greatly appreciated. I am open to exploring different approaches such as:
- Drawing into PDF or generating HTML and converting it to PDF
- Creating a plugin for Phonegap to access the iOS API
Thank you.