We also now start
/opt/venv/bin/unoserver --port 2003 --interface 0.0.0.0
alongside stirling app.jar
The reason is unoconv which we use for file to PDF now is a server and unoconv is depreciated
We also now start
/opt/venv/bin/unoserver --port 2003 --interface 0.0.0.0
alongside stirling app.jar
The reason is unoconv which we use for file to PDF now is a server and unoconv is depreciated
For Cloudron they might need to do the following changes
https://github.com/Stirling-Tools/Stirling-PDF/commit/d34c44ed7bbf60d85f96744f99cd38a38911daa3
adding
PYTHONPATH=/usr/lib/libreoffice/program:/opt/venv/lib/python3.12/site-packages
UNO_PATH=/usr/lib/libreoffice/program
URE_BOOTSTRAP=file:///usr/lib/libreoffice/program/fundamentalrc
and pip install unoserver
along with
ln -s /usr/lib/libreoffice/program/uno.py /opt/venv/lib/python3.12/site-packages/ &&
ln -s /usr/lib/libreoffice/program/unohelper.py /opt/venv/lib/python3.12/site-packages/ &&
ln -s /usr/lib/libreoffice/program /opt/venv/lib/python3.12/site-packages/LibreOffice && \
(or whatever the python install path is that aligns with unoserver etc)
@necrevistonnezr correct
A 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
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/static
since 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)
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
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 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
I 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
@dev-cb Let me know if you would rather me do a PR
@dev-cb I love all these changes! Please consider raising this as a PR so I can give proper credit
In original post I mentioned
"Please let me know what you think, there is a new on hover Tools navbar" refering to this
@necrevistonnezr no it's been that way ever since the demo etc I showed earlier
And OAuth was also the other big feature introduced this patch
Be thankful its not the v0.1.0 design from like 2 years ago
Live once cloudron updates*
@marcusquinn toggle for list view is a good idea, ill add to todo list, this new UI update just released by the way
@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)
HI 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 image frooodle/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
In 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