Question
How can save a PDEElement to a image?
I had get a Object on PDF,
PDEContent pdeContent = PDPageAcquirePDEContent(pdPage, gExtensionID);
PDEElement pdeElement = PDEContentGetElem(pdeContent, 0);
Now, i want save this object to a image.
How can save a PDEElement to a image?
Thanks all!.
