Generating PDF invoices using Lago
getlago.com
Generating PDF invoices using Lago
1–10 of 56 posts
Re: Generating PDF invoices using Lago
#2I've seen Anvil (a YC co) is building a product dedicated to this challenge, check it out!
Re: Generating PDF invoices using Lago
#3Generating a custom PDF is just such a pain. You don't know it before you tried to do it. I've seen Anvil (a YC co) is building a product dedicated to this challenge, check it out!
What issue have you had? What do you mean by "custom"?
Re: Generating PDF invoices using Lago
#4Generating a custom PDF is just such a pain. You don't know it before you tried to do it. I've seen Anvil (a YC co) is building a product dedicated to this challenge, check it out!
Re: Generating PDF invoices using Lago
#5Re: Generating PDF invoices using Lago
#6Re: Generating PDF invoices using Lago
#7Generating a custom PDF is just such a pain. You don't know it before you tried to do it. I've seen Anvil (a YC co) is building a product dedicated to this challenge, check it out!
I wrote some C# code a couple of years ago to generate PDF invoices. Has been running fine since then generating tens of thousands of PDFs. It was pretty straight forward back then, only annoying thing were page breaks when there were a lot of line items, but apart from that I would not consider it a "pain". What issue have you had? What do you mean by "custom"?
What's complex is: - Dynamic PDFs: you're trying to digitize a government process for instance, by launching online forms with a variety of user paths for the answers and generating a PDF with the answers that still fits specific government requirements - Doing it at scale
Re: Generating PDF invoices using Lago
#8Open source backend when?
Re: Generating PDF invoices using Lago
#9Quoted post unavailable.
Re: Generating PDF invoices using Lago
#10Generating a custom PDF is just such a pain. You don't know it before you tried to do it. I've seen Anvil (a YC co) is building a product dedicated to this challenge, check it out!