Am 24.07.2011 um 04:04 schrieb Greg Olson-Hyde: > Hi, > > I have an image stored in a 'WebPicture' property in the app, how do I insert > it into the PDF document? > > 'InsertImageEx' requires a file and I don't want to get the image from the > file again as I have already done this - is there a way to insert an image > from the app 'WebPicture' property?
Use InsertImageFromBuffer and pass the data property of the WebPicture. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
