- Posts: 97
- Thank you received: 0
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
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
10 years 3 months ago #10040
by ankur123987
how to convert images into pdf file was created by ankur123987
Hi Radaeepdf team,
How can i convert my image into pdf format by using radaeepdf . please respond as soon as possible
Thanks
How can i convert my image into pdf format by using radaeepdf . please respond as soon as possible
Thanks
10 years 3 months ago #10046
by Davide
Replied by Davide on topic how to convert images into pdf file
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:
Or you can follow this guide: www.radaeepdf.com/support/knowledge-base...component&kbartid=27
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
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 3 months ago #10050
by ankur123987
Replied by ankur123987 on topic how to convert images into pdf file
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
please help
10 years 2 months ago #10073
by radaee
Replied by radaee on topic how to convert images into pdf file
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.
second, u need invoke Document.SetCache()
to see samples, plz open PDFTestAct.java.
Time to create page: 0.392 seconds