Viewing profile — desgeeko
desgeeko
HN member- Joined
- Sat, Jul 17, 2021, 10:01 PM UTC
- HN karma
- 330
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About desgeeko
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #43017878
Thank you very much!
-
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 …
-
comment
Comment #43001537
Yes, I value simplicity and the interactivity offered by basic HTML and CSS is sufficient for my use case :)
-
comment
Comment #43000868
Thanks for noticing! You're right, I will fix that very soon.
-
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 …
-
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 …
-
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…
- story
-
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
-
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
- story
-
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…
- story
-
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…
- story