Skip to content

gusleig/pdf_join

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

XLSX PDF Joiner

This little humble script joins an Excel file with a PDF.

Requirements

  1. Install Ghostscript for compressing pdfs

MacOS

brew install ghostscript

Windows https://ghostscript.com/releases/gsdnld.html

Usage

The CLI uses one parameter:

pdf-xlsx.py -f C:\my_files
  1. Look for xlsx file
  2. Convert it to PDF
  3. Join this new PDF with other in folder.
  4. Compress using ghostscript

Create the exe

pyinstaller xls2pdf.py --onefile --noconsole

The exe will be in the dist folder.

ps: If windows or anti-virus flags the exe as malware, remove the --onefile

About

XLSX PDF Jointer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages