Live data from Hacker News

Viewing profile — desgeeko

desgeeko

HN member
Joined
Sat, Jul 17, 2021, 10:01 PM UTC
HN karma
330
Public activity
16 items

About desgeeko

No profile information was provided.

Recent public activity

  1. story
    Show HN: Montmark – A lightweight, fast pure-Python Markdown parser

    Hi HN! This is a pet project that is still a little bit rough around the edges, but I would love to hear some feedback. I write this code by hand, out of love for Markdown and for …

  2. comment
    Comment #43017878

    Thank you very much!

  3. comment
    Comment #43004724

    Correct, PDFSyntax implements everything at the lowest level. You can ignore the HTML visualization and use it as an API to access PDF objects. Why? Because I started a very small …

  4. comment
    Comment #43001537

    Yes, I value simplicity and the interactivity offered by basic HTML and CSS is sufficient for my use case :)

  5. comment
    Comment #43000868

    Thanks for noticing! You're right, I will fix that very soon.

  6. story
    Show HN: HTML visualization of a PDF file's internal structure

    Hi, I've just finished a rebuild of this function and added a lot of new features: info, page index, minimap, inverted index,... I think it may be useful for inspection, debugging …

  7. comment
    Comment #41382171

    My tool (PDFSyntax[1], mentioned in this thread) is a Python library that is able to both inspect and transform PDF files. Depending on your transformation use case, you may write …

  8. comment
    Comment #41381923

    I am the author of PDFSyntax, thanks for mentioning it! The HTML output is like a pretty print where you can read view objects and follow links to other objects. Since I have added…

  9. story
  10. story
    Show HN: PDFSyntax, a Python library to inspect and transform PDF files

    Hi HN, my pet project is making good progress. I would appreciate some feedback! Thanks

  11. comment
    Comment #37385569

    If you want to continue this journey and learn more about PDF, you can read the anatomy of a file I documented recently: https://pdfsyntax.dev/introduction_pdf_syntax.html

  12. story
  13. story
    Show HN: I am building a new Python library to read/write PDF files

    Hi HN! This is my pet project, written from scratch because there is so much to discover and learn in the process. The focus is on simplicity and incremental updates. Progress is s…

  14. story
  15. comment
    Comment #27875159

    When you develop an application reading or writing PDF files, it may be useful to inspect the content of a file in order to understand what is inside and how objects are linked. Es…

  16. story