Skip to content

rimerosolutions/entrusted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entrusted document sanitizer tool

This application is being rewritten (usability, coding practices, maintainability).

Changes

  • UI
    • The UI toolkit was changed from fltk-rs to egui
    • Logic was simplified
  • Processing
    • PDF manipulation now leverages MuPDF instead of Poppler (and related libraries)
    • Most of the transformations are done in-memory instead of creating several intermediate files
  • General refactoring and libraries updates

Problems to solve

Screenshots

./screenshots/screenshot.png

Downloads

There are no releases yet, as there are current unresolved issues and pending decisions.

References