mirror of
https://github.com/booklore-app/booklore.git
synced 2026-08-02 05:27:09 -04:00
* refactor(pdf): update PDFBox usage for 3.x compatibility and improve file handling - Use RandomAccessReadBufferedFile and RandomAccessStreamCache for loading PDFs - Update methods to use new PDFBox 3.x APIs for reading and writing - Add pdfbox-io dependency to build.gradle - Add comments regarding compressed mode in PDFBox 3.x Signed-off-by: Balázs Szücs <bszucs1209@gmail.com> * test(pdf): remove outdated comments about PDFBox 3.x default compression in save operations Signed-off-by: Balázs Szücs <bszucs1209@gmail.com> * test(pdf): remove outdated comments about PDFBox 3.x default compression in save operations Signed-off-by: Balázs Szücs <bszucs1209@gmail.com> --------- Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>