How to Append Appendix To PDF
Appendices, supplementary data, reference tables, and legal disclosures often need to be appended to finalized PDF reports without regenerating the entire document. Appending keeps the main body unchanged while attaching additional material at the end. SublimePDF's merge API lets you concatenate any number of PDFs in the order you specify.
Follow the step-by-step instructions below, then use the free tool directly — no registration or download required.
Open Tool →How to Append Appendix To PDF — Step by Step
Prepare your appendix content
Create the appendix as a separate PDF. This could be a data table exported from Excel, a legal disclaimer generated from a template, a set of reference images, or supplementary charts. Match the page size to the main document.
Upload files in the correct order
POST to /api/v1/merge with the main document as the first file and the appendix as the second: { "files": [mainPdf, appendixPdf] }. Add multiple appendix files as additional entries — they're appended in array order.
Add section dividers
For a clean transition between the main document and appendices, create a single-page 'Appendix' divider PDF and insert it between the main body and appendix content in the merge order.
Update or regenerate the table of contents
If your main document has a table of contents, it won't automatically include the appended pages. For templated documents, regenerate the full document with appendix references. For static PDFs, manually note appendix page numbers.
Download the combined document
The merge API returns a single PDF containing the main document followed by all appendices. Internal bookmarks from all source files are preserved and repositioned correctly.
Pro Tips
- 💡 Use consistent headers and footers across all source PDFs before merging — mismatched styles between the main body and appendix look unprofessional.
- 💡 For automated workflows, maintain a library of standard appendix PDFs (terms and conditions, data processing agreements, compliance certifications) and append the relevant ones per document type.
- 💡 Compress the final merged PDF if the appendix adds significant file size — reference tables and image-heavy supplementary pages can bloat the output.
- 💡 Add bookmarks for each appendix section by including them in the individual appendix PDFs before merging. The merge API preserves and concatenates bookmark trees from all source files.
Privacy & Security
All processing happens directly in your browser. Your files are never uploaded to any server — they remain on your device throughout the entire process. SublimePDF uses WebAssembly technology for fast, secure, client-side processing.
Works Everywhere
This tool works on any modern browser — Chrome, Firefox, Safari, or Edge — on desktop, tablet, or mobile. No software to install. PDF is an open ISO standard supported by all major platforms.
How to Append Appendix To PDF — FAQ
Can I append pages to a PDF without changing the original?
Is there a limit to how many files I can merge?
Will page numbers continue sequentially?
Can I append specific pages from another PDF instead of the whole file?
Related Guides
How to Add Page Numbers to PDF
Adding page numbers to a PDF makes documents easier to navigate and reference. Whether it's a report, manuscript, or legal document, SublimePDF lets you add customizable page numbers in seconds.
How to Convert Scanned PDF to Text
Scanned PDFs are essentially images — you can't select or search the text. OCR (Optical Character Recognition) technology converts these image-based PDFs into searchable, editable text. SublimePDF's OCR tool handles this conversion right in your browser.
How to Fill Out a PDF Form Online
Many important forms — tax documents, applications, contracts — come as PDF files. SublimePDF lets you fill them out directly in your browser without printing, handwriting, and scanning.