Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

how to convert images into pdf file

More
10 years 3 months ago #10040 by ankur123987
Hi Radaeepdf team,


How can i convert my image into pdf format by using radaeepdf . please respond as soon as possible

Thanks
More
10 years 3 months ago #10046 by Davide
Hi,
I suggest you to look at PDFTestAct of RDPDFReader module.
You will find some examples to create a NewPage and a NewImagePage.

You can also add an image to pdf using:
Code:
AddAnnotBitmap(Bitmap bitmap, boolean has_alpha, float[] rect)

Or you can follow this guide: www.radaeepdf.com/support/knowledge-base...component&kbartid=27
More
10 years 3 months ago #10050 by ankur123987
The provided link is not working ... however i took reference from following link" www.radaeepdf.com/support/knowledge-base...component&kbartid=27 " but getting null at Document.DocImage docimage = document.NewImage(bitmap, true);

please help
More
10 years 2 months ago #10073 by radaee
first, to be sure u open a writeable PDF file, or create PDF Document succeeded.
second, u need invoke Document.SetCache()

to see samples, plz open PDFTestAct.java.
Time to create page: 0.392 seconds
Powered by Kunena Forum