Can we not have an alternative to PDFs? I get that they're more standardized but why would everyone let adobe have the hammer for a file type that's so important
Launch HN: Onedoc (YC W24) – A better way to create PDFs
31–40 of 191 posts
Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#32are you doing this with pdfmarks?
Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#33Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#34So are you using PrinceXML for your "completely separate engine where typography is a first-class citizen"?
Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#35Glad to see people building in the PDF space, which as a format is unfortunately both awful and ubiquitous. Are you planning to build any support for programmatically filling out existing PDF forms? That's a huge pain point our product is facing that doesn't seem easy to solve.
Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#36Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#37Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#38Glad to see people building in the PDF space, which as a format is unfortunately both awful and ubiquitous. Are you planning to build any support for programmatically filling out existing PDF forms? That's a huge pain point our product is facing that doesn't seem easy to solve.
Yes, our focus is on programmatic interactions with PDFs, form filling is on our roadmap, alongside programmatic digital signature and many more.
Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#39Earlier quoted context omitted.
I'm with you.. We ended up writing a similar wrapper around https://github.com/jung-kurt/gofpdf library. We haven't open sourced it yet. But it's made it a lot easier to deal with rendering a PDF, especially over pagebreaks ect.
Yes, page breaks are probably the most significant difference between the layout of a web page and a PDF document, and thereby a major drawback when using HTML-to-PDF. There is little to no tooling for this in the web. If you want granular control over how your PDF will look with content that is more than one page long, you will have a hard time using html.
CSS actually implements the break-before property to control this https://developer.mozilla.org/en-US/docs/Web/CSS/break-befor... which is also supported by the Print to PDF dialog in modern browsers.
Re: Launch HN: Onedoc (YC W24) – A better way to create PDFs
#40Funny name! The reason I find it funny is I know some people who made Doconce: https://github.com/doconce/doconce :D