A Doc to PDF converter that uses API implementation. The program can convert multiple fils in a relatively fast speed. The program can also convert XLSX files to PDF.
- Open any terminal
- Enter the directory of the files in the terminal
- use the command:
curl -F
- Put in the name of the file with quotations, eg:
"[email protected]"
- If the file is an excel make sure to change the type to
xlsx
- Put in the program on the server address:
http://77.91.73.240:5000/convert/pdf
- For zip of multiple files conversion use:
http://77.91.73.240:5000/convertFolder/pdf
- Put in the name of the resulted PDF after
-o
, eg:-o Result.pdf
- Full command line example:
curl -F "[email protected]" http://77.91.73.240:5000/convert/pdf -o Result.pdf
Docx and Xlsx files before conversion:
Conversion process:
New PDF files in the directory:
Zip file with the files that should be converted:
Conversion process:
New Zip folder that contains converted PDF files in the same directory:
- Simple conversion process
- No external programs needed
- Secure operation
- Fast conversion speed
- Works on all Operating Systems
The program currently uses LibreOffice library
The progeam uses the MIT License