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
0
votes
0 answers

How to convert Pdf pages into bitmaps using PdfRender in every android api version's?

I have looked through several codes and imported many libraries, i tried using PdfRender which is quite easy to use but it doesn't work below api version 21 and android-pdfviewer library code it makes the apk size lot bigger when i imported and used…
Vicky
  • 921
  • 1
  • 11
  • 33
0
votes
3 answers

Why people are not recommending display PDF using PdfRenderer?

Since last month I have been searching for best way to show pdf into android app. I was always getting help of third party library. No one has talked about Android also providing same thing via PdfRenderer. If we have native support, why should we…
Rohan Patel
  • 1,758
  • 2
  • 21
  • 38
0
votes
1 answer

PDFBox 2 unusual memory consumption

We are trying to render images from different PDF files, using PDFRenderer's method renderImageWithDPI. On a particular PDF, for some pages, the library renderer has a different behaviour. The rendering itself takes way longer than for other similar…
Cristian
  • 417
  • 1
  • 9
  • 18
0
votes
1 answer

PDFBox: put two A4 pages on one A3

I have a pdf document with one or more pages A4 paper. The resulting pdf document should be A3 paper where each page contains two from the first one (odd on the left, even on the right side). I already got it to render the A4 pages into images and…
0
votes
1 answer

How to solve Content is not allowed in Prolog error for pdf files?

I am trying to implement rendering/viewing pdf file by using PdfRenderer API.So I have created a assets folder in res(resources) which has a pdf file named sample.pdf. The following is what my build.gradle file looks like. apply plugin:…
AndroidNewBee
  • 744
  • 3
  • 12
  • 36
0
votes
1 answer

SSRS - same PDF report (rdl file), different line height on different systems

When reports from our system in Singapor where copied to our system in Germany they show different formatting: The generated PDF report in Germany has more space between the lines and the footer is not visible. When reducing the top and bottom…
0
votes
1 answer

Grails Rendering plugin converting html/gsp from the cloud or from string

Currently examples from the Grails rendering plugin documentation shows this: pdfRenderingService.render(template: "/pdfs/report", model: [data: data]) The problem is that the html template I need to render to pdf is in a database. Is it…
froi
  • 7,268
  • 5
  • 40
  • 78
0
votes
3 answers

Zoom option in PDF-Renderer library

I am checking the api of https://pdf-renderer.dev.java.net/ I want to convert the PDF to image at zoom level 100%. Does any one tried that?
Soft
  • 1,796
  • 5
  • 19
  • 30
0
votes
1 answer

Keep getting the gradle error "...APK was either not signed" with org.swinglabs:pdf-renderer

I keep getting the error: DEVICE SHELL COMMAND: pm install -r "/data/local/tmp/com.unacademy.debug" pkg: /data/local/tmp/com.unacademy.debug Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES] Installation failed since the APK…
Vedant Agarwala
  • 18,146
  • 4
  • 66
  • 89
0
votes
2 answers

Radaee PDF Xamarin implementation

Firstly I need a built-in Pdf Viewer which can decrypt the pdf. So I started to search. I tried PDF.js, Xfinium & Apitron (They were just editing tools.) and lastly I was too close with the Android L PdfRenderer. I couldn't accomplished my task with…
TarikGuren
  • 83
  • 1
  • 6
0
votes
3 answers

PDF reader with CGPDFDocumentRef

i'm going to make a PDF reader and i'm trying two possible solutions: UIWebView CGPDFDocumentRef The first one is very simple, but is slower than the second one. For the second one, i found a tutorial and i can view a pdf and i can zoom it with…
Marco
  • 656
  • 9
  • 28
0
votes
0 answers

PDFRenderer showing wrong PDF

I'm having problems with PDFRenderer not changing the PDF it shows after the first run of the application, no matter what I do. I'm using the code from the official PDFRenderer Sample from…
Gerto
  • 26
  • 2
0
votes
1 answer

Loading the pdf within the application on Android with PdfRenderer - how to locate the file?

I would like to use PdfRenderer to display the myDoc.pdf within the application: File file = new File("/sdcard/Download/myDoc.pdf"); PdfRenderer renderer = new PdfRenderer(ParcelFileDescriptor.open(file,…
PolGraphic
  • 3,233
  • 11
  • 51
  • 108
0
votes
1 answer

Android onTouchListener with ImageView and PDFRenderer

Can some body help me with some understanding about onTouchListners?? I am new to android...and doing something more complex I guess.. 1. I have a main Activity class which renders a list of 7 pdf files 2. there exists a PDF class which renders the…
Diya
  • 107
  • 1
  • 11
0
votes
1 answer

Opening pdf of sd card in webview

i am trying to load pdf in webview from my sdcard but it gives message "Sorry, we were unable to find the document at the original source. Verify that the document still exists!" i also googled this but after banging my head a lot i got nothing…
dev_android
  • 493
  • 1
  • 11
  • 29
1 2 3
8
9