vigneshshettyin / Flask-Generate-Certificate

Certify is a free bulk certificate generator and verifier with a mailing feature and public and private api support.
Mozilla Public License 2.0
61 stars 68 forks source link

Certificate PDF Conversion without API #160

Closed ashutoshkrris closed 3 years ago

ashutoshkrris commented 3 years ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Currently, for converting certificate from HTML to PDF, we're calling an API service, which has a limit.

Describe the solution you'd like

A clear and concise description of what you want to happen. Instead of calling API, we can use wkhtmltopdf and pdfkit to generate PDF on our own and user can download it by clicking on the download button

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Describe how this feature will be useful to our readers.

A clear and concise description of how this feature will be useful for our other readers.

Which Program are you part of?

Additional context

Add any other context or screenshots about the feature request here.

vigneshshettyin commented 3 years ago

Okay, @ashutoshkrris Assigning to you.