Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.9 to 4.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v4.31.0</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>4.31.0 - 24 Oct 2025</h2> <ul> <li>Bump minimum CodeQL bundle version to 2.17.6. <a href="https://redirect.github.com/github/codeql-action/pull/3223">#3223</a></li> <li>When SARIF files are uploaded by the <code>analyze</code> or <code>upload-sarif</code> actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the <code>upload-sarif</code> action. For <code>analyze</code>, this may affect Advanced Setup for CodeQL users who specify a value other than <code>always</code> for the <code>upload</code> input. <a href="https://redirect.github.com/github/codeql-action/pull/3222">#3222</a></li> </ul> <p>See the full <a href="https://github.com/github/codeql-action/blob/v4.31.0/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>4.31.0 - 24 Oct 2025</h2> <ul> <li>Bump minimum CodeQL bundle version to 2.17.6. <a href="https://redirect.github.com/github/codeql-action/pull/3223">#3223</a></li> <li>When SARIF files are uploaded by the <code>analyze</code> or <code>upload-sarif</code> actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the <code>upload-sarif</code> action. For <code>analyze</code>, this may affect Advanced Setup for CodeQL users who specify a value other than <code>always</code> for the <code>upload</code> input. <a href="https://redirect.github.com/github/codeql-action/pull/3222">#3222</a></li> </ul> <h2>4.30.9 - 17 Oct 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.23.3. <a href="https://redirect.github.com/github/codeql-action/pull/3205">#3205</a></li> <li>Experimental: A new <code>setup-codeql</code> action has been added which is similar to <code>init</code>, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. <a href="https://redirect.github.com/github/codeql-action/pull/3204">#3204</a></li> </ul> <h2>4.30.8 - 10 Oct 2025</h2> <p>No user facing changes.</p> <h2>4.30.7 - 06 Oct 2025</h2> <ul> <li>[v4+ only] The CodeQL Action now runs on Node.js v24. <a href="https://redirect.github.com/github/codeql-action/pull/3169">#3169</a></li> </ul> <h2>3.30.6 - 02 Oct 2025</h2> <ul> <li>Update default CodeQL bundle version to 2.23.2. <a href="https://redirect.github.com/github/codeql-action/pull/3168">#3168</a></li> </ul> <h2>3.30.5 - 26 Sep 2025</h2> <ul> <li>We fixed a bug that was introduced in <code>3.30.4</code> with <code>upload-sarif</code> which resulted in files without a <code>.sarif</code> extension not getting uploaded. <a href="https://redirect.github.com/github/codeql-action/pull/3160">#3160</a></li> </ul> <h2>3.30.4 - 25 Sep 2025</h2> <ul> <li>We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the <code>codeql-action/init</code> step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the <code>codeql-action/init</code> step. <a href="https://redirect.github.com/github/codeql-action/pull/3099">#3099</a> and <a href="https://redirect.github.com/github/codeql-action/pull/3100">#3100</a></li> <li>We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. <a href="https://redirect.github.com/github/codeql-action/pull/3107">#3107</a></li> <li>You can now run the latest CodeQL nightly bundle by passing <code>tools: nightly</code> to the <code>init</code> action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. <a href="https://redirect.github.com/github/codeql-action/pull/3130">#3130</a></li> <li>Update default CodeQL bundle version to 2.23.1. <a href="https://redirect.github.com/github/codeql-action/pull/3118">#3118</a></li> </ul> <h2>3.30.3 - 10 Sep 2025</h2> <p>No user facing changes.</p> <h2>3.30.2 - 09 Sep 2025</h2> <ul> <li>Fixed a bug which could cause language autodetection to fail. <a href="https://redirect.github.com/github/codeql-action/pull/3084">#3084</a></li> <li>Experimental: The <code>quality-queries</code> input that was added in <code>3.29.2</code> as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new <code>analysis-kinds</code> input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. <a href="https://redirect.github.com/github/codeql-action/pull/3064">#3064</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|---|---|---|
| .claude | ||
| .devcontainer | ||
| .github | ||
| .vscode | ||
| app | ||
| devGuide | ||
| devTools | ||
| docs | ||
| exampleYmlFiles | ||
| gradle/wrapper | ||
| images | ||
| scripts | ||
| testing | ||
| .editorconfig | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| build.gradle | ||
| CONTRIBUTING.md | ||
| DATABASE.md | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| Dockerfile.fat | ||
| Dockerfile.ultra-lite | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| HowToUseOCR.md | ||
| launch4jConfig.xml | ||
| LICENSE | ||
| README.md | ||
| SECURITY.md | ||
| settings.gradle | ||

Stirling-PDF
Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application has evolved to encompass a comprehensive set of features, addressing all your PDF requirements.
All files and PDFs exist either exclusively on the client side, reside in server memory only during task execution, or temporarily reside in a file solely for the execution of the task. Any file downloaded by the user will have been deleted from the server by that point.
Homepage: https://stirlingpdf.com
All documentation available at https://docs.stirlingpdf.com/
Features
- Parallel file processing and downloads
- Dark mode support
- Custom download options
- Custom 'Pipelines' to run multiple features in an automated queue
- API for integration with external scripts
- Optional Login and Authentication support (see here for documentation)
- Enterprise features like SSO (see here for documentation)
- Database Backup and Import (see here for documentation)
50+ PDF Operations
Organise
- Merge: Combine multiple PDFs into one
- Split: Divide PDFs into multiple files
- Extract page(s): Extract specific pages from PDF
- Remove: Delete pages from PDF
- Crop PDF: Adjust PDF page boundaries
- Rotate: Rotate pages in 90-degree increments
- Adjust page size/scale: Resize page contents
- Multi-Page Layout: Add multiple pages to PDF
- PDF to Single Large Page: Convert to single continuous page
- Organize: Rearrange PDF pages
Convert to PDF
- Image to PDF: Convert images to PDF format
- Convert file to PDF: Convert various common file types to PDF
- HTML to PDF: Transform HTML documents to PDF
- Markdown to PDF: Convert Markdown files to PDF
- CBZ to PDF: Convert comic book archives
- CBR to PDF: Convert comic book rar archives
- Email to PDF: Convert email files to PDF
- Vector Image to PDF: Convert vector images (PS, EPS, EPSF) to PDF format
Convert from PDF
- PDF to Word: Convert to documet (docx, doc, odt) format
- PDF to Image: Extract PDF pages as images
- PDF to RTF (Text): Convert to Rich Text Format
- PDF to Presentation: Convert to presentation (pptx, ppt, odp) format
- PDF to CSV: Extract tables to CSV
- PDF to XML: Convert to XML format
- PDF to HTML: Transform to HTML
- PDF to PDF/A: Convert to archival (PDF/A-1b, PDF/A-2b) format
- PDF to Markdown: Convert PDF to Markdown
- PDF to CBZ: Convert to comic book archive
- PDF to CBR: Convert to comic book rar archive
- PDF to Vector Image: Convert PDF to vector image (EPS, PS, PCL, XPS) format
Sign & Security
- Sign: Add digital signatures
- Remove Password: Remove PDF security
- Add Watermark: Apply watermarks
- Sign with Certificate: Certificate-based signing
- Add Stamp to PDF: Apply digital stamps
- Auto Redact: Automatically redact content
- Change Permissions: Modify access permissions
- Add Password: Apply PDF encryption
- Manual Redaction: Manual content redaction
- Remove Certificate Sign: Remove digital signatures
- Sanitize: Clean PDF of potential security issues
- Validate PDF Signature: Verify digital signatures
View & Edit
- OCR / Cleanup scans: Optical Character Recognition
- Add Image: Insert images into PDF
- Extract Images: Extract embedded images
- Change Metadata: Edit PDF metadata
- Get ALL Info on PDF: Comprehensive PDF analysis
- Advanced Colour options: Colour manipulation (various options for colour inversion, CMYK conversion)
- Compare: Compare PDF documents
- Add Page Numbers: Insert page numbering
- Flatten: Flatten PDF layers, and interactive elements
- Remove Annotations: Delete comments and markups
- Remove Blank pages: Delete empty pages
- Remove Image: Delete embedded images
- View/Edit PDF: Interactive PDF editing
- Unlock PDF Forms: Enable form editing
- Add Attachments: Attach files to PDF
Advanced
- Compress: Reduce file size
- Pipeline: Automated workflow processing (OCR images pipeline, prepare PDFs for emailing pipeline)
- Adjust Colours/Contrast: Colour and contrast adjustment
- Auto Rename PDF File: Automatic file renaming
- Auto Split Pages: Automatic page splitting
- Detect/Split Scanned photos: Photo detection and splitting
- Overlay PDFs: Layer PDFs over each other
- Repair: Fix corrupted PDFs
- Show JavaScript: Display embedded JavaScript
- Auto Split by Size/Count: Split by file size or page count
- Split PDF by Chapters: Chapter-based splitting
- Split PDF by Sections: Section-based splitting
- Scanner Effect: Apply scanner-like effects
- Edit Table of Contents: Modify PDF bookmarks and TOC
📖 Get Started
Visit our comprehensive documentation at docs.stirlingpdf.com for:
- Installation guides for all platforms
- Configuration options
- Feature documentation
- API reference
- Security setup
- Enterprise features
Supported Languages
Stirling-PDF currently supports 40 languages!
Stirling PDF Enterprise
Stirling PDF offers an Enterprise edition of its software. This is the same great software but with added features, support and comforts. Check out our Enterprise docs
🤝 Looking to contribute?
Join our community:
