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
HHHHHMMMM
f2015cecbd
When converting PDF to word, add parameters to speed up soffice startup ( #1450 )
...
When converting PDF to word, add parameters to speed up soffice startup
2024-06-13 18:13:38 +01:00
Ludy
1e72960c5f
Bugfix: missing contextPath ( #1434 )
2024-06-12 20:36:18 +01:00
Ludy
446bc68768
change to Pdf.js-Legacy Version 4.3.136 ( #1444 )
...
* add: PDF.js-Legacy
* change path
2024-06-12 20:33:25 +01:00
Anthony Stirling
63bdc0d59e
Pipeline fixes for json lists + delete func ( #1425 )
...
* init
* revert
* pipelines fixes for lists
* pipeline fixes to allow json lists
* formatting
* pipeline changes
* langs
---------
Co-authored-by: a <a>
2024-06-09 13:56:55 +01:00
pixeebot[bot]
88338b4dbc
(Sonar) Fixed finding: "Utility classes should not have public constructors"
2024-06-07 07:52:26 +00:00
Anthony Stirling
a0227a4bdd
Merge pull request #1382 from Stirling-Tools/tweaks
...
tweaks and fix for #1381
2024-06-05 22:35:22 +01:00
Anthony Stirling
87be41117f
tweaks and fix for #1381
2024-06-05 21:16:22 +01:00
Anthony Stirling
31938b662c
format
2024-06-02 12:02:01 +01:00
Anthony Stirling
eb526a5d0c
logging and try catch
2024-06-02 11:59:43 +01:00
Anthony Stirling
995de6abc3
automate fat docker
2024-06-01 13:55:28 +01:00
Anthony Stirling
f1476d197f
Merge pull request #1326 from NicolasFR/feat/utf8-mdToPdf
...
feat: Force UTF-8 encoding of input characters
2024-05-30 20:53:58 +01:00
Anthony Stirling
5d6e23d4b7
Merge pull request #1282 from kkdlau/bugfix/1214-grab-zero-byte-pdf
...
#1214 Only take pdf that are good for processing
2024-05-30 20:53:21 +01:00
Nicolas
f61bbd312f
feat: Force UTF-8 encoding of input characters
2024-05-29 22:09:09 +02:00
Danny Lau
65b9544942
#1214 Fix unable to create FileMonitor if the root directory does not exist
2024-05-29 23:03:24 +08:00
Anthony Stirling
65f9438639
deletion changes
2024-05-27 17:53:18 +01:00
Anthony Stirling
6ffa80c386
changes
2024-05-27 16:31:00 +01:00
Anthony Stirling
48bd060d6e
Merge remote-tracking branch 'origin/main' into cucumber
2024-05-26 15:32:34 +01:00
Anthony Stirling
5dee64ab7b
changes
2024-05-26 15:31:34 +01:00
Ludy87
c2179ccd63
add multi OAuth2 Provider
2024-05-25 18:19:03 +02:00
Danny Lau
801dcdb463
#1214 Only take files that are good for processing
2024-05-25 00:22:01 +08:00
Anthony Stirling
f4fcede771
Update ProcessExecutor.java
2024-05-05 20:45:52 +01:00
Anthony Stirling
30444fc9bb
commit ( #1128 )
...
* commit
* formatting
2024-04-26 23:27:40 +01:00
Anthony Stirling
71e93e3cb5
print (WIP), fake scan (WIP) and text conversion for ultra-lite ( #1098 )
...
* Changes!
* lang
* fake scan init, print init and pdf to text for exe
* Hardening suggestions for Stirling-PDF / changes (#1099 )
* Switch order of literals to prevent NullPointerException
* Introduced protections against predictable RNG abuse
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
* Update README.md
* install custom fonts
* Formats etc
* version bump
* disable WIP work
* remove chinese font
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: systo <systo@host.docker.internal>
2024-04-21 23:06:44 +01:00
Ludy
35a4462a86
replace comma to dot ( #1057 )
...
In several countries the comma is used as a decimal, the PR will replace the comma with a dot.
2024-04-09 17:47:53 +01:00
pixeebot[bot]
5564f378e5
(Sonar) Fix "String#replace
should be preferred to String#replaceAll
" ( #1056 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-04-09 06:52:52 +01:00
Dimitris Kaitantzidis
0f367c23aa
359 split metadata lost ( #1049 )
...
* Closes #359
* Adds a minor fix, the modified date should be changed after a modification is made.
2024-04-08 20:53:00 +00:00
Dimitris Kaitantzidis
471865e4a3
Closes #359 ( #1047 )
2024-04-08 21:23:03 +01:00
Eric
dfb8c64f5a
fix: switch to pdftohtml for pdf to html conversions ( #998 )
...
* fix: switch to pdftohtml for pdf to html conversions
* build: include poppler-utils in dockerfile for pdftohtml
2024-03-29 17:02:33 -04:00
Anthony Stirling
08e43cc89c
fix #986 and #989
2024-03-28 17:09:21 +00:00
Anthony Stirling
ae73595335
Number of fixes and making pipline LIVE ! ( #907 )
...
Closes #889 and #332
#710
#901
#885
2024-03-13 19:15:10 +00:00
Anthony Stirling
1e4134c7d1
Number fxes ( #898 )
...
* init
* user and pass to just pass lang update
* session management fixes and avoid demo user locking
* fix for UMASK and extract cleanups
* fixes for user #889 and #332
* increase session count for demo site
* fix
* gcc
* formatting
* number fixes init
* || true test
* version bump
* Hardening suggestions for Stirling-PDF / numberFxes (#899 )
Switch order of literals to prevent NullPointerException
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-03-10 14:00:00 +00:00
Anthony Stirling
26af6b5636
cleanups formatting
2024-02-10 14:52:59 +00:00
Anthony Stirling
0fabfea56d
page adjusts for stamp
2024-02-10 14:52:27 +00:00
pixeebot[bot]
23672cd18d
Modernize and secure temp file creation
2024-02-10 00:08:18 +00:00
Anthony Stirling
15ad46fe1c
book htmk
2024-02-09 23:24:25 +00:00
Anthony Stirling
734d76a3b5
test
2024-02-06 00:00:49 +00:00
pixeebot[bot]
95471a2fba
Switch order of literals to prevent NullPointerException
2024-02-02 00:29:18 +00:00
pixeebot[bot]
734fff5618
Modernize and secure temp file creation
2024-02-02 00:15:46 +00:00
pixeebot[bot]
c8dfe10a7c
Sanitized user-provided file names in HTTP multipart uploads
2024-02-01 23:48:27 +00:00
pixeebot[bot]
8e0c02a151
Sandboxed URL creation to prevent SSRF attacks
2024-02-01 23:35:05 +00:00
Anthony Stirling
6105451e08
Merge pull request #766 from Stirling-Tools/pixeebot/drip-2024-02-01-pixee-java/limit-readline
...
Protect `readLine()` against DoS
2024-02-01 23:05:22 +00:00
pixeebot[bot]
450e090252
Protect readLine()
against DoS
2024-02-01 23:01:04 +00:00
pixeebot[bot]
e20f4fe31a
Introduced protections against "zip slip" attacks
2024-02-01 22:41:49 +00:00
sbplat
53afb865c5
refactor: replace ImageFinder with getAllImages using strategy behind ExtractImagesController
2024-01-29 11:23:58 -05:00
Anthony Stirling
be1904749b
Add stamp, fix html, change accepts
2024-01-28 17:36:17 +00:00
Anthony Stirling
75cf3ed0c1
Resolve wkhtml and formatting
2024-01-18 23:28:39 +00:00
Anthony Stirling
2fa68be36b
pipeline fixes
2024-01-18 21:57:41 +00:00
Anthony Stirling
5281d7a49a
pdfbox3 upgrade and fix
2024-01-12 23:15:27 +00:00
Anthony Stirling
e717d83f75
fixes and timeouts
2024-01-10 00:33:07 +00:00