1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-01 08:50:11 +02:00

Merge branch 'main' into signCrop

This commit is contained in:
Saud Fatayerji 2023-05-19 15:13:51 +03:00
parent 216f3045db
commit 0901683880

View File

@ -155,20 +155,19 @@ For those wanting to use Stirling-PDFs backend API to link with their own custom
## FAQ ## FAQ
### Q1: Where is the authentication for Stirling PDF ### Q1: Where can you add authentication in Stirling PDF?
There is no Auth within Stirling PDF and there is none planned. This feature will not be added. Instead its recommended to use trusted and secure auth software like Authentik or Authelia. There is no Auth within Stirling PDF and there is none planned. This feature will not be added. Instead we recommended you use trusted and secure authentication software like Authentik or Authelia.
### Q2: What are your planned features ### Q2: What are your planned features?
- Crop - Crop
- Progress bar/Tracking - Progress bar/Tracking
- Annotations (Sign/draw logic directly on page)
- Full custom logic pipelines to combine multiple operations together. - Full custom logic pipelines to combine multiple operations together.
- Folder support with auto scanning to perform operations on - Folder support with auto scanning to perform operations on
- Redact text - Redact sections of pages
- Add page numbers - Add page numbers
- Auto rename (Renames file based on file title text) - Auto rename (Renames file based on file title text)
- URL to PDF - URL to PDF
- Change contrast - Change contrast
### Q3: Why is my application download .htm files ### Q3: Why is my application downloading .htm files?
This is a issue caused commonly by your NGINX congifuration. The default file upload size for NGINX is 1MB, you need to add the following in your Nginx sites-available file. client_max_body_size SIZE; Where "SIZE" is 50M for example for 50MB files. This is a issue caused commonly by your NGINX congifuration. The default file upload size for NGINX is 1MB, you need to add the following in your Nginx sites-available file. client_max_body_size SIZE; Where "SIZE" is 50M for example for 50MB files.