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

PDF Password not working properly in Objective C

I am creating a PDF using UIGraphicsBeginPDFContextToData( pdfData, self.rect, dictionary); I set dictionary=[[NSDictionary alloc] initWithObjectsAndKeys:masterPassword,kCGPDFContextOwnerPassword,password, kCGPDFContextUserPassword,…
prabhu
  • 1,158
  • 1
  • 12
  • 27
0
votes
1 answer

Orientation sets only for first page in PDF printing - java

I'm using PDFRenderer.jar and this is the method i'm using to set print format, private void initialize(byte[] pdfContent, String jobName) throws IOException, PrinterException { ByteBuffer bb = ByteBuffer.wrap(pdfContent); // Create…
Kandy
  • 1,067
  • 12
  • 29
0
votes
1 answer

why both pdfbox and pdfrenderer can not support "Additional fonts"?

I have a pdf which contains 'UniCNS-UCS2-H' font, I tried both pdfbox and pdfrenderer, they all throw exception: Unknown encoding for 'UniCNS-UCS2-H' and this font was included in a font file :mingliu.ttc(it's a true type collection file, I don't…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
0
votes
1 answer

on converting pdf into image the images are fading out

I am having the high quality image in pdf and when converting this into image, the images are fading out.(using jar file PDFRENDER 0.9.1) i having the image in pdf form like this and after converting this into image, the image is shown as I am…
user3534516
0
votes
1 answer

PDFRenderer-full-0.9.1 How can I reset the PgePanel after Zoom in PDF

anyone who can help please, Here is my problem: this is the code I use to get the PDF to PagePanel: File file = new File("C:\\mmmmm\\nnnnn\\nnn\\tutorial.pdf"); RandomAccessFile raf = new RandomAccessFile(file, "r"); FileChannel…
Clement
  • 91
  • 1
  • 8
0
votes
2 answers

Problems with PDFRenderer

Do you have any ideas how to print PDF file using standard Java libraries with showing dialog window? PrinterJob pjob = PrinterJob.getPrinterJob(); if (pjob.printDialog()) { try {pjob.print();} catch (PrinterException…
0
votes
1 answer

Java Print encoding with Sun PDFRenderer

I'm a beginner in Java programming and also here at stackoverflow. Currently I'm trying to print PDF-Files with the com.sun.pdfview library. It works very often, but with some documents I get the following Error: java.lang.IllegalArgumentException:…
0
votes
1 answer

single page view PDF-renderer java swing

as the title says. How can I display all pdf pages in a single panel? Like the single page view of adobe pdf reader. I'm using pdf-renderer-1.0.5.jar
useletters
  • 325
  • 3
  • 15
0
votes
1 answer

MuPDF error, on building using ndk-build

After a long R.N.D, picking one open source library (i.e MuPDF) for creating PDF VIEWER, but what from last 2week, I found its too not the stable version or don't know what the hell with it, removing errors still getting error over error again..,…
KumailR
  • 505
  • 1
  • 4
  • 20
0
votes
2 answers

Unable to delete pdf file once opened with PDF Renderer

I am opening a PDF File that I have created with iText. Without opening it in PDF Renderer and just opening it normally and closing it I can delete and overwrite to the file. However once I use PDF Renderer to open it then I close it. I am unable to…
-1
votes
1 answer

How to SwiftUI lengthy view convert into PDF with multiple pages in SwiftUI iOS?

I want to create a PDF with multiple pages if the swiftUI view content height is more than 1500 on iPAD. The multiple solutions on Google that I've tried did not work. I need to convert my whole SwiftUI view into multiple Pages of PDF on iPad. The…
-1
votes
1 answer

Android PdfRenderer - Text Search

I've implemented Pdfrenderer in order to display a pdf? Is it possible to implement a text search in some way? How can I search the text of the document and rerender with annotations?
swift--help
  • 637
  • 5
  • 15
-1
votes
1 answer

How do I load and view a PDF file in my app?

I've tried… webview + google docs viewer PdfRenderer …but each of them has an issue: is stable but can't change landscape mode. and can't choose initial page. can choose initial page, and landscape mode, but it's very slow. and low resolution.…
Clue Lin
  • 7
  • 5
-1
votes
3 answers

Android PDFRenderer compiling issue

I am creating an application using PDFRenderer at API 5.0 I had to add pdfrenderer.jar externally also now it show's the following error - "The constructor PDFRenderer(ParcelFileDescriptor) is undefined" Can anyone help... This is new to me..
Diya
  • 107
  • 1
  • 11
-6
votes
3 answers

Download PDF save and display(render) It in my Application's Activity

I want to download PDF from link when first time user views them if webview. After that want to save them in SdCard and when user request to view, Display stored PDFs in my application's activity. I know about download things but stuck with PDF…
MobileEvangelist
  • 2,583
  • 1
  • 25
  • 36
1 2 3
8
9