← Back to the Gerber Viewer

How to Convert Gerber Files to PDF

Convert Gerber files to PDF for visual review, markup, and sharing while keeping the original Gerbers for PCB manufacturing.

Updated July 2026 · Online Gerber Viewer Team

Already have a ZIP or a folder of fabrication outputs? Open the free Gerber viewer and inspect the layers before you send them to a board house.

Converting Gerber files to PDF is useful when you need a visual copy of a PCB layer set for design review, purchasing notes, engineering sign-off, or a customer who should not need a Gerber viewer. A PDF can preserve a clean page layout and can be annotated in ordinary document tools. That makes it convenient for conversation, but it does not turn a PCB into a different manufacturing format.

The important distinction is that a PDF is a snapshot of the Gerber artwork. It may be vector or raster depending on how you create it, and it may show one layer or a colored stack of several layers. The manufacturer still needs the original Gerber files and drill data for fabrication. If you are preparing a board order, read what files to send to a PCB manufacturer before you substitute any review artifact for CAM files.

This site's Gerber viewer is a good first step because it lets you load the ZIP and confirm the layer alignment before you create a PDF copy. The viewer exports PNG and SVG images that can be printed to PDF if needed, but it does not export PDF directly.

Quick answer

To convert Gerbers to PDF, open the Gerber ZIP in a viewer such as gerbv or KiCad GerbView, verify the layers and drill alignment, then use that tool's PDF export or print-to-PDF path. Use the PDF for review and markup only; keep Gerber and Excellon files for PCB manufacturing.

Method 1: export a PDF from gerbv

gerbv is an open-source Gerber viewer commonly used on Linux and also available on other desktop platforms through package managers or builds. It can load Gerber layers and Excellon drill files together, set visible colors, and export the displayed result. For a straightforward Gerber-to-PDF conversion, open the files in gerbv, inspect the visible stack, and use File → Export → PDF when that option is available in your installed version.

The cleanest gerbv workflow starts with the same ZIP you would send to a board house. Extract it into a temporary folder, open the top copper, bottom copper, solder mask, silkscreen, board outline, and drill files, then turn layers on and off until the view communicates what the PDF is meant to show. For a top-side review PDF, you might show top copper, top mask openings, top silkscreen, drill hits, and the outline. For a simple outline PDF, hide the copper and keep only the mechanical profile.

After export, open the PDF in a normal PDF reader and zoom in on fine features such as pads, text, and drill marks. If the PDF was written as vector content, lines should stay crisp as you zoom. If the file appears soft or pixelated, the export path may have rasterized the view, which can still be acceptable for a quick email attachment but is less useful for detailed review.

Method 2: print or plot from an EDA viewer

If you still have access to the original PCB design tool, it may be better to create the PDF from the EDA environment or its Gerber viewer. KiCad, for example, includes GerbView for inspecting generated Gerber and drill files. EDA tools may also be able to print the board view or plot selected drawing layers to PDF from the PCB editor. Exact labels differ by tool and version, so treat this as a print or plot workflow rather than a universal menu recipe.

This method is useful when the PDF needs to include mechanical notes, title blocks, dimensions, or other information that does not belong in a raw Gerber image. It is also a good option if the PDF is for an internal design review where everyone understands that the document is a reference copy. If your goal is a manufacturing handoff, use the same EDA tool to regenerate the Gerber and Excellon package instead of relying on the PDF.

When the PDF comes from the original design tool, compare it against the exported Gerbers. It is possible for a board editor view to include construction layers, hidden references, or stale information that did not make it into the fabrication ZIP. The PDF should be a description of the actual release package, not a more attractive but different board state.

Method 3: print an exported image to PDF

A practical fallback is to render the Gerber view as an image and then print that image to PDF. This site can export PNG and SVG directly from the viewer. A PNG-to-PDF path is simple and works in most operating systems, but it rasterizes the board into pixels. An SVG-to-PDF path can remain vector if the application doing the print or conversion preserves vector shapes.

Use this method when you need a quick shareable file rather than a precision drafting document. Set the Gerber view to the exact layer combination you want, export the image, open it in a browser, image editor, or document editor, and print or save as PDF. Choose a high enough PNG resolution if the page will be printed on paper. Fine pitch pads and small silkscreen text can become hard to read if the raster image is too small.

Gerber-to-PDF method reference

MethodBest forKeeps vector?
gerbv PDF exportFree desktop conversion from loaded Gerber and drill files.Usually, when exported through the vector PDF path.
EDA print or plot to PDFReview packets with drawings, dimensions, or title blocks.Often, but it depends on the tool and print settings.
PNG image printed to PDFQuick email attachments and simple visual records.No. The board image is rasterized.
SVG image printed or converted to PDFCrisp documentation when the converter preserves vectors.Can, depending on the application used.

Verify in the viewer before making the PDF

Open the release ZIP in the Gerber viewer before you create the PDF. Confirm that the board outline appears, drills sit in the pads, and the layers you plan to show are actually present in the archive. This check catches missing outline files, missing drill files, wrong-side silkscreen, and stale exports before the PDF makes the problem look official.

If you discover that the PDF is being used because someone cannot open the original files, send them the viewer link or the guide on how to open Gerber files. That usually gives a better review than flattening the board into a document.

FAQ

Can I order a PCB from a PDF instead of Gerber files?
No. A PDF is useful for review, markup, and documentation, but PCB manufacturers normally need the original Gerber layer files plus Excellon drill files. Do not replace a fabrication ZIP with a PDF snapshot.
Is a Gerber-to-PDF export always vector?
Not always. Some tools export vector PDF, while print-to-PDF from an image is rasterized. If scale and crisp zoom matter, use a viewer or CAM tool that writes vector PDF directly.
Can one PDF show several PCB layers in color?
Yes, many workflows create a composite visual PDF with top copper, mask, silkscreen, drill hits, and outline shown in different colors. Treat it as a human-readable review image, not as CAM data.
What free tools can convert Gerbers to PDF?
gerbv is a common open-source option for exporting a loaded Gerber view to PDF. KiCad GerbView and print-to-PDF workflows can also work for review copies depending on the exact output you need.

Related guides