mostafaznv/pdf-optimizer
Optimize and compress PDFs in PHP or Laravel using Ghostscript. Fluent API with extensive option support, logging, and customization. Works with file paths, UploadedFile, and storage disks, with optional queue support for async optimization.
| Method Name | Argument Name | Argument Type |
|---|---|---|
| ascii85EncodePages | status | boolean |
If true, Distiller ASCII85-encodes binary streams such as page content streams, sampled images, and embedded fonts, resulting in a PDF file that is pure ASCII.
If false, Distiller does not encode the binary streams, resulting in a PDF file that may contain substantial amounts of binary data.
Distiller checks the value of this setting only once per document. Any change to it must be made before any marks are placed on the first page of the document.
How can I help you explore Laravel packages today?