How-To GuidesMarch 17, 2026
Meidy Baffou·LazyPDF

How to Prepare PDFs for FDA Regulatory Submissions

Submitting documents to the US Food and Drug Administration (FDA) is a rigorous process where document formatting is not optional — it is regulatory. The FDA's Electronic Submissions Gateway (ESG) and the International Council for Harmonisation (ICH) eCTD (electronic Common Technical Document) standard specify in detail how PDF files must be structured, formatted, hyperlinked, and compiled for submissions including INDs (Investigational New Drug applications), NDAs (New Drug Applications), BLAs (Biologics License Applications), 510(k) submissions, and PMAs (Premarket Approval Applications). A PDF that does not meet FDA technical specifications may be rejected outright or require a complete resubmission, delaying drug approval timelines that can be worth millions of dollars per day. Understanding these requirements in detail — and implementing them correctly — is one of the most consequential document preparation tasks in the pharmaceutical and medical device industries. This guide covers the essential PDF technical requirements for FDA submissions, including the eCTD standard's specific formatting rules, hyperlink requirements, bookmark structure, font embedding, file size limits, and the sequence of steps for assembling a compliant submission package. Tools like LazyPDF assist with merging, page numbering, compression, and protection steps in the broader workflow.

FDA PDF Technical Specifications Overview

The FDA's technical specifications for PDF submissions are detailed in the FDA's 'Portable Document Format (PDF) Specifications' guidance document, last updated in 2018 and subject to revision. Key requirements include: PDF version: Files must be PDF 1.4 through PDF 1.7 (Acrobat 5.x through 8.x compatibility). PDF 2.0 and newer features are not currently accepted. Fonts: All fonts must be fully embedded. Non-embedded fonts cause rendering failures in FDA review systems. This is non-negotiable — every font in every file must be embedded. Verify via Acrobat's File > Properties > Fonts tab — all fonts should show 'Embedded Subset.' Page size: 8.5 x 11 inches (US Letter) for all submission documents. A4 or other page sizes are not accepted for US FDA submissions (though they may be required for EU EMA submissions). Page orientation: Portrait orientation required. Landscape pages are permitted for tables and figures that cannot be legibly presented in portrait. Margins: Minimum 1 inch on all sides for printed text. Headers and footers may be in reduced margin areas. Font sizes: Minimum 12-point for body text. Tables may use smaller text but must be legible in print — generally 8-point minimum. Color: Color is acceptable in figures and tables. All text content must be reproducible in black-and-white printing (no color-only information).

Bookmarks and Hyperlinks Requirements

FDA submissions must include extensive bookmark and hyperlink structures that allow reviewers to navigate efficiently through submissions that may run thousands of pages. Bookmarks: Every major section, subsection, table, figure, and appendix must have a corresponding bookmark. The bookmark hierarchy must mirror the document structure — a Section 2.3 subsection bookmark should appear as a child of the Section 2 bookmark. Bookmark text must be identical to the corresponding heading text. Collapsed bookmarks (showing only top-level headings by default) are preferred for long documents. Cross-document hyperlinks: In eCTD submissions, documents frequently cross-reference other documents in the submission. These cross-references must be implemented as active PDF hyperlinks, not just text references. A clinical overview that references a clinical study report must have a clickable link that opens the study report at the correct page. Within-document hyperlinks: Tables of contents, lists of tables, and lists of figures must be fully hyperlinked — each entry links to its respective content page. Review sequences: Hyperlinks in eCTD submissions use relative paths (../../m5/reports/study01.pdf) so the submission works correctly when placed in the eCTD folder structure on the FDA reviewer's system. Absolute paths or web URLs are not appropriate for cross-document links. Hyperlink destination visibility: When a reviewer clicks a cross-reference link, the destination PDF must open so the relevant content is visible at the destination — this means hyperlinks should target specific page locations and paragraphs, not just the beginning of the destination document.

  1. 1Set all PDF files to 8.5 x 11 inch page size with minimum 1-inch margins before creating final PDFs
  2. 2Embed all fonts in every document — verify using Acrobat's File > Properties > Fonts tab after export
  3. 3Create a comprehensive bookmark structure for each document that mirrors the heading hierarchy
  4. 4Add all TOC entries and list-of-tables/figures entries as active hyperlinks to their page destinations
  5. 5Implement cross-document hyperlinks using relative paths compatible with the eCTD folder structure
  6. 6Validate all hyperlinks by clicking through them in the context of the correct eCTD folder structure before submission

eCTD File Organization and Naming

The eCTD standard defines not just PDF formatting but the entire folder structure and file naming conventions for the submission. Non-compliance with the structure causes submission validation failures. File naming: Filenames must be lowercase, contain only letters (a-z), numbers (0-9), hyphens (-), and underscores (_). No spaces, special characters, or uppercase. Maximum filename length of 64 characters. Files must have the .pdf extension in lowercase. Folder structure: eCTD submissions follow a defined module structure: m1 (regional administrative information), m2 (summaries), m3 (quality), m4 (nonclinical study reports), m5 (clinical study reports). Within each module, the folder hierarchy corresponds to the section numbers in the eCTD specification. XML backbone: Each eCTD submission includes an XML backbone file (index.xml) that lists all documents, their hierarchical location, and operation codes (new, append, replace, delete). The backbone must be validated against the FDA's DTD schema before submission. File size: Individual PDF files are limited to 50MB by the FDA's electronic submission gateway. Files exceeding this limit must be split. For very long clinical study reports, the FDA may permit split documents with clear designation (e.g., -vol1.pdf, -vol2.pdf). LazyPDF's compress tool can reduce oversized PDFs to under the 50MB limit while maintaining quality. LazyPDF's split tool can divide documents that cannot be compressed sufficiently. LazyPDF's merge tool helps assemble module-level documents from section-by-section contributions. After assembly, LazyPDF's protect tool can add document integrity protection appropriate for submission documents.

Compressing Large Submission Documents

Clinical submissions often contain large volumes of data — statistical analysis outputs, clinical study results with many tables, and appendices with thousands of pages of source data. Managing file sizes within the 50MB limit requires strategic compression. Large submission PDFs typically contain: high-resolution images of figures and graphs, scanned signatures and consent forms, and complex table layouts. Compression strategies differ for each. For graphs and figures: Images embedded in text documents should be 150-200 DPI for screen display — adequate for FDA review. High-resolution images at 300+ DPI add substantial file size with no practical benefit for on-screen review. Pre-compress images before inserting them into the source documents. For scanned documents (signed forms, informed consent): Scan at 300 DPI in black and white for text-only pages. Apply CCITT Group 4 compression (lossless for B&W). For mixed content (text and signatures), grayscale at 150 DPI with JPEG compression at 80% quality produces good results. For existing PDFs that are too large, LazyPDF's compress tool applies intelligent compression to reduce file sizes. After compression, re-verify that fonts are still embedded and all hyperlinks still function — some aggressive compression tools strip embedded fonts. Ghostscript command-line compression gives precise control over compression parameters for batch processing: gs -sDEVICE=pdfwrite -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 produces high-quality compressed output appropriate for regulatory submissions.

Validating PDF Submissions Before Filing

Submission validation catches technical problems before they cause rejection. Multiple validation layers are needed. FDA's eSubmitter tool and the Electronic Submissions Gateway provide some validation at the time of upload, but this is a final check only — issues caught here require complete resubmission of the affected documents. CFR/eCTD validation tools: PDFCheckr (commercially available) and eCTD-specific validators like GlobalSubmit and Lorenz docuBridge perform detailed technical validation of eCTD submissions including PDF technical compliance, link validity, filename compliance, and XML backbone structure. Manual validation checklist should include: font embedding confirmed for all files, all bookmarks present and correctly hierarchical, all TOC hyperlinks functional, all cross-reference hyperlinks functional using relative paths, all filenames lowercase with no spaces or special characters, all files under 50MB, page size 8.5x11 for all content pages, minimum 12pt font for body text, and no encryption or security settings that restrict content copying (reviewers must be able to copy text for their review notes). Security settings: This is a common error. FDA submission PDFs must NOT have security settings that prevent copying text, printing, or document assembly. Even though you may want to protect the documents, these restrictions interfere with the FDA's review workflow. Open, unprotected PDFs are required for submission (security concerns are addressed through the ESG's secure transmission protocols). After validation, archive a complete copy of the submission package before filing, along with the validation reports. This archive is essential if questions arise about the submission's technical quality.

Frequently Asked Questions

What PDF version does the FDA require for submissions?

The FDA requires PDF versions 1.4 through 1.7 for electronic submissions. PDF 2.0 (Acrobat 9 and later features) is not currently accepted. When exporting PDFs for FDA submission, set the compatibility level to PDF 1.7 or lower in the export settings. Adobe Acrobat defaults to appropriate versions for most export paths, but verify this in the export dialog.

Do FDA submission PDFs need to be password protected?

No — and in fact, password protection and security restrictions are prohibited. FDA submission PDFs must be open documents with no access restrictions. The FDA's review workflow requires the ability to copy text for review notes, print for internal review, and perform document assembly. Security restrictions that block any of these operations will cause submission rejection. The security of the transmission itself is handled by the FDA's Electronic Submissions Gateway.

How do I handle a PDF submission document that exceeds the 50MB limit?

First, attempt compression — LazyPDF's compress tool or Ghostscript can often reduce files significantly. If compression is insufficient without unacceptable quality loss, split the document into volumes. The FDA allows split volumes labeled -vol1.pdf, -vol2.pdf, etc. with a cover page on volume 1 that explains the split. Update the eCTD XML backbone to reference all volumes. Ensure hyperlinks that cross volumes use relative path syntax and correctly reference the target volume's filename.

What is the eCTD and does my submission need to comply with it?

The eCTD (electronic Common Technical Document) is the standard format for submitting pharmaceutical regulatory information to the FDA and other major regulatory agencies. As of May 2018, the FDA requires eCTD format for NDAs, BLAs, efficacy supplements, and complete response letters for most applications. INDs transitioned to eCTD requirement progressively. Device submissions (510k, PMA) are still accepted in non-eCTD format but guidance encourages eCTD where practical. If you are submitting an NDA, BLA, or IND, eCTD compliance is essentially mandatory.

How do I create relative hyperlinks in PDFs for eCTD cross-references?

Relative hyperlinks in PDFs are most reliably created in Adobe Acrobat Pro using the Link tool. When creating a link that points to another document in the submission, use the 'Open a file' action type and browse to the relative path. Acrobat records the relative path if both files are in the correct eCTD folder structure on your hard drive when the link is created. Always test links by navigating to the submission's root folder and opening the PDF from there — not by opening it directly — to confirm relative paths resolve correctly.

Assembling a regulatory submission package? LazyPDF's merge tool combines multi-section documents, page-numbers tool adds consistent numbering, and compress tool brings large files under the 50MB submission limit — all free, in your browser.

Merge Submission Documents

Related Articles