You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I need to generate a pdf and export data(including images) to the generated pdf in ios cordova by using the file transfer. I got succeded in generating pdf and writing normal text but not images. When I have tried to export image I got success alert in "writer.onwrite" function but not finding the image in the pdf. But the pdf file size got incremented.
Can anyone please help me.
Thanks in Advance