FoxyPDF is a small program written in python in order to combine or extract image or texte from PDF file.
- Combined function work only on PDF with no corrupted header information inside. Try ghostscript v.10.00.00 to regenerate the PDF if you have any problem regarding the fusion.
- PDF files need to be in the root directory of the script or else, don't forget to add in the name given the directory where is the PDF. (ex : /path/name_of_pdf)
Current stable version : v1.3
- Combine different pages from different pdf together
- FIX : Change name method "fusion_file" to "combine_menu"
- FIX : Change type of extracts' methods into "static method"
v1.2
- Combine complete PDF together
- Extract text from one PDF file to text format (full or page selection)
- Extract image from PDF file (total or selected page)
- Extract method 1 if the image was compressed inside the PDF
- Extract method 2 to force extraction but with no warranty about the result.
v1.1
- Combine complete PDF together
- Extract text from one PDF file to .txt (full or page selection)
v1.0
- Combine complete PDF together
- Text extraction of full document or pages to other format (word, md, lateX ?...)
- CLI Interface with argparse or click libraries (?)
- GUI Interface
see requirement-dev.txt and https://pypdf2.readthedocs.io
Nicolas Renard