Skip to content

Python script to merge multiple pdf files into one

Notifications You must be signed in to change notification settings

cypher-me/merge-pdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

How to use merge_pdfs

To use the merge_pdfs function, simply import the module and call the function with the path to the directory containing the PDFs you want to merge and the path to the output PDF file.

For example:

    from main import merge_pdfs

    pdf_directory = './b4'
    output_pdf = './after/merged_file.pdf'
    merge_pdfs(pdf_directory, output_pdf)

About

Python script to merge multiple pdf files into one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages