.. pdf2xlsx documentation master file, created by sphinx-quickstart on Tue Dec 20 17:46:48 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to pdf2xlsx's documentation! ==================================== A framework to open a zip file which contains multiple pdf files representing invoices. The invoices are parsed into Invoice and Entry (invoice entries) classes. These are converted to XLSX format. There is a gui supporting the initialization of the conversion, and a logger to show detailes about the process. `The project home `_. .. toctree:: :maxdepth: 2 :caption: Contents: pdf2xlsx ======== .. automodule:: pdf2xlsx.pdf2xlsx :members: invoice ======= .. automodule:: pdf2xlsx.invoice :members: gui === .. automodule:: pdf2xlsx.gui :members: logger ====== .. automodule:: pdf2xlsx.logger :members: config ====== .. automodule:: pdf2xlsx.config :members: utility ======= .. automodule:: pdf2xlsx.utility :members: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`