Qoppa repository configuration / location to specify in your Maven pom.xml : <repositories> <repository> <id>QoppaSoftware</id> <name>Qoppa Software</name> <url>https://download.qoppa.com/maven</url> </repository> </repositories><repositories> <repository> <id>QoppaSoftware</id> <name>Qoppa Software</name> <url>https://download.qoppa.com/maven</url> </repository> </repositories> Find below the Java API dependency to add to your pom.xml file for Qoppa’s PDF SDK v2021R1. jOfficeConvert Word & Excel to PDF Conversion API <dependencies> <dependency> <groupId>com.qoppa</groupId> […]
Articles Tagged: v2022R1
v2022R1 PDF Library & Component Build Notes
Below are the build notes for v2022R1 Fix Branch / Minor Releases for the following Qoppa PDF libraries and components. v2022R1 Jar Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb Version v2022R1.08 – May 23 2023 JPDF-2000 – jPDFPreflight […]
v2022R1 PDF Automation Server Release Notes
Below are the release notes for Qoppa’s PDF Automation Server 2022R1. Download PDF Automation Server v2022R1 This version comes with a lot of new nodes in the workflow / flowchart module, a new pluggable Authenticator Module for REST API and many enhancements to the server, and the client manager. It’s never been easier to automate […]
v2022R1 PDF Library & Component Release Notes
Original Release Date: September 02 2022 Version number: v2022R1 v2022R1 Jar Download Links Java PDF Components: jPDFViewer, jPDFNotes, jPDFEditor Component API Changes (from previous version) Java PDF Libraries deriving from jPDFProcess: jPDFProcess jPDFAssemble, jPDFFields, jPDFImages, jPDFPrint, jPDFSecure, jPDFText Library API Changes (from previous version) Other Java PDF Libraries: jPDFOptimizer, jPDFPreflight, jPDFWeb jOfficeConvert (API Changes from previous version) Note: Customers will need […]
Specify Page Size & Orientation when Converting Excel to PDF & TIF with jOfficeConvert
New in 2022. When converting Excel worksheet to PDF or to images (Tiff, jpg, etc), jOfficeConvert will use by default the paper size and orientation defined in Excel spreadsheet for the output PDF page size and orientation. It is possible to overwrite the 2 page properties using the ExcelConvertOptions. Here is some sample Java code […]