-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert-image-format@el-amine-404: Add PDF to image conversion (#520)
* Implement the ability to convert PDF files to images, where each page of the PDF is turned into a separate image file. * Closes #518
- Loading branch information
1 parent
3c2441d
commit a377bb3
Showing
14 changed files
with
618 additions
and
173 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
### 0.0.1 | ||
|
||
* Initial release | ||
* Initial release | ||
|
||
### 0.1.0 | ||
|
||
* new features: | ||
|
||
1. PDF to Image Conversion | ||
* Added a feature that allows converting PDFs into image formats such as PNG, JPG, and TIFF. | ||
* Users can specify additional parameters like resolution (DPI), the range of pages to convert, and the image format. | ||
* Default values will be applied if the user leaves fields empty. |
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
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
Oops, something went wrong.