How to create a PDF and add the contents usnig iText library in android...? -


i using itext library create pdf documents. able create , add contents document programmetically "new paragraph("this new pdf")". question

  1. can add contents typing in document , save pdf using itext library? creating word documents...?
  2. suppose if want insert image in document, done picking image external storage using dialog box...?
  3. is possible using itext library in andriod...?

these multiple questions. i'll try answering them all. seems 1 answer questions is, first try, study, learn itext about, ask questions

but question can able add contents typing in document , save pdf using itext library? creating word documents...?

no, have programmatic. itext not wysiwyg tool adobe acrobat or other gui-pdf editors.

suppose if want insert image in document, done picking image external storage using dialog box...

if create dialog box , code logic add pdf in itext way possible.

is possible using itext library in android...?

the general available itext not fit android. can contact itext sales department know more itext android.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -