Questions tagged [pdfrenderer]

An application or API that is capable of drawing a PDF to various display mediums (computer monitor, image files, printers).

An application or API that is capable of drawing a PDF to various display mediums (computer monitor, image files, printers).

135 questions
3
votes
1 answer

Android PDFrenderer set matrix without crop marks

I work on zoom in pdf using PDFRenderer and all is good but when I set matrix it looks like he taken the document from media box not from crop box and I see this crop…
3
votes
1 answer

using Mupdf library for pdfrenderer not working

I have been working on MuPdf library for long and finally I am able to install it on my device, after creating libmupdf.so file and working on Cygwin and android-ndk. But still i am facing an issue...application installed on device, I am getting a…
dave21
  • 315
  • 1
  • 6
  • 14
3
votes
1 answer

Pdf Viewer using mupdf library

I have tried mupdf library to render my pdf ie. to have my own PDF VIewer, but when i try to form libmupdf.so file using Cygwin on my Windows system, getting errors and .so file not building. plz guide.
dave21
  • 315
  • 1
  • 6
  • 14
2
votes
1 answer

How to draw a PDF file with different font size?

I am currently working on a PDF Reader application. I draw PDF files in a tiled layer with animation. Now I want to draw PDFs with different font size (not the size specified in PDF). How can I do this?
MinuMaster
  • 1,457
  • 1
  • 13
  • 29
2
votes
1 answer

convert from html to pdf and to image java

Well, I DID READ ALMOST ALL THE QUESTIONS HERE ABOUT THIS TOPIC! I need an API - not at tool to convert in a very high quality from PDF to image. So I didn't find any direct tool, and I used: HTML to PDF and PDF to image. I…
Dejell
  • 13,947
  • 40
  • 146
  • 229
2
votes
1 answer

PDAnnotationTextMarkup missing when rendering a pdf page to image PDFBox Java

I have code written using PDFBox API that highlights the words in a PDF but when I convert highlighted PDF pages to images, then whatever I have highlighted gets disappeared from the image. Below screenshot is with highlighted text, for highlighting…
Arun
  • 33
  • 5
2
votes
1 answer

Repair PDFium crashes for old Android versions or include own library

I have an Android app which uses the standard PdfRenderer to render PDFs. It is working so far so good and I managed to get rid of the most of the errors in the app. The only error I have no idea how to get rid of is: signal 11 (SIGSEGV), code 1…
2
votes
0 answers

Show detached digital signatures with PDFRender

I've got a PDF with detached signatures but they are not showing when I render the PDF with PDFRenderer (android.graphics.pdf.PdfRenderer). Is there any way to show these signatures with PDFRenderer or do I need to use a third party library?
agnessu
  • 21
  • 3
2
votes
1 answer

PdfRenderer always throwing 'password required' SecurityException after rendering a password-protected file

I have the following Android code: private void test() throws IOException { File f1 = new File("/sdcard/password-protected-pdf.pdf"); File f2 = new File("/sdcard/normal-pdf.pdf"); this.renderPDF(f1); this.renderPDF(f2); } private…
Iakovos
  • 1,842
  • 4
  • 25
  • 30
2
votes
4 answers

Viewing a PDF file in Java using PDFRenderer

I'm developing an application for printing PDF documents using Java and the library PDFRenderer, but I'm facing a problem while trying to use this library to view a PDF file. I know that PDFRenderer allows me to view a PDF within a Java application,…
wlegend
  • 21
  • 1
  • 3
2
votes
0 answers

PDF to Image in Android as a plugin for Unity

I'm struggling to create a Android Module which I can build and use in Unity to render a PDF to an image for a commercial project I'm working on. I have created a simple java program which works but only on windows due to its awt dependencies, but…
2
votes
2 answers

Error Generating PDF: ITextFontResolver: java.lang.RuntimeException: Font 'Courier-BoldOblique' with 'Cp1252' is not recognized

Recently needed to make some library changes so that could use Apache POI for docx suppot. This included changing Itext versions from 2.1.0 to 4.2.1. Also using Grails Renderer Plugin with Flying Saucer. From build.gradle: compile…
Ask613
  • 2,775
  • 1
  • 19
  • 27
2
votes
2 answers

Problem with printing a pdf with java PDFRenderer

I'm running across a problem trying to print a crystal report in java where all of the text is being replaced with the little box characters. The report blob is stored in an Oracle database, and I can preview it using adobe reader and see that it…
JDS
  • 1,233
  • 4
  • 15
  • 27
2
votes
1 answer

Transform PDF to FixedDocument

My goal is to be able to display PDF documents using DocumentViewer (WPF control). DocumentViewer is able to display only FixedDocumnets. Is there any way to transform PDF to FixedDocument. Thank you for answers
Rasto
  • 17,204
  • 47
  • 154
  • 245
2
votes
0 answers

Java - extract text from pdf from selected area to txt

The idea is next, user selects a pdf file, and then this file converted into an image and such an image is displayed in the application. In the image the user can choose positions that wants to read from a pdf file, and when the finish with …
dev
  • 171
  • 1
  • 13
1 2
3
8 9