-Export a PDF file as text -PDF files are usually partially compressed within the file, but this tool exports everything in text. (Therefore, the file size will be large) -There are basic methods such as writing characters and drawing lines, which can be controlled programmatically (image output is not supported).
(Note: This file has been exported and compressed)
https://github.com/santarou6/tokumori/blob/master/guruguru1.pdf https://github.com/santarou6/tokumori/blob/master/guruguru2.pdf https://github.com/santarou6/tokumori/blob/master/guruguru3.pdf https://github.com/santarou6/tokumori/blob/master/guruguru4.pdf
The source is here https://github.com/santarou6/tokumori Link
java
c:\> javac eater.java
c:\> java eater > out.pdf
perl
c:\> eater.pl > out.pdf
excel
do "mainEater" from macro
Recommended Posts