Anthony Stirling
5bee714437
utf8 bug fix and scan pages ( #113 )
2023-05-01 21:57:48 +01:00
Anthony Stirling
9af537c985
ocr remove images
2023-05-01 21:53:10 +01:00
Anthony Stirling
30c56a0ec9
lang
2023-05-01 18:50:20 +01:00
Anthony Stirling
563a72ad95
Merge branch 'main' into cleanups
2023-05-01 16:36:49 +01:00
jordy
60d1d336d6
fix RTL drag offset
2023-05-01 10:01:28 +02:00
jordy
2b93407e64
fix file capitalization
2023-05-01 09:46:14 +02:00
Anthony Stirling
d5dec31b39
cleanups
2023-04-30 18:28:29 +01:00
Anthony Stirling
2608aa4c97
cleanup
2023-04-30 17:29:35 +01:00
Anthony Stirling
80c26a9550
fix for OCR multi lang
2023-04-30 14:42:26 +01:00
jordy
b470cdf60c
fix bugs in drag/drop, move styling for functions to separate sheets
...
To clean up the multi tool page and make the pdf adapters more re-usable the style for them was moved to separate pages that are inserted into head when the adapter is created.
2023-04-30 13:38:30 +02:00
Anthony Stirling
585bf4ccb4
about
2023-04-30 00:48:01 +01:00
Anthony Stirling
6b0fedfabf
game init
2023-04-29 22:26:16 +01:00
jordy
9a1510a4f1
further refactor js
...
Turn the div adapters into injectable files so that each PdfContainer can be customized. And the adapters can be used in different PdfContainers as well.
2023-04-29 12:43:12 +02:00
Anthony Stirling
0ebec74bed
stop annoying fb identify tags in URL
2023-04-28 23:45:54 +01:00
Anthony Stirling
91171727e4
rework for API, folder changes, easter eggs and fun
2023-04-28 23:18:10 +01:00
jordy
e8a91d2631
refactor JS
...
Rather than having all the JS all in one big file, separate the code into modules.
2023-04-28 21:20:56 +02:00
Anthony Stirling
63a698b679
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-04-26 22:01:32 +01:00
Anthony Stirling
3d3ef6f37b
add title hover text
2023-04-26 21:54:12 +01:00
Anthony Stirling
9e839e130e
Merge branch 'main' into cleanups
2023-04-26 15:15:32 +01:00
Anthony Stirling
4327af5133
bug fixes and image scan
2023-04-26 13:18:24 +01:00
jordy
bf78db9b75
drag-drop PoC
2023-04-23 15:55:11 +02:00
Jordy van der Tang
e3882b78db
Merge branch 'Frooodle:main' into main
2023-04-23 15:54:45 +02:00
jordy
5389d4fc13
always scrollcontainer by page width on move
2023-04-23 14:16:28 +02:00
jordy
01529cc981
make pdf bar wider, hide buttons until hover
2023-04-23 13:56:39 +02:00
Anthony Stirling
ab4aea315a
Merge branch 'main' into cleanups
2023-04-23 09:42:51 +01:00
jordy
3cb36d36bf
address PR feedback
2023-04-23 09:59:19 +02:00
jordy
e048fc6653
fix RTL language directions
...
The positioning of the insert pdf buttons and the direction icon of the move page buttons are tied to the language direction, to fix this we retrieve the language direction from the document and use this to reverse some logic/elements for RTL languages.
2023-04-22 19:29:21 +02:00
jordy
a44fc62fee
center pdfs
...
To correctly center the pdfs inside of the scrollable div we need a wrapper, ideally the 'safe center' flex-direction would be used, but this is not yet supported by most browsers.
2023-04-22 19:26:42 +02:00
jordy
9da29bf99a
small css tweaks
...
lighten background
2023-04-22 14:57:39 +02:00
jordy
1edb669583
add imagehighlighter
...
Because the images are now much smaller with the image highlighter we can view images in more detail
2023-04-22 14:49:08 +02:00
jordy
fb24398b01
remove console.logs from prod code
2023-04-22 14:09:03 +02:00
jordy
43107965a9
use horizontal scroll for pages container
...
By making small thumbnails and aligning everything horizontally the space on the screen is used better.
2023-04-22 14:08:47 +02:00
Anthony Stirling
78d3fd3768
format and move everything, other in own folder
2023-04-22 12:51:01 +01:00
Anthony Stirling
5ab2664c70
fixes to saving and things
2023-04-22 00:08:36 +01:00
Anthony Stirling
39c31ef5d9
centre align, colour stuff and home icons
2023-04-21 23:32:39 +01:00
Anthony Stirling
bd1c7a35e2
settings bar changes
2023-04-21 19:58:07 +01:00
Anthony Stirling
0eed041986
messy code pretty icon
2023-04-21 18:03:36 +01:00
Anthony Stirling
1958c34bcb
new sun moon
2023-04-21 17:52:40 +01:00
Anthony Stirling
f5ceede3cd
darkmode test (weirdly slow not sure if PC)
2023-04-21 17:50:59 +01:00
Anthony Stirling
d98473f5e3
language stuff
2023-04-21 16:59:59 +01:00
Anthony Stirling
19d7027361
fixes
2023-04-21 13:17:35 +01:00
Anthony Stirling
a34c2863bd
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into
...
main
2023-04-21 13:15:46 +01:00
Anthony Stirling
4521dce1a9
init icons
2023-04-21 13:13:35 +01:00
Manuel Mora Gordillo
b6e2d25462
Spanish language: fixed bug names of variables . Wrong characters corrected. Improved some texts
2023-04-21 11:48:49 +02:00
Saud Fatayerji
757433629a
Merge branch 'main' of https://github.com/Sf298/Stirling-PDF
2023-04-20 20:27:22 +03:00
Saud Fatayerji
050ae2a512
Fixed rotate all button not working
2023-04-20 20:26:38 +03:00
Saud Fatayerji
b6a284e2bc
Merge branch 'Frooodle:main' into main
2023-04-20 19:36:14 +03:00
Saud Fatayerji
f4e5690841
Added "insert document" buttons that appear in the middle of the document
2023-04-20 19:34:58 +03:00
Saud Fatayerji
7f9f45c720
Bug fixes and optimisations
2023-04-19 11:44:58 +03:00
Anthony Stirling
2af9f19c3a
nav bar active fix
2023-04-18 12:36:10 +01:00
Anthony Stirling
dbb8e2b245
remove pages movement
2023-04-18 11:07:39 +01:00
Anthony Stirling
689ad18c71
convert navbar improve
2023-04-18 10:52:38 +01:00
Saud Fatayerji
8d1057477b
Merge branch 'main' of https://github.com/Sf298/Stirling-PDF
2023-04-18 05:18:20 +03:00
Saud Fatayerji
b3dff3a520
Added Page Manager to navbar and home page
2023-04-18 05:13:09 +03:00
Saud Fatayerji
6141be7310
Merge branch 'Frooodle:main' into main
2023-04-18 05:12:07 +03:00
Saud Fatayerji
2762459acf
Created a page for visually editing individual pages of a pdf
2023-04-18 05:08:38 +03:00
Anthony Stirling
5ae72f3e6f
Update home.html
2023-04-17 17:16:18 +01:00
Anthony Stirling
872b36124f
Update home.html
2023-04-17 17:16:00 +01:00
Anthony Stirling
f762ab6aa7
Quick fix to dark mode button and reduce navbar size by removing PDF ( #91 )
2023-04-16 23:41:56 +01:00
Anthony Stirling
c311f9a4ed
Convert PDF to Docx, powerpoint and others ( #90 )
2023-04-16 22:03:30 +01:00
Anthony Stirling
03febd9484
Home screen change ( #88 )
...
* security
* home screen remove GO button
* fix
* test
* version
2023-04-15 19:55:55 +01:00
Manuel Mora Gordillo
655b97bfd5
Added spanish language ( #87 )
2023-04-15 00:57:12 +01:00
libertyunion
fdbc7f4621
Added support for multiple adding an image overlay to multiple pages ( #86 )
2023-04-11 21:22:59 +01:00
Anthony Stirling
f9fe303671
security ( #85 )
2023-04-03 23:16:11 +01:00
Anthony Stirling
d4459eb6d6
custom default Lang
2023-04-02 23:59:22 +01:00
mwllgr
9087a3ebbd
Fixed German "Umlauts" and missing navbar entry ( #84 )
2023-04-02 13:43:25 +01:00
Anthony Stirling
22be1a1104
envs
2023-04-02 11:51:07 +01:00
Anthony Stirling
6d5dbd9729
Fixes and others ( #83 )
...
Features
-------------
Custom application name via APP_NAME docker env
(These next 3 are done with OCRMyPDF)
Extra features to OCR for scanned page cleanup (tilt/noise fixing)
Adding OCR ability to read and output to text file
Added Dedicated PDF/A conversion page
Bug fixes
--------------
Fix concurrent calls on Libre and OCRMyPDF
jbig fix for compressions
Fix for compression metadata issues due to forced conversions to PDF/A
Other
--------
Removal of UK US language and just using "English" due to extra development time
Still issue with concurrent files for PDF to image... will fix later sorry
2023-04-01 21:02:54 +01:00
Anthony Stirling
3d7fdd0f35
Bug fixes for merge and split ( #80 )
2023-03-27 23:24:48 +01:00
Anthony Stirling
726fcf861c
Wording fix ( #79 )
2023-03-25 23:05:30 +00:00
Anthony Stirling
a2a27e2216
Image stuff ( #77 )
...
Features
---------
Image to PDF supports multiple images, stretching and auto rotation
File inputs now only search for wanted file type
Settings now has a zip range so it can zip if you have more than x downloads (default 4)
extras
---------
DevTools support for easier development
Fix for temporary files for thread safety
2023-03-25 22:16:26 +00:00
Anthony Stirling
f866c8a61f
Watermark opacity ( #76 )
2023-03-24 13:30:26 +00:00
Anthony Stirling
b5a59ddb6a
compress fix
2023-03-22 19:24:43 +00:00
Anthony Stirling
a9145fe84c
Lots of changes ( #70 )
...
Image extraction and conversion to formats
Multi parallel file execution for all forms so you can input multiple files quickly
Any file at all pdf using libreoffice, super powerful
Sadly makes docker image larger but worth it
OCR PDF using ocr my pdf
Works awesomely for adding text to a image
Improved compression using ocr my pdf app
Settings page with custom download options such as
- open in same window
- open in new window
- download
- download as zip
Update detection in settings page it should show notification if there is a update (very hidden)
UI cleanups
Add other image formats to PDF to Image
Various fies to icons, and pdf.js usage
2023-03-20 21:55:11 +00:00
Anthony Stirling
51fe6970ef
jpg and gif support for pdf to image ( #59 )
2023-02-25 09:53:07 +00:00
Anthony Stirling
67345d083e
error handling, excel, bug fixes, name fixes ( #57 )
2023-02-24 22:47:26 +00:00
Anthony Stirling
6135d08154
Update remove-password.html
2023-02-20 19:00:00 +00:00
Anthony Stirling
b40d324e04
nullcheck fixes
2023-02-11 15:17:17 +00:00
Anthony Stirling
c739c9dd2b
Metadata editting and local only JS and pdf to image change and format pages ( #44 )
...
* Formatting
* changeMeta
* pdf to img fix
* foramtting
* new image
* lang changes
2023-02-11 14:27:15 +00:00
Saud Fatayerji
9b3aac4a8a
Combined changes that wouldn't merge
2023-02-07 23:14:03 +03:00
Saud Fatayerji
75d841083c
Fixed formatting
2023-02-07 15:56:50 +00:00
Saud Fatayerji
a01ad71414
Added french and arabic to dropdown
2023-02-07 15:56:50 +00:00
Saud Fatayerji
9e6771d0f8
Fixed alignment for rtl languages. other alignment fixes
2023-02-07 15:56:50 +00:00
Saud Fatayerji
c83c57a37e
Fixed file encoding for messages_xx.properties files
2023-02-07 15:56:50 +00:00
Saud Fatayerji
90ef6deca8
Dynamic set the html lang attribute
2023-02-07 15:56:50 +00:00
Saud Fatayerji
83bd2d5915
Added Arabic
2023-02-07 15:56:50 +00:00
Saud Fatayerji
879f558b44
Added French
2023-02-07 15:56:50 +00:00
Anthony Stirling
c9cb1959b3
Update WatermarkController.java
2023-02-06 10:52:11 +00:00
louiskram
cab3fe1bf4
German translation ( #37 )
...
* added german language to navbar
* added german translation file
* translated missing fragments
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2023-02-06 08:05:51 +00:00
Saud Fatayerji
2c8e86297f
Fixed missed localisation field
2023-02-06 00:20:25 +03:00
Saud Fatayerji
38925ea4ca
Fixed merge conflict. Cleaned up code
2023-02-05 22:04:37 +03:00
Saud Fatayerji
b123e8eba5
Merge remote-tracking branch 'upstream/main' into addGraphicsToRotatePage
...
# Conflicts:
# src/main/resources/templates/rotate-pdf.html
2023-02-05 18:20:41 +03:00
Saud Fatayerji
f093d65729
Fixed bugs
2023-02-05 18:08:43 +03:00
Anthony Stirling
6662115d10
Lang setup ( #35 )
2023-02-05 12:54:48 +00:00
Saud Fatayerji
58423bfc21
Redesigned the rotate page
2023-02-05 02:45:33 +03:00
Anthony Stirling
dd11cfab40
Fixes and logo ( #33 )
2023-02-04 15:06:27 +00:00
Saud Fatayerji
c667c77582
Fixed alignment of the feature card 'go' button
2023-02-04 17:53:19 +03:00
Saud Fatayerji
ae50611acc
Fixed issue where the last feature expands to fill the whole last row
2023-02-04 17:36:20 +03:00
Saud Fatayerji
f6feb7a7e7
Made pages mobile friendly
2023-02-04 16:19:11 +03:00
Saud Fatayerji
0a67da2c76
Cleaned up the code used to list features on the home page.
2023-02-04 16:15:03 +03:00
Anthony Stirling
5275866f09
PDF security features ( #26 )
...
- Support for adding and removing passwords
- Support for watermarks
- Dedicated page remover
- Support for PDF permissions
- Removed endpoint /home and replaced with /
- Code cleanups
- Fixed page titles
2023-02-03 20:26:35 +00:00
Anthony Stirling
1a0dd6fefe
Update ConvertPDFController.java
2023-01-31 20:02:29 +00:00
Anthony Stirling
523503a100
Proxy test ( #17 )
...
* Add files via upload
* Add files via upload
2023-01-31 16:53:10 +00:00
Anthony Stirling
072053f794
Proxy test ( #16 )
...
* Update build.gradle
* Update application.properties
2023-01-31 14:13:02 +00:00
Anthony Stirling
08d9409d2c
allow change order on merge ( #11 )
2023-01-30 20:50:47 +00:00
Anthony Stirling
0b09ef16b2
Delete convert-to-pdf.html
2023-01-29 17:14:10 +00:00
Anthony Stirling
59d8e66921
Delete convert-from-pdf.html
2023-01-29 17:14:06 +00:00
Anthony Stirling
624e0e3619
Delete FromPDFController.java
2023-01-29 17:13:47 +00:00
Anthony Stirling
9836c2f281
Delete ToPDFController.java
2023-01-29 17:13:37 +00:00
Anthony Stirling
cd4bd2a796
Add rotate and compress ( #7 )
...
* Add files via upload
* Update build.gradle
* Update general.css
2023-01-29 17:06:53 +00:00
Anthony Stirling
cada1fd80f
Update FromPDFController.java
2023-01-28 12:49:37 +00:00
Anthony Stirling
ae638eec94
Update convert-from-pdf.html
2023-01-28 12:49:05 +00:00
Anthony Stirling
967846ec3a
Add files via upload
2023-01-28 10:00:32 +00:00
Anthony Stirling
1fb520ff57
Add files via upload
2023-01-27 18:30:17 +00:00
Anthony Stirling
ff85036367
Update footer.html
2023-01-27 18:24:53 +00:00
Anthony Stirling
b078905889
Add files via upload
2023-01-27 18:23:40 +00:00