All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eadge.extractpdfexcel.debug.tests.personal.TestConverter Maven / Gradle / Ivy

The newest version!
package org.eadge.extractpdfexcel.debug.tests.personal;

import org.eadge.extractpdfexcel.PdfConverter;

import java.io.IOException;

public class TestConverter
{
    public static void main(String[] args) throws IOException
    {
        PdfConverter.createExcelFile("test/pdf/example.pdf", "test/pdf/example.xcl");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy