Skip to content
getnextpdf.com

Where to go next

You made it through the whole track. You installed the engine, styled text, built tables, added headers, and rendered Hypertext Markup Language (HTML). This page is the map for everything after: where to go, and when.

There is no script this time. You leave with two things: a map of the documentation, and your first three recipes to build.

Find the row that matches your next need. Each destination explains itself once you arrive, so this table stays short on purpose.

DestinationWhen to go thereLink
PHP cookbookYou know the task — a watermark, a merge, a barcode — and want one complete recipe for itPHP cookbook
Integration cookbookYou run NextPDF inside a framework, a queue, a container, or behind a serverIntegration cookbook
Choose your pathYou are deciding which distribution and edition fit your project before you commitChoose your path
ReferenceYou need an exact Application Programming Interface (API) signature, or a support matrix for fonts and stylesReference
MigrationYou are moving an existing codebase from TCPDF, FPDF, mPDF, or DompdfMigrate to NextPDF
Frequently asked questions (FAQ)You have a quick question that other newcomers have probably asked beforeNextPDF FAQ
Insider_You want the engineering essays on why the engine behaves the way it doesInsider_
TroubleshootingSomething failed, and the error message alone did not tell you enoughTroubleshooting

One more bookmark: the glossary defines every piece of Portable Document Format (PDF) jargon used across these pages.

A recipe is a short, task-shaped page: one goal, one complete script, one result. These three build directly on what you made in this track.

  1. Embed and subset a TrueType font (TrueType is the most common font file format; subsetting keeps only the characters you used, so the file stays small) — in Text, fonts, and pages you used the built-in fonts; this recipe brings in your own font files.
  2. Set document metadata (title, author, language) — every document you built deserves a real title, author, and language, so viewers can identify it.
  3. Style HTML with CSS — take the styled page from HTML to PDF further, and learn which Cascading Style Sheets (CSS) properties are safe to rely on.

There is no next tutorial — you graduated. Pick one of the three recipes above and build it while everything is still fresh. From here on, the PHP cookbook is your home base: one task at a time.