Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
desgeeko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Montmark – A lightweight, fast pure-Python Markdown parser
(github.com)
2 points
by
desgeeko
3mo ago
|
0 comments
2.
▲
by
desgeeko
2y ago
Thank you very much!
3.
▲
by
desgeeko
2y ago
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 tool as a week-end project and I got hooked reading the PDF
4.
▲
by
desgeeko
2y ago
Yes, I value simplicity and the interactivity offered by basic HTML and CSS is sufficient for my use case :)
5.
▲
by
desgeeko
2y ago
Thanks for noticing! You're right, I will fix that very soon.
6.
▲
Show HN: HTML visualization of a PDF file's internal structure
(github.com)
451 points
by
desgeeko
2y ago
|
57 comments
7.
▲
by
desgeeko
2y ago
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 an incremental update with only a few bytes at the end of th
8.
▲
by
desgeeko
2y ago
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 a new command (disasm) that is CLI oriented and displays a
9.
▲
Show HN: PDFSyntax, a Python library to inspect and transform PDF files
(pdfsyntax.dev)
1 points
by
desgeeko
3y ago
|
0 comments
10.
▲
by
desgeeko
3y ago
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
11.
▲
A Quick Introduction to PDF Syntax
(pdfsyntax.dev)
4 points
by
desgeeko
3y ago
|
0 comments
12.
▲
Show HN: I am building a new Python library to read/write PDF files
(github.com)
279 points
by
desgeeko
4y ago
|
121 comments
13.
▲
Show HN: a practical introduction to Kryptos K1-K3 brute-force decryption
(github.com)
1 points
by
desgeeko
5y ago
|
0 comments
14.
▲
by
desgeeko
5y ago
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. Especially when dealing with PDF version 1.5 or above when mul
15.
▲
Show HN: Browse the internal structure of a PDF file
(github.com)
17 points
by
desgeeko
5y ago
|
2 comments