Skip to content
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

Resolved PDF tools #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Resolved PDF tools #8

wants to merge 2 commits into from

Conversation

testbot-codemonk[bot]
Copy link
Contributor

🚀 Here's the PR! #7

⚡This is an automated 🛠️ Pull Request raised by Codemonk

Issue: Here's a plan to build a front-end website for PDF tools such as extracting text, conversion to image, excel, word and powerpoint using Python. Make sure to give different button for all the functionalities:

Since we want to build a front-end website, Flask would be a lightweight and easy-to-use option for creating web applications in Python.

Define Routes:

Define routes in your Flask application to handle different functionalities like uploading PDFs, merging, splitting, and extracting text, conversion to image from pdf, and downloading manipulated PDFs.
HTML Templates:

Create HTML templates for different pages of your website, such as upload page, manipulation options page, and result page.
Static Files:

Place any static files like CSS or JavaScript in the appropriate directories within your Flask application. Add different colors to different buttons and make the website look appealing
PDF Manipulation Logic:

Implement PDF manipulation logic using Python libraries within your Flask routes.
For example, you can use PyPDF2 for and extracting text from PDFs, pdf2image for converting PDF pages to images, etc.
you should also have options for :PDF to PowerPoint, PDF to Excel, PDF to Word
Front-end Interactions:

Use JavaScript to enhance user interactions, such as showing progress bars during PDF manipulation or providing real-time feedback.

@testbot-codemonk testbot-codemonk bot mentioned this pull request Apr 17, 2024
Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pdf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2024 10:55am

@chrismathew99
Copy link
Owner

When i upload a pdf and click the Upload PDF button, it say : Error processing PDF. Please try again.

Copy link
Contributor Author

Resolving the issue ⏳

Copy link
Contributor Author

Pull Request Modified!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant