How to turn html form into pdf | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 1

How to turn html form into pdf

18th Mar 2020, 11:01 AM
Rishik Reddy
Rishik Reddy - avatar
3 ответов
+ 4
Since i don't see it on the posts 🇮🇳Omkar🕉 provided i'll just add it here: PDFKit: https://pdfkit.org/ https://youtu.be/46c__islxCg * PDFKit also available on other languages such as python, and more... Using API: https://www.convertapi.com/html-to-pdf https://pdfcrowd.com/#convert_by_input https://htmlpdfapi.com/
18th Mar 2020, 11:28 AM
Burey
Burey - avatar
+ 2
🐍🗡️ R. S 💖 A. S🗡️🐉 , Changing extension will not change type of file. Extension is way of specifying charecteristics of file. This can be used by OS to identify associated apps or other utilities that may use, read/write these files. Changing extension is not enough to convert HTML to PDF. After all it'll contain same data.
19th Mar 2020, 10:20 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar