diff --git a/README.md b/README.md index 6f4dabc7..6cb54df6 100644 --- a/README.md +++ b/README.md @@ -155,20 +155,19 @@ For those wanting to use Stirling-PDFs backend API to link with their own custom ## FAQ -### Q1: Where is the authentication for 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. +### 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 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 - Progress bar/Tracking -- Annotations (Sign/draw logic directly on page) - Full custom logic pipelines to combine multiple operations together. - Folder support with auto scanning to perform operations on -- Redact text +- Redact sections of pages - Add page numbers - Auto rename (Renames file based on file title text) - URL to PDF - 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.