Skip to content

Releases: YM162/gulagcleaner

0.10.2

24 Dec 04:42
199a0fc
Compare
Choose a tag to compare

What's Changed

  • Changed code to Rust and added bindings for Python and JS (via WASM). by @YM162 in #11

Full Changelog: v0.8.1...v0.10.2

v0.5.2

31 May 22:45
Compare
Choose a tag to compare

NEW: Fixes for newer files.

All PDFs downloaded after 18/05/23 have a different internal structure, making the old method of extracting pages obsolete.

This version introduces a new method for extracting the original page via /Contents dictionary manipulation. The old method of PDF.Form extraction can still be used with the '-o' flag.

v0.8.2

21 Sep 16:51
3d72951
Compare
Choose a tag to compare

NEW:

  • Fixed edge case for PDFs with strange MediaBoxes
  • Added support for cleaning multiple pdfs or full folders recursively.

What's Changed

  • Multiple files / folders feature added by @jseg380 in #6
  • Fixes for MediaBoxes not starting in (0,0) by @YM162 in #8
  • Fix for PDFs with unusual MediaBoxes by @YM162 in #9

New Contributors

Full Changelog: v0.7.0...v0.8.1

v0.7.0

28 Jun 00:57
Compare
Choose a tag to compare

NEW:

  • The library is now fully compatible with Pyodide and can be used on the web.
  • Added experimental auto-detection of extraction method.

What's Changed

Full Changelog: v5.0.2...v0.7.0

v0.4.8

12 Feb 19:05
Compare
Choose a tag to compare

New version with refactored code and more CLI options.

v0.4.1

22 Aug 16:22
Compare
Choose a tag to compare

Versión estable con la extracción de metadatos incluida.

También se ha renombrado la librería de "PDFU" a "gulag-cleaner-cli".

v0.1.2

28 Apr 17:07
Compare
Choose a tag to compare

Initial release of the library.