-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
35 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
# Convert MD to PDF | ||
![catalog](catalog.jpg) | ||
|
||
# mdpdfbook | ||
|
||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/geraked/mdpdfbook) | ||
[![CI](https://github.com/geraked/mdpdfbook/actions/workflows/main.yml/badge.svg)](https://github.com/geraked/crack-qv/actions/workflows/main.yml) | ||
|
||
This is a toolkit that generates pdf books from multiple `*.md` files or [mdBook](https://github.com/rust-lang/mdBook) based structure. | ||
|
||
### How To Use? | ||
|
||
- Download `mdpdfbook.exe` from the `Releases` section. | ||
- Run the toolkit and Enter the directory path containing `SUMMARY.md` or other `*.md` files. | ||
- Press `Enter` to start operation. | ||
- The output file with the name `mdpdfbook-output.pdf` will be generated in the same directory. | ||
|
||
If you want to generate pdf books from [mdBook](https://github.com/rust-lang/mdBook) based structure, You must enter the directory path containing the `SUMMARY.md` file in the root, otherwise enter the directory path containing multiple `*.md` files. No matter whether the markdown files are in the root or sub-folders, it merges all of them in order. | ||
|
||
## Author | ||
|
||
**Rabist** - view on [LinkedIn](https://www.linkedin.com/in/rabist) | ||
|
||
## License | ||
|
||
Licensed under [MIT](LICENSE). | ||
Licensed under [MIT](LICENSE). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Version: 1.0.1 | ||
CompanyName: Geraked | ||
FileDescription: Generate PDF Book From Markdowns | ||
InternalName: Mdpdfbook | ||
LegalCopyright: © 2021 Geraked | ||
OriginalFilename: mdpdfbook.exe | ||
ProductName: Mdpdfbook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
mdpdf | ||
requests | ||
pycryptodome | ||
pypiwin32 | ||
pyinstaller | ||
pyinstaller | ||
pyinstaller-versionfile |