Skip to content

Commit

Permalink
CUT convert function from pdfconduit.convert module
Browse files Browse the repository at this point in the history
  • Loading branch information
sfneal committed Jul 11, 2024
1 parent a3f661c commit c73e0a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pdfconduit/convert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pdfconduit.convert.flatten import Flatten
from pdfconduit.convert.img2pdf import img2pdf, IMG2PDF
from pdfconduit.convert.pdf2img import pdf2img, PDF2IMG
from pdfconduit.convert.img2pdf import IMG2PDF
from pdfconduit.convert.pdf2img import PDF2IMG

# TODO: Create conversion modules pdf2docx, docx2pdf, html2pdf, csv2pdf, excel2pdf
__all__ = ["img2pdf", "pdf2img", "IMG2PDF", "PDF2IMG", "Flatten"]
__all__ = ["IMG2PDF", "PDF2IMG", "Flatten"]

0 comments on commit c73e0a7

Please sign in to comment.