Streaming efficiently a PDF document from a URL for viewing

Q: Do Qoppa’s PDF components (jPDFViewer, jPDFNotes, jPDFEditor) support reading linearized PDF documents in an efficient way or is there another way to load PDF documents on demand for viewing from a web server? A: We are in the process of implementing the loading PDF documents in a way that takes advantage of the linearization […]

Read More

jPDFViewer v2015R2 Build Notes

v2015R2.12 – March 01 2018 JPDF-1156 – Issue with extra space when editing multi line form field v2015R2.11 – August 09 2016 JPDF-809 – Regression: 2 PDFs that were rendering fine in 2015R2.07 do not render well in 2015R2.10 due to font CMAP issues v2015R2.10 – July 28 2016 JPDF-791 Tile refresh issue (blank pages) […]

Read More

Qoppa New Print Dialog

In version v2015R2, Qoppa added a custom print dialog much more powerful than the default Java print dialog. This new dialog is set as the default print dialog in jPDFViewer, jPDFNotes, jPDFEditor, jPDFPrint, jPDFProcess. The new enhanced print dialog includes many new features such Print Preview, Print Current View, Enhanced Page Range Options, and Print […]

Read More

LiveCycle Dynamic XFA Forms Support in Qoppa’s PDF Library

LiveCycle XFA forms are complex and uncommon PDF forms that are designed to be rendered dynamically from the drawing and layout information present in the XFA definition. This kind of forms are not widely supported and only a couple of vendors are able to render them. XFA Forms were deprecated in PDF 2.0 Adobe has […]

Read More

What is jPDFViewer?

jPDFViewer is PDF Reader for Java. It is a Java Swing component to view PDF documents within a Java application or a web application. jPDFViewer is just the component but it can be run in different contexts, including in a standalone desktop application as well as inside an applet inside a standard web browser. We […]

Read More

Windows XP Display Issue

There is a very rare issue of compatibility between java and certain graphics cards on Windows XP. When this happens, the PDF will display scrambled, weirdly with some part that may repeat.  We found a few forums that reported similar problems. Read this posting on Microsoft’s website. Here are a few things to try: Your best bet is to update the driver for […]

Read More

Solid Look & Feel Options for Java Swing

Q: What look and feel options do you recommend to use with Qoppa’s Swing PDF viewing components? Tested Look and Feels: We can recommend the following look and feels. They were made them available as options within our end-user PDF editor called PDF Studio which is based on our PDF components and libraries. PDF Studio is used […]

Read More

Navigating Back and Forth – Previous Next View

We’ve added a new API to our PDF viewing component for back and forth navigation (go to previous and next view). It will be released in jPDFViewer, jPDFNotes, jPDFEditor 2013R2 release scheduled for August 2013. The com.qoppa.pdfViewer.history package contains the classes that provide access to the “browsing history” of a document. This sample for navigating […]

Read More

Localization – Languages – Translated Labels for Qoppa PDF Components

jPDFViewer Localization ViewerLabels.properties can be found inside the jPDFViewer.jar file and contains the English labels for jPDFViewer. Current Languages Supported Qoppa PDF Component jPDFViewer supports 5 languages: English, German, Italian, French, Spanish. jPDFViewer uses the default locale as reported by java: Locale.getDefault() to determine what language to use. In jPDFViewer.jar file are also packaged the files […]

Read More

jPDFViewer Java API

Q: Where can I find jPDFViewer javadoc API? A: You can find the API specification for the latest version of our library jPDFViewer on our website at this link. jPDFViewer is a java bean to display PDF documents in Java applications and applets.

Read More

Inverting colors

Q: Does your PDF viewer jPDFViewer have an invert color mode? A: Yes. To invert colors when displaying a PDF using our Java component jPDFViewer, jPDFNotes or jPDFEditor, call bean.setInvertColorsMode(true); where bean is either PDFViewerBean, PDFNotesBean or PDFEditorBean. For typical documents, the display will change from “Black on White” to “White on Black”. Inverting colors […]

Read More

Non-Latin character in form fields

Q: When I type in non-Latin characters in interactive PDF form fields, some characters vanish or disappear. Why is that so? What can I do to fix this? A: The problem with non-Latin characters (Greek, Russian, Arabic, Hebrew) disappearing after being entered in an interactive text field has to do with the way that fonts […]

Read More

Configuring webeditor, webnotes, webviewer with a config xml file

Q: How can I configure the sample applets PDFWebEditor, PDFWebNotes, PDFWebViewer that Qoppa provides as samples? A: You can configure the applets through a config.xml file by adding it to the applet parameter tag of the HTML: Config:”config.xml” The config.xml file can be used to customize any of our 3 sample applets PDFWebViewer, PDFWebNotes and […]

Read More