Filter
Exclude
Time range
-
Near
Replying to @devellloper
Так залежно ж від сасу. Цінність зазвичай в сапорті, і тому що купити дешевше/швидше/краще ніж робити самому. Продавати апі для html2pdf вже не вийде.
1
9
607
27 Oct 2025
Replying to @mayaonthenet
puppeteer html2pdf will forever be burned into my brain
2
64
L’autre jour, lors d’un contre-audit, j’ai dû faire le POC d'une vulnérabilité critique dans Html2Pdf. Ce paper de Synacktiv explique comment une injection peut déclencher une Blind SSRF et de la désérialisation PHP, jusqu’à RCE sur le serveur 🔥⬇️  synacktiv.com/sites/default/…

2
111
18 Jul 2025
🔰☕ #Day31 of learning #React! 🚀 Finished all routes & got the invoice maker working perfectly! Added html2pdf for PDF exports. Just a few more features to add. Also exploring back-end with @ChaiCodeHQ Ready! for more! 🥲✨ #ReactJS #100DaysOfCode #buildinpublic #learner
5
73
16 Jul 2025
🔰☕ #Day30 Of learning #React! 🚀 Got the invoice maker logic working & finished app routing. Added html2pdf to make invoices into PDFs. Ready to put it all together tomorrow. Waiting for new bugs! 🥲✨ #ReactJS #100DaysOfCode #buildinpublic #learner #day30oflearing2025
2
3
73
Replying to @skiupace
طيب لو pdf generated غالبا بتستخدم مكتبة مثل html2pdf الصدق ما قد تعاملت ما وحده بس واضح يصدع الرأس خصوصا لو فيه charts كله شغل canvas 😵‍💫
2
90
I needed to generate a PDF report, the options: - Use HTML2PDF with wkhtml2pdf(deprecated) or running a chrome instance as a renderer Better option: generate #latex and then use #tectonic to create the PDF styles and formatting courtesy of chatGPT :)
1
1
3
216
Learn how to convert HTML to PDF in the browser using JavaScript. Code examples with html2pdf and jsPDF show how to open PDFs in a new tab. #DEVCommunity dev.to/awanshrestha/html-to-…
2
7
3,259
18 Feb 2025
Replying to @nokhushionlygum
html2pdf using markdown or something
1
2
96
Replying to @Shreyassanthu77
U can DL the source code here. ekoopmans.github.io/html2pdf… Customize the typescript and the css Or if you're converting it the other way, you would use TS as u would any HTML element, use a compiler to convert in the files in 2 way directions. Write the UI, test compilation html2canvas & jsPDF can be downloaded or exposed over API (html2pdf) uses these. Id use native CSS to control the break word, use TS to control the canvas as u would with three or any other expensive lib (if u even want to use canvas, but u don't need to). U can also give users option to save any page as PDF with simple func (u can leave out html2canvas or jspdf but if u were inclined to use them) These libs don't require u to use cdn and give u the basis
1
2
96
19 Jan 2025
How is it that we're in 2025 and the only way to properly convert HTML with CSS to a multipage pdf is the by using the Print function of the browser and saving as a PDF? I've tried html2pdf, but to have it use the html with the css it needs to be converted to a canvas, once its converted to a canvas it then slices it by the specified size which can lead to the text being cut in the middle. if you don't use canvas then you have to set the text line by line which is tedious for a 15 page document.
1
5
498
Replying to @tekbog
We’re not that dude but can relate. You already have your language. No setups. No configs. No high level abstraction about how a third-party library works. No tech stack. Just: how do u do this problem efficiently using data structures? (Dealing w/ html2pdf scaling issues 😢)
2
87
9 Nov 2024
syntaxcv uses; - Vite - Typescript - sweetalert2 - html2pdf - hosted on Cloudflare You can literally build stuff
1
6
360
Have you ever used this technique before 😅😅? If yes, what did you use it for? In this case, I need to use html2pdf, but the html is a view that isn't needed on the FE. So, I need to create it and hide it, but using "hidden" will not make it detectable, which I don't want
3
8
433
Day 51 of #100DaysOfCode -> DP on longest common subsequence -> Completed system calls in OS and XV6 kernel. -> Continue working on html2pdf converter project.
2
40
1
3
11
588
Replying to @teodorio
latex is alright, html2pdf should likely be pretty good option too
1
1
15
@RickStrahl Looking at your HTML2PDF blog post usign WebView 2 - woudl that solution work with Azure App Service?
1
101
24 Apr 2024
- sst console (alerted me via email) - I checked the console. - I checked the page (yes prod was partially down) - checked code, fixed it added a better HTML2Pdf renderer, - sst deploy (3m 27s) All solved in under an hour. I'm happy :)
1
2
51