Live data from Hacker News

Viewing profile — bobsingor

bobsingor

HN member
Joined
Thu, Jun 04, 2020, 3:57 PM UTC
HN karma
157
Public activity
45 items

About bobsingor

Dutch indie hacker building open-source tools like https://www.embedpdf.com

Recent public activity

  1. story
    Show HN: Open-source PDF layout analysis running entirely in the browser

    Hi HN, creator of EmbedPDF here. I recently posted my open-source PDF viewer here, and one thing I really value is that it runs completely offline. I started wondering if we could …

  2. comment
    Comment #44943620

    That’s great to hear, contributions are very welcome! If you’re interested in working on outline editing, feel free to open a discussion or draft PR and we can figure out the best …

  3. comment
    Comment #44943595

    Thanks for sharing! It looks like the pdfreaders campaign has actually ended and the site is no longer updated, so I’m not sure it’s still being maintained as a resource.

  4. comment
    Comment #44921573

    It doesn’t support editing outlines yet, but it’s definitely possible and something I plan to look into. I don’t think it should be too hard to add.

  5. comment
    Comment #44917424

    Thanks! The redaction issue in Firefox should now be fixed.

  6. comment
    Comment #44917415

    Thanks! Glad to hear it’s working well on Firefox for Android.

  7. comment
    Comment #44917410

    Thanks for letting me know, that was related to a Firefox-specific issue I’ve just fixed. Annotations and redaction should now work in Linux + Firefox as well as Chromium.

  8. comment
    Comment #44917405

    Yep, that’s exactly the issue! I’ve fixed it so it no longer throws the TouchEvent error in Firefox. Thanks for flagging it.

  9. comment
    Comment #44917399

    Thanks for pointing that out! I’ve fixed the Firefox issue. And we actually already have Undo/Redo on the annotation toolbar.

  10. comment
    Comment #44910618

    Very easy, this already works! In the AnnotationLayer you can add your own `selectionMenu` and render any custom component there. If you want to dive deeper, join our Discord and s…

  11. comment
    Comment #44910593

    Yes, those commercial PDF SDKs charge crazy prices! Time to change that.

  12. comment
    Comment #44910579

    Haha fair, but PDFium's under Apache 2.0, so at least the “cartel” in this case is about as open-license as it gets.

  13. comment
    Comment #44910546

    Yes, all of the above. The client-side PDF viewer will remain free and MIT-licensed, but I’ll be focusing on offering PDF hosting with enterprise features like analytics, access co…

  14. comment
    Comment #44910054

    This is really valuable feedback, thank you! I agree, having a simple, ready-to-use ` ` component that includes all the plugins by default would make it much easier to get started.…

  15. comment
    Comment #44910041

    Thanks! Glad to hear it’s running smoothly on mobile, the rendering on iOS in particular feels really fast.

  16. comment
    Comment #44910021

    That means a lot to me, thank you!

  17. comment
    Comment #44910019

    Thanks! For now we’re only building a web app, but depending on demand we’d love to build native apps for Android, iOS, and desktop OSs as well.

  18. comment
    Comment #44908736

    Thanks! Signing is a high priority for us, and PKCS#11 and PKCS#12 support are definitely on our radar.

  19. comment
    Comment #44906808

    The main goal was to make a PDF viewer that is easy for developers to integrate into their websites with minimal setup, while PDF.js can be harder to customize and extend for certa…

  20. comment
    Comment #44905273

    Not on the roadmap yet, but I’d definitely be open to adding it if more people are interested.

  21. comment
    Comment #44905198

    Thanks! I’ve been working on it for about 7 months now.

  22. comment
    Comment #44904836

    Good point, you’re right that PDFium is Apache 2.0. I’ve updated the project to comply with the redistribution requirements in this PR: https://github.com/embedpdf/embed-pdf-viewer…

  23. comment
    Comment #44904211

    Thanks! I wanted to make it as easy as possible for people to use, tweak, and build on top of it, so MIT felt like the right choice.

  24. comment
    Comment #44904157

    I haven’t had the chance to test annotations in Firefox yet, so thanks for pointing that out. I’ll check what’s going on there, good to know they’re working fine in Chrome.

  25. comment
    Comment #44904143

    Good catch, I’ll fix that. On mobile, it’s intentional that scrolling is disabled while in redaction mode so you can make precise selections, but if you switch back to the view tab…