Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

how to convert images into pdf file 8 years 3 months ago #10040

  • ankur123987
  • ankur123987's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Available as freelancer (ex website to app 30min)
  • Posts: 97
  • Thank you received: 0
Hi Radaeepdf team,


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

Thanks

Please Log in or Create an account to join the conversation.

how to convert images into pdf file 8 years 3 months ago #10046

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
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:
AddAnnotBitmap(Bitmap bitmap, boolean has_alpha, float[] rect)

Or you can follow this guide: www.radaeepdf.com/support/knowledge-base...component&kbartid=27

Please Log in or Create an account to join the conversation.

how to convert images into pdf file 8 years 3 months ago #10050

  • ankur123987
  • ankur123987's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Available as freelancer (ex website to app 30min)
  • Posts: 97
  • Thank you received: 0
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 Log in or Create an account to join the conversation.

how to convert images into pdf file 8 years 3 months ago #10073

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
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.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum