The backend is built using Flask.
Access the app at https://flask-pdf-pr-main.onrender.com/
- Clone the repository: https://github.com/otaku0304/PDF_Password_Remover_Flask.git
- Install dependencies: pip install -r requirements.txt
- Start the Flask server: flask run
- Access the application at http://127.0.0.1:5000
This endpoint allows you to remove the password from an encrypted PDF file. To use this endpoint, follow these steps:
-
HTTP Method: POST
-
Request Headers: None required.
-
Request Body: The request body should be of type
multipart/form-data
and should include the following fields:password
(Text): The password required to decrypt the PDF file.pdfFile
(File): The encrypted PDF file you want to remove the password from.
To send the request using tools like
curl
or Postman, ensure that you select themultipart/form-data
option and include thepassword
andpdffile
keys accordingly.
The flask projected was deployed and hosted on Render
If you have any questions or suggestions, please feel free to contact me.