-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSSOC'24 Issue #979 - Adding PDF Utility Tool to Python in Basics in … #1011
Conversation
…in Basics in Desktop Applications
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KJ173 You have to add good readme.md
file and make sure your image should work
@KJ173 Update on this ? |
Will be updating it by tomorrow. Till then please assign labels as gssoc and level as well. |
Solved issue of image not displaying and added brief description of the functionalities
@Kushal997-das Hi I have made the required changes. Please add tags and accept the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have added the PDF Utility Tool under Basics column in Readme.md The link will work once the issue is merged !
@Kushal997-das Have added the project in this index. Kindly review and merge the commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KJ173 💯
@KJ173 Hurray, your PR got merged in our Project-Guidance🥳. Thanks a bunch. Feel free to take another Issue.💖 |
…Desktop Applications
Have you read the Contributing Guidelines ?
Yes
Description
I have added 'PDF Utility Tool' in Python under Basics in Desktop Applications.
This tool allows 4 functions:
-> Merge Selected PDFs and save it in desired location
-> Convert a PDF to .docx file
-> Password protect a pdf file
-> Split pdf based on page number into 2 pdfs
This helps to perform PDF manipulations offline for free, instead of uploading sensitive documents on the cloud on random websites.
Fixes #979
Checklist
README.md
and link to my code.Related Issues or Pull Requests
GSSOC'24 Issue #979