A lot of people are using PDF, and don't want to convert them to pictures. Maybe we could provide a less-safe-but-also-less-destructive mode with a big fat warning?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
The less-safe-but-also-less-destructive mode is implemented in 96299c6a
jvoisin@grimhilde 21:27 ~/dev/mat2 python3 main.pyusage: main.py [-h] [-c] [-l] [-s] [-L] [files [files ...]]Metadata anonymisation toolkit 2positional arguments: filesoptional arguments: -h, --help show this help message and exitInformation: -c, --check check if a file is free of harmful metadatas -l, --list list all supported fileformats -s, --show list all the harmful metadata of a file without removing them -L, --lightweight remove SOME metadata
It's not completely implemented for PDF, so I'm tracking this in #18 (closed)
I didn't try it out yet, but probably it does the same as old mat - which means re-rendering the PDF pages for printing and taking the output, right?
This means that hyperlinks are still lost, right? Because I still think that keeping hyperlinks would be a nice feature. But definitely not high priority.