Questions tagged [android-droidtext]

droidtext was a port of the iText library version 2.1.7 (last LGPL version) for Android.

droidtext was a port of the iText library version 2.1.7 (last LGPL version) for Android.

This project page was removed in December 2013.

25 questions
0
votes
1 answer

generate 0 byte pdf with droidtext

I am working on an Android app need to generate a pdf report. But the report.pdf I get is 0 byte and can not be opened. I use iText 5.4.3 before and had the same problem. (Now I use droidText). droidText.0.5.jar was imported into a lib folder and…
codermomo
  • 23
  • 1
  • 1
  • 6
0
votes
1 answer

Use DroidText for barchart

I am just trying different pdf making library for some research in android. I have one question regarding this. How can we make bar charts , pi charts using droidtext as PdfGraphics2D is not available. Not from itext, I already know.
MGDroid
  • 1,659
  • 2
  • 17
  • 32
0
votes
1 answer

Building project using ANT that contains droidText.jar

I have an Android Project which uses droidText Library. when I run the project using Eclipse Plugin, build well done. However when I run it using ANT, the build faild and I got this error: Pre-Dexing /droidText.0.4.jar ->…
ghost rider3
  • 448
  • 1
  • 5
  • 17
0
votes
2 answers

droidtext adding image doesn't work

I am desperately trying to insert an image into an existing pdf with droidtext. The original version of this project was made with iText. So the code already exists and was modified to fit for Android. What I do is I take an existing PDF as…
user1127690
  • 53
  • 1
  • 1
  • 6
0
votes
2 answers

droidText unstaisfiedLink error while creating Image instance

I keep on getting unstaisfied link error while creating a pdf using droidText lib.Its on random basis and doesnt happen everytime The line which throws it is: Image image = Image.getInstance(url); stacktrace 02-19 12:09:02.534:…
Deva
  • 3,919
  • 1
  • 27
  • 38
0
votes
1 answer

Convert Pdf page to Image using DroidText in android

I'm trying to use droidText Link here to convert an PDF page to an Image (to show in ImageView! However, I can't find any solution for this with droidText lib after 2 day of google searching! So I want to ask for a help to solve this problem? Anyone…
Kingfisher Phuoc
  • 8,052
  • 9
  • 46
  • 86
0
votes
1 answer

Commercial use of droidtext for Android to generate PDF document from my App

I have an Android app that currently generates a HTML file as the output when information is exported. I want to give users the option of exporting to a PDF document as well. I reached out to the good folks at iText but they want more than I can…
Sriman
  • 788
  • 9
  • 25
0
votes
1 answer

Remove appearance of TextField in droidText : Android

I am trying to create a PDF using droidText library. There I want to place some text content in the middle of the page but align to left. I was unable to do with Paragraph class and setAlignment() method. So I have decided to use TextField class.…
AnujAroshA
  • 4,623
  • 8
  • 56
  • 99
0
votes
1 answer

Android iText addTemplate Stamp pdf form fields overtop exisiting PDF document

I am trying to open a standard PDF form from a legacy application in Android, overlay form fields using iText and pass to Adobe Reader on Android to fill out the form. I have been able to create the TextFields manually but I would prefer to have a…
Nick
  • 43
  • 6
0
votes
0 answers

java.lang.NoClassDefFoundError: com.lowagie.text.Document

I've been using droidText.0.2.jar in my app for creating pdf files and it worked great. Today I updated eclipse and all of a sudden I get the following error "java.lang.NoClassDefFoundError: com.lowagie.text.Document" I checked the compiler settings…
Tw1tCh
  • 89
  • 1
  • 12
1
2