Stirling-PDF/src/main/java/stirling/software/SPDF
Sebastian Espei 8cbb4367ab
PDF-to-Image different page formats fix (#1460)
* Improve the PDF rendering process for pages of varying sizes

This commit includes changes to handle the rendering of PDF documents with pages of different sizes. The updated code calculates the dimensions of each page upfront and assembles a final combined image that accommodates for the differing page dimensions. This approach avoids repetitive renderings of the same page sizes.

* Refactor image preparation for Pdf to Image
2024-06-14 23:39:30 +01:00
..
config Bugfix: missing contextPath (#1434) 2024-06-12 20:36:18 +01:00
controller Add Odd-Even Merge operation mode (#1445) 2024-06-12 22:21:02 +01:00
model Add Odd-Even Merge operation mode (#1445) 2024-06-12 22:21:02 +01:00
pdf Update TextFinder.java (#980) 2024-03-26 19:25:16 +00:00
repository introduces custom settings file (#1158) 2024-05-03 20:43:48 +01:00
utils PDF-to-Image different page formats fix (#1460) 2024-06-14 23:39:30 +01:00
LibreOfficeListener.java minor 2024-06-02 12:04:29 +01:00
SPdfApplication.java introduces custom settings file (#1158) 2024-05-03 20:43:48 +01:00