Skip to content

5-minute evaluation

Try NextPDF now.

Install the open-source core, render a real PDF, and verify it yourself — no account, no credit card. Then unlock the full Enterprise feature set free for 14 days when you're ready.

  1. 1

    Install Core (free, Apache-2.0)

    NextPDF Core is open source. No key, no sign-up — just Composer.

    terminal
    composer require nextpdf/core
  2. 2

    Render your first PDF

    The shortest path from HTML to a valid PDF 2.0 document.

    hello.php
    <?php
    require 'vendor/autoload.php';
    
    use NextPDF\Core\Document;
    
    $doc = Document::createStandalone();
    $doc->addPage();
    $doc->writeHtml('<h1>Hello from NextPDF</h1><p>Real PDF 2.0 output, in one pass.</p>');
    $doc->save('hello.pdf');

    Run php hello.php and open hello.pdf. Want a real-world template? See the output gallery — every sample ships its source.

  3. 3

    Verify it — don't take our word

    The output is a genuine PDF 2.0 file. Validate it with your own tooling.

    terminal
    # It is a real, valid PDF 2.0 file — check it with any tool you trust:
    pdfinfo hello.pdf          # poppler
    qpdf --check hello.pdf     # structural validation
    # …or open it in Acrobat, Preview, or your browser.

    Our samples include tagged-accessible, archival, and PAdES-signed PDFs you can run through veraPDF or verify in Adobe.

  4. 4

    Unlock the full engine — free 14-day trial

    The trial enables every Enterprise feature — PAdES B-LTA, HSM signing, PDF/A-4, ZUGFeRD/Factur-X, forensics — for 14 days, at no cost. Output you build while evaluating is watermarked so it isn't used in production; remove the watermark by activating a paid licence at any time, with no code change.

    Start your free 14-day trial

    Self-serve checkout is handled by our Merchant of Record. Prefer email? You can also request a trial key and we'll send one the same business day.

  5. 5

    Get unstuck fast

    Full API docs and guides live at nextpdf.dev ↗ (opens in a new tab). Pro and Enterprise plans include priority support; everyone can reach the team via the contact form.

Complete your purchaseStart your free trial

Important: the email you enter at Paddle checkout becomes your NextPDF account login. Please double-check it — that's the email you'll sign in with.

NextPDF is committed to a risk-free trial. A fully card-free trial is in early preview; for now a valid card is verified through Paddle, our Merchant of Record, to keep the trial free and prevent abuse.

You're charged US$0 today, the trial doesn't auto-renew, and your payment details stay secure with Paddle — never stored by NextPDF. You won't be billed without your explicit say-so.