@necrevistonnezr correct
froodle
Posts
-
compress-pdf is disabled -
compress-pdf is disabledA few weeks ago we removed ghostscript and Ocrmypdf (since it uses ghost script) due to licensing issues
For Ocrmypdf we are using tesseract directly so no additional dependencies
For compression we now use the dependency qpdf
(Works better on some PDFs and worse on others, we are trying to improve this)One functionality that was completely removed with this is pdf/a, we are readding this soon natively
Also any feature that are disabled due to something missing should show in console logs if you check
-
Favicon fix ?So the way it works on stirling side is we just grab whatever files are in static if their naming and path is the same on stirling pdf side
In this case any files you place will override any files placed in here
https://github.com/Stirling-Tools/Stirling-PDF/tree/main/src/main/resources/staticsince you want to override the favicon itself then you would nee dto change favicon.svg for the homepage icons and favicon-16x16.png etc for the favicon itself (smaller sizes for better loading on SSO side)
-
Favicon fix ?That change is to remove the config to change the path as it never actually worked
It is instead hard coded to .\customFiles\static
I can still customise this on latest version with a favicon.svg file placed in that folder -
Favicon fix ?Not sure what is happening here, i can still change the icon in the base package, we have not made any updates to this functionality in a long time
-
Stirling-PDF - "Pro" Version comingStirling founder here, it means nothing other than more money to support the free version
Our goal is to only target enterprise users that need advanced audit logs or SAML SSO etc
Outside of that we want to try make all features and improvements for all users
I think so far it's going well -
Stirling pdf developer surveyI hope you have all had a chance to fill out our survey which showed up in our latest update
https://stirlingpdf.info/s/clwzgtfw7000gltkmwz1n212m
Hoping to get more information from our user base with focus on businesses and larger operations to hopefully become a funded OSS via company paid support etc
Please let me know anything you think might be interesting for me to know -
New UI Sneak peak and review@dev-cb Let me know if you would rather me do a PR
-
New UI Sneak peak and review@dev-cb I love all these changes! Please consider raising this as a PR so I can give proper credit
-
New UI Sneak peak and reviewIn original post I mentioned
"Please let me know what you think, there is a new on hover Tools navbar" refering to this -
New UI Sneak peak and review@necrevistonnezr no it's been that way ever since the demo etc I showed earlier
-
Stirling-PDF - Package UpdatesAnd OAuth was also the other big feature introduced this patch
-
New UI Sneak peak and reviewBe thankful its not the v0.1.0 design from like 2 years ago
-
New UI Sneak peak and reviewLive once cloudron updates*
-
New UI Sneak peak and review@marcusquinn toggle for list view is a good idea, ill add to todo list, this new UI update just released by the way
-
New UI Sneak peak and review@necrevistonnezr I dislike our grouping but I think that one doesnt make full sense either... I am not sure what the perfect order of things is at the moment.
At least we have a favouriting system and searchbar to help(Although i do think our homepage needs some grouping now that each function is coloured)
-
New UI Sneak peak and reviewHI all,
Im frooodle the creator of Stirling-PDF
We are currently redesigning the UI for Stirling-PDF and wanted to get any thoughts and recommendations on the UI change.
We currently have a docker imagefrooodle/s-pdf:testNewDesign
But also just a test website up here for people to try
http://stirlingpdf.io:8088/ (or http://185.252.234.121:8088/ if Domain doesnt work)Please let me know what you think, there is a new on hover Tools navbar and cleaner headers and logos on each page with other tweeks to general interface
-
Latest updateIn latest Stirling PDF update there were changed to app logo! Please update the ones uses in cloudron !
Also we moved to alpine images recently... Might cause issues with your OCR Tess language mapping.. might want to check and confirm
-
tesseract 5 supportDoes the cloudron instance support tesseract5? Stirling-PDF recently did a change from tess 4 to tess5 and is no longer checking the 4.00 path for its OCR.
For SPDF docker we did
add-apt-repository ppa:alex-p/tesseract-ocr5 && apt install -y --no-install-recommends tesseract-ocr
https://github.com/Frooodle/Stirling-PDF/blob/main/DockerfileBase#L26As the ubuntu base image (debian too) are 4.x
-
pptx to pdf fails@girish Hey the official docker image is also getting this bug now, can you link me the code change you did to fix this in your container?