Hi All,
I need to make an image manipulation app by which we can crop an image and save it as pdf.
Is it possible for symbian s60 devices. If yes what api shuld be used.
Thanks
Hi All,
I need to make an image manipulation app by which we can crop an image and save it as pdf.
Is it possible for symbian s60 devices. If yes what api shuld be used.
Thanks
AFAIK there are no native APIs for saving in PDF format.
However, the PDF specification (format reference) is available, so nothing prevents you from creating a valid PDF file from your own code: http://www.adobe.com/devnet/pdf/pdf_reference.html
You can also find related projects on SourceForge, search for pdf image (though none of them is Symbian, there should be some C/C++, and if everything else fails, converting Java code is also viable).
Thanks for reply..
Ok then we can leave pdf format.
Is there any way by which we can crop , scale , saturation of image...
You could do cropping for exmaple using the bitmap context, see this example: http://www.developer.nokia.com/Commu...uble_buffering basically different use case, but you could use the similar code.