org.eadge.extractpdfexcel.debug.blockdrawer.MainDrawer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdf-to-excel Show documentation
Show all versions of pdf-to-excel Show documentation
A Java library used to convert PDF to Excel.
The newest version!
package org.eadge.extractpdfexcel.debug.blockdrawer;
/**
* Created by eadgyo on 22/07/16.
*
* Main
*/
public class MainDrawer
{
public static void main(String[] args)
{
new Controller();
}
}