Integrations
One product family. Your stack
Use NextPDF through a framework adapter, a dedicated renderer, a server transport, or the Python SDK. Each product page states its install command and runtime requirements.
Architecture
Choose the shortest path to your runtime
Framework adapters connect your application to NextPDF Core. They use the container, response cycle, and queue conventions of the named framework.
Rendering bridges use Chrome, Gotenberg, or Cloudflare Browser Rendering for their documented input paths. NextPDF Connect and the Python SDK expose the named server and client interfaces.
Framework adapters
Use your framework’s native shape
NextPDF Laravel
Apache-2.0Use Laravel 12 auto-discovery, the Pdf facade, streamed responses, and queued generation.
Read more →NextPDF Symfony
Apache-2.0Inject PdfFactory into Symfony 7 services. Send asynchronous work through Messenger.
Read more →NextPDF CodeIgniter
Apache-2.0Use the PDF library, helper functions, and queue support in CodeIgniter 4.
Read more →Rendering and conversion
Choose the renderer by input
NextPDF Artisan
Apache-2.0Render text-selectable PDFs from HTML through the Chrome DevTools Protocol.
Read more →NextPDF Gotenberg
Apache-2.0Convert DOCX, XLSX, PPTX, and ODT files through a Gotenberg service.
Read more →NextPDF Cloudflare
Apache-2.0Render at the edge through the Cloudflare Browser Rendering API and load fonts from R2.
Read more →Servers and SDKs
Work across runtimes and transports
NextPDF Connect
Apache-2.0Expose deterministic PDF operations over MCP, REST, and gRPC.
Read more →NextPDF Python
MITExtract citation-linked PDF content through the Python SDK, CLI, or MCP server.
Read more →NextPDF Backport
Apache-2.0Run the stated ecosystem on PHP 8.1–8.3, or NextPDF Core on PHP 7.4–8.0.
Read more →Compatibility
Runtime versions, from one source
| Adapter | Target & version | PHP |
|---|---|---|
| NextPDF Laravelcomposer require nextpdf/laravel | Laravel ^12.0 | >=8.4 <9.0 |
| NextPDF Symfonycomposer require nextpdf/symfony | Symfony ^7.2 | >=8.4 <9.0 |
| NextPDF CodeIgnitercomposer require nextpdf/codeigniter | CodeIgniter ^4.6 | >=8.4 <9.0 |
| NextPDF Artisancomposer require nextpdf/artisan | Chrome / Chromium | >=8.4 <9.0 |
| NextPDF Gotenbergcomposer require nextpdf/gotenberg | Gotenberg service | >=8.4 <9.0 |
| NextPDF Cloudflarecomposer require nextpdf/cloudflare | Cloudflare Browser Rendering | >=8.4 <9.0 |
| NextPDF Connectcomposer require nextpdf/server | RoadRunner 2024.x | 8.4+ |
| NextPDF Backportcomposer require nextpdf/backport | NextPDF ecosystem | 8.1–8.3 · 7.4–8.0* |
| NextPDF Pythonpip install nextpdf | Python 3.10+ | Client library |
Each version comes from the same product record used by its detail page. Backport covers the stated ecosystem on PHP 8.1–8.3. PHP 7.4–8.0 (marked *) covers NextPDF Core only. The Python SDK is a client library; the stated PHP ranges apply to server-side products.
Choose the route that matches your runtime
Open the product page, review its requirements, and install the listed package.
Laravel, Symfony, CodeIgniter, Cloudflare, Gotenberg, Chrome, and Python are trademarks of their respective owners. NextPDF Artisan, Backport, and NextPDF Connect are NextPDF products (the name “Artisan” here refers to NextPDF Artisan, not the Laravel CLI). NextPDF is not affiliated with or endorsed by these organizations.