Skip to content

Commit

Permalink
adding contents and acknowledment
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed Dec 27, 2023
1 parent 40d5f81 commit 89ee3e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Empty file.
3 changes: 1 addition & 2 deletions new-website/utils/tutorials/build_pdf_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def merge_pdf_pages(a: List[str]):
command = "pdfunite "
for i in a:
command = command + i + ' '
return command
#os.system(command, "merged.pdf")
os.system(command, "merged.pdf")

if __name__ == "__main__":
os.system("mkdir " + PDF_PATH)
Expand Down
Empty file.

0 comments on commit 89ee3e5

Please sign in to comment.