Tagged Questions
0
votes
1answer
19 views
Dropbox API - how to upload a PDF created with droidText?
How would you upload a PDF document (created using droidText) to dropbox (using the dropbox api)?
I have read the documentation and understand the concept of creating/editing a standard file and ...
4
votes
1answer
159 views
how to convert jpg to pdf in Android java
I want to convert several .jpg files (taken using the device camera) to ONE .pdf file.
I saw a lot of tools like iText, mupdf, PDFjet, pdjBox.
Is there something more simple? (like an API ready for ...
0
votes
0answers
241 views
create a Pdf from xsl and xml files using Itext in android
hie,
I have to make an invoice app in which user can create invoices and estimate in pdf format and send it to clients.
till now I am able to create pdf by filling an existing pdf template using ...
0
votes
1answer
70 views
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);
...
0
votes
1answer
113 views
creating dynamic pdf and sharing
I m coding for a app,that allows user to create PDF document dynamically from the user's report and share via mail,is any effective way is avail to share the pdf document ..?
1
vote
1answer
57 views
Restrict the content of pdf to single page created using droidtext
Hi i am creating a pdf with texts and images. If the text is too big the pdf being created comes into 2nd page. Is there a way i can restict the content to a single page. I am ok trimming the end of ...
1
vote
0answers
290 views
Generate PDF from HTML page in android
How to create PDF FILE from HTML page using itextrenderer in android?
I am using itextrenderer but in this can't import java.awt.geom in eclipse because there is no support for awt in android so how ...
0
votes
1answer
167 views
How to read PDF file in android and how can i read the indexes in pdf file in android?
I am going to develop an android application like foxit reader .In my application i need to find the indexes in pdf file ..please help me how can i found the indexes in pdf file programmatic ally ...
2
votes
2answers
497 views
how to create pdf file with multiple pages from image file in android
How to create PDF file with multiple pages from image file in Android? I created one PDF file from image. That PDF file has one page. That is half of that image. In the right side search part is cut ...
0
votes
0answers
134 views
how do I enable print in flex mobile application
We are developing a android / ios mobile application using FB 4.6, Flex SDK 4.6 with AIR 3.2. We have a requirement to print a view (and) save as PDF from the mobile app.
Requirement is: When Print ...
2
votes
1answer
308 views
Encryption of pdf using itext Library
I am trying to encrypt a pdf, before I sucuessfully generated pdf with watermarking but while watermarke, when I encrypt a pdf its gives error:
11-08 09:03:13.579: W/System.err(29720): ...
-1
votes
1answer
221 views
Generate a new PDF using a PDF file result in white places
I fails to give an appropriate title to the questions. :)
Any how I need to split (get) a page from a existing PDF file. I am using droidtext for this.
My code is
try {
String path = ...
2
votes
0answers
163 views
PDF Generate dynamically in android
In My Pdf file data comes from server. so in every row not predeclared number of column and it's size mines width.
In every row whatever will come from server images or text.
i have tried using with a ...
0
votes
1answer
272 views
How to merge several single page PDF files in to one PDF document in Android
I have single page several PDF files in my SD card. Now I need to programmatically merge those single page PDF files in to one PDF document. I have used Android PDF Writer library to create those ...
0
votes
2answers
445 views
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() ...
0
votes
1answer
213 views
Fill pdf form in Android
I am trying to develop a paid app in which part of it involve filling out an already existing pdf form. I am looking for a way to do it in Android. I have searched stack overflow and I found a library ...
0
votes
1answer
154 views
Convert text to PDF
I am trying to create a PDF file by inserting some text into it with a proper structure in Android.
Document doc = new Document();
PdfWriter.getInstance(doc, new FileOutputStream("urgentz.pdf"));
...
1
vote
1answer
243 views
droidText: How to reduce memory consumption
While generating pdf it is consuming some 4MB of memory, the application heap size is also increasing,
After pdf is generated the heap size remains the same, if again try to generate pdf the heap size ...
1
vote
1answer
384 views
Android fill PDF form
I have .pdf file and multiple forms are there.
I want to open my .pdf file, fill the forms and save it from Android development.
Is there any API for Android Rendering.
I found iText but I just ...
-2
votes
3answers
765 views
Android : how to open pdf file from server in android [closed]
I'm new to android programming and I'm developing an application in android to open a PDF file from a server in my app. I've no idea about that. So please help me. How i can do this?
Thanks in ...
3
votes
2answers
1k views
droidText for pdf generation on android
I am looking into using droidText which is apparently a version of iText specifically for android. But i can't find any tutorials? has anyone used it? can you point me towards any tutorials?
1
vote
2answers
574 views
Inserting image in pdf android
How to add image in a pdf using DroidText I have tried the following code -
Document document = new Document();
File f=new File(Environment.getExternalStorageDirectory(), "SimpleImages.pdf");
...
1
vote
2answers
2k views
Problems with iText trying to create a PDF file
I'm trying to create a PDF file when I press a button. I'm using iText library.
My activity:
package com.pdf;
import java.io.FileOutputStream;
import android.app.Activity;
import ...
1
vote
0answers
123 views
Android add image as background of text in multiline pdf
I have to display questions and answers parallel in pdf based on data coming from web service. All dynamic data contain dynamic length. If question as well as answer is very lengthy, then I have to ...
2
votes
1answer
2k views
how to read .doc, .docx, .xls files in android [duplicate]
I am trying to show the PDF & .DOC files in android. I am able to show PDF files, but I have problem to show the .DOC, .DOCX, .PPT and .xls files. With the help of WORD-EXTRACTOR we can fetch the ...
1
vote
1answer
288 views
Custom PDF Viewer in Android Application, requires a free or one time liscenced solution
I want a complete standalone PDF viewer in my Android application, i want a complete or one time licensed solution which i can utilize in my application, for viewing and esigning PDF. I need a ...
0
votes
3answers
1k views
How to show ProgressDialog while waiting for HttpRespons?
Hi all and thanks for reading. :)
I have this Java (Android) code which is making a HTTP request and waiting for a respons. The request starts a service that generates a PDF-file and returns it.
The ...
0
votes
0answers
389 views
Eclipse - Generating PDF in java through Android
I am trying to generate a pdf at the click of a button in eclipse in an android application. I have followed vogella's tutorial as a java project. However I am trying to transfer that code over to My ...
0
votes
1answer
651 views
Itext in Eclipse
I am trying to generate a pdf at the click of a button in eclipse in an android application.I have followed vogella's tutorial as a java project.
This is the code for my java project which works ...
2
votes
1answer
583 views
Eclipse - Print report from app with Google Cloud Print
I am developing an android application in eclipse to print a report via Google Cloud Print.
This tutorial from Google has me on the right track.
I have already installed itext to generate the ...
1
vote
1answer
212 views
Generate PDF with XSL-FO for Android
Is it possible to generate a PDF in an Android application using XSL-FO?
1
vote
0answers
158 views
Convert Encapsulated PostScript File to PDF in Android
I want to convert PostScript to PDF but I don't know where to start.
Please suggest me some references or documents from where I can start.
0
votes
1answer
420 views
Convert database data to PDF in ANDROID
I want to build a android app ,which converts some data to pdf file and i need
to save it in my android phone, i have searched for lot of documents but its not
helping out.
I am trying to use iText ...
0
votes
3answers
2k views
Android - What are the good reporting tools to design and generate reports from SQLite Data Source?
I am working on Android database type application. We need to show some reports.
My questions are:
1- How the reporting works on Android?
2- What are the good reporting tools to design and ...
0
votes
0answers
353 views
Creating pdf file in Android is very slow
I have created a simple pdf file in my Android application. It takes very long time to create the pdf file. Below is the code of it. Please someone correct it if any changes to be made.
try {
...
4
votes
3answers
5k views
How to create PDF file using iText or some other library on android?
How to create PDF file using iText or some other library on android?
Is there any tutorial on iText for android?
Thanks
0
votes
2answers
492 views
Problems generating pdf Android
I'm having trouble creating a PDF file and save it on SD, and would like someone suggested to me what to do, follow what I started doing, if they have any examples, I am grateful for sending me!
My ...
2
votes
2answers
818 views
How to Read a Existing pdf file using the itextpdf.jar file in java/Android
I want to read a pdf file using Java/Android that is exist in my SD card.I imported the itextpdf5.1.1.jar file in the eclipse IDE.I am able to create a new file from an existing one.Below is my code,
...
0
votes
1answer
944 views
Android pdf and chart generation
I am new in Android development. I want to create an Android app which will take input from user, generate a pie chart and then export the report in pdf format. I am using iText(URL) and afreechart ...
0
votes
2answers
546 views
Create a PDF from data in a database
How to convert sql database of android into pdf file.
Actually I have to convert a resume made through android into pdf file so that it can be uploaded to a website.
0
votes
1answer
429 views
Error undefined reference in build muPDF for android (need help)
this is sample error in cygwin
C:/mupdf-0.8.165/android/jni/../../mupdf/pdf_nametree.c:111:
undefined reference to `fz_array_get'
...
0
votes
1answer
263 views
How PDF viewer works on Android
I went through the open source of pdf viewer in android.
My guess is that they convert the pdf pages in to images. Google by default does not any library functions to parse or display a pdf. Is there ...
3
votes
1answer
1k views
Custom pdf viewer in android
I need to have a custom pdf viewer inside my application where i have my own menu and all.
It is not working with webview and i tried by converting each page into image but i feel its not a good way ...
5
votes
4answers
8k views
Create PDF / Word (Doc) file within app
Is there a definitive method of creating either a PDF or a MS Word Doc file within the app and email it immediately (and possibly, also store it).
I have been trying for quite some time and have ...
1
vote
1answer
475 views
Android: How to let my users print data from the app
I have some data in my app that consists of text and image. I want to allow my users to be able to print that data.
Here are the options that I am thinking of:
1) Convert data into HTMl format and ...
4
votes
2answers
6k views
How to create pdf files on android
Can't find any library to create pdf files on Android. Can any one help me?


