DOCX JPG PDF/A XML XLSX
  Product Family
PDF/A

Convert XLSX to PDF/A via Java

XLSX to PDF/A Java conversion to convert single or multiple pages to PDF/A using On-premise Java library.

How to Convert XLSX to PDF/A Using Java

In order to render XLSX to PDF/A, we’ll use

Aspose.Cells for Java

API which is a feature-rich, powerful and easy to use conversion API for Java platform. You can download its latest version directly from

Maven

and install it within your Maven-based project by adding the following configurations to the pom.xml.

Repository


<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>

Dependency

<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>version of aspose-cells API</version>
<classifier>jdk17</classifier>
</dependency>

Steps to Convert XLSX to PDF/A via Java

Java developers can easily convert XLSX file to PDF/A in just a few lines of code.

  1. Load XLSX file with an instance of Workbook class
  2. Create PdfSaveOptions class object
  3. Set the compliance type PdfCompliance.PdfA1b
  4. Call Workbook.save method
  5. Pass output path with PDF extension & PdfSaveOptions object as parameters
  6. Check specified path for resultant PDF/A file

System Requirements

Before running the Java conversion source code, make sure that you have the following prerequisites.

  • Microsoft Windows or a compatible OS with Java Runtime Environment for JSP/JSF Application and Desktop Applications.
  • Get latest version of Aspose.Cells for Java directly from Maven.
 

XLSX to PDF/A Java Conversion Source Code

 
  • XLSX to PDF Conversion Live Demos

    Other Supported Conversions

    You can also convert XLSX into many other file formats including few listed below.

    XLSX TO BMP (Bitmap Image)
    XLSX TO CSV (Comma Separated Values)
    XLSX TO DIF (Data Interchange Format)
    XLSX TO EMF (Enhanced Metafile Format)
    XLSX TO GIF (Graphical Interchange Format)
    XLSX TO HTML (Hyper Text Markup Language)
    XLSX TO JPEG (JPEG Image)
    XLSX TO MHTML (Web Page Archive Format)
    XLSX TO ODS (OpenDocument Spreadsheet File)
    XLSX TO PNG (Portable Network Graphics)
    XLSX TO PDF (Portable Document Format)
    XLSX TO SVG (Scalable Vector Graphics)
    XLSX TO TIFF (Tagged Image Format)
    XLSX TO TSV (Tab-Separated Values)
    XLSX TO TXT (Text Document)
    XLSX TO XLS (Excel Binary Format)
    XLSX TO XLSB (Binary Excel Workbook File)
    XLSX TO XLSM (Spreadsheet File)
    XLSX TO XLT (Microsoft Excel Template)
    XLSX TO XLTM (Excel Macro-enabled Template)
    XLSX TO XLTX (Office OpenXML Excel Template)
    XLSX TO XPS (XML Paper Specifications)
    XLSX TO JSON (JavaScript Object Notation)