polyfile VS i7j-rups

Compare polyfile vs i7j-rups and see what are their differences.

polyfile

A pure Python cleanroom implementation of libmagic, with instrumented parsing from Kaitai struct and an interactive hex viewer (by trailofbits)

i7j-rups

RUPS is an acronym for Reading and Updating PDF Syntax. RUPS is a tool built on top of iText® that allows you to look inside a PDF document and browse the different PDF objects and content streams. (by itext)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
polyfile i7j-rups
2 3
323 248
0.6% 0.8%
7.6 5.3
2 months ago 13 days ago
Python Java
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

polyfile

Posts with mentions or reviews of polyfile. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-23.
  • Blind Spots: Automatically detecting ignored program inputs
    2 projects | news.ycombinator.com | 23 Jan 2023
  • Show HN: I am building a new Python library to read/write PDF files
    17 projects | news.ycombinator.com | 17 Nov 2022
    Be careful with PDF! There are many ambiguities in the specification that are implemented differently between parsers, as well as implicitly accepted malformations that almost all parsers will silently accept without warning. It is very easy to accidentally produce so-called file format schizophrenia: When the same file is rendered differently between two parsers. For example, with PDF, what if you have a PDF object stream that has a length that doesn't agree with the position of its `endstream` token? What if you have a PDF dictionary with duplicate keys? Do you use the value of the first key or the second? What if you have two, valid PDFs concatenated one after the other? Do you render the first or the second? What if an object in the XREF table has an incorrect offset?

    Shameless plug: I am one of the maintainers of PolyFile, which, among other things, can produce an interactive HTML hex editor with an annotated syntax tree for dozens of filetypes, including PDF. For PDF, it uses a dynamically instrumented version of the PDFminer parser. It sounds like it might satisfy your use case.

    https://github.com/trailofbits/polyfile

i7j-rups

Posts with mentions or reviews of i7j-rups. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-04.

What are some alternatives?

When comparing polyfile and i7j-rups you can also consider the following projects:

PyMuPDF - PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

polytracker - An LLVM-based instrumentation tool for universal taint tracking, dataflow analysis, and tracing.

pdfsyntax - A Python library to inspect and modify the internal structure of a PDF file

pdfquery - A fast and friendly PDF scraping library.

djot - A light markup language

pdfplumber - Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.

annotated-pdf-spec - Collection of useful hints for implementing a PDF library

kaitai_struct_formats - Kaitai Struct: library of binary file formats (.ksy)

mupdf - mirrored from git://git.ghostscript.com/mupdf.git

bericht - Incremental HTML to PDF converter.