Andrea Vacondio
Andrea Vacondio
It may be useful to add a way to unlock all the selected encrypted files with a single password
Secondly, files are automatically sorted alpabetically, and as I'm norwegian, I use files names with norwegian characters. Our alphabet is similar to the english with tre additional letters at the...
For some user it's useful to have the total number of pages that the task will generate
https://stackoverflow.com/questions/26182460/javafx-8-hidpi-support/26184471#26184471
So they can be notified when there's an upcoming release with new strings to translate
See https://bugs.openjdk.java.net/browse/JDK-8165748 and https://stackoverflow.com/questions/21194530/what-does-mean-when-prepended-to-a-file-path ```` ERROR 14:39:50.821 org.pdfsam.UncaughtExceptionLogger[JavaFX Application Thread] Unexpected error java.nio.file.InvalidPathException: Illegal character [?] in path at index 2: \\?\E:\delete\sssssssssssssssssssssssssssssssssssssssssssssssss\PDFsam_merge.pdf at java.base/sun.nio.fs.WindowsPathParser.nextSlash(WindowsPathParser.java:212) at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:111) at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)...
Some reader complain, some doesn't but none fails. ``` java.io.IOException: Expected floating point number but found '0.420720940e004e' at org.sejda.util.RequireUtils.requireIOCondition(RequireUtils.java:77) at org.sejda.sambox.cos.COSFloat.(COSFloat.java:77) ```
Investigate COSStream::addCompression to see if a smarter algorithm can be applied. See if we can avoid to decode the existing stream and maybe we just encode whatever is there with...
Currently the ObjectsFullScanner searches for objects definitions inside the document and is used as fallback when there's something broken in the document. We might want to enhance that to parse...