Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

how to convert NSData to PDFDocImage

More
9 years 9 months ago #11472 by Shades
Hi,

I am using the last version of Radaee,I see that the function
Code:
addAnnotBitmap
has changed.I would like to know how to convert NSData to PDFDocImage?

Thank you
More
9 years 9 months ago #11475 by emanuele
Hi,

you can create PDFDocImage in this way:
Code:
NSString *path = @"path_to_image"; PDFDocImage *i = [m_doc newImageJPEG:path];
Unfortunately there is not a specific method to convert NSData to PDFDocImage
Time to create page: 0.404 seconds
Powered by Kunena Forum