Looks nice. Would be better if all of the PDF's bytes where shown. Seems like `endobj` and `xref` are not shown.
Show HN: HTML visualization of a PDF file's internal structure
11–20 of 60 posts
Re: Show HN: HTML visualization of a PDF file's internal structure
#12Damn, this is also convenient for forensics and finding watermarks.
Re: Show HN: HTML visualization of a PDF file's internal structure
#13Looks nice. Would be better if all of the PDF's bytes where shown. Seems like `endobj` and `xref` are not shown.
Thanks for noticing! You're right, I will fix that very soon.
Re: Show HN: HTML visualization of a PDF file's internal structure
#14Re: Show HN: HTML visualization of a PDF file's internal structure
#15I remember there was a similar project on github allows visualize any type of binary data by a given schema. There was an TCP/IP example IIRC.
https://github.com/HexFiend/HexFiend/blob/master/templates/T...
Re: Show HN: HTML visualization of a PDF file's internal structure
#16I’ve been shopping for something that does a per-byte description of the content of visual media formats (jpeg, png, avi, mp4, etc). Anyone know of one?
Re: Show HN: HTML visualization of a PDF file's internal structure
#17Re: Show HN: HTML visualization of a PDF file's internal structure
#18EDIT: Oh it's actually reasonably simple, great use of CSS! https://github.com/desgeeko/pdfsyntax/blob/main/docs/simple_...
Re: Show HN: HTML visualization of a PDF file's internal structure
#19I’ve been shopping for something that does a per-byte description of the content of visual media formats (jpeg, png, avi, mp4, etc). Anyone know of one?
Re: Show HN: HTML visualization of a PDF file's internal structure
#20[0] https://github.com/qpdf/qpdf, https://qpdf.readthedocs.io/en/stable/