LibreCAD Printing and PDF Export: Scale, Paper Size, and Output Configuration
A guide to configuring print output in LibreCAD, covering print scale calculation, paper size selection, print area settings, and PDF export for sharing technical drawings with clients and contractors.
LibreCAD Printing and PDF Export: Scale, Paper Size, and Output Configuration
LibreCAD is a model-space-only application — it does not have paper space layouts or viewports like AutoCAD. This means printing requires careful scale configuration directly in the print dialog. This guide covers the complete printing and PDF export workflow.
Print Scale Calculation
Understanding Scale
In model space, you draw at 1:1 (actual size). When printing, you reduce the drawing to fit paper. The print scale determines this ratio:
| Scale | 1mm on paper = | Use case | |-------|---------------|----------| | 1:1 | 1mm in drawing | Full size, detail drawings | | 1:5 | 5mm in drawing | Large details | | 1:10 | 10mm in drawing | Small details | | 1:20 | 20mm in drawing | Room layouts | | 1:50 | 50mm in drawing | Floor plans | | 1:100 | 100mm in drawing | Site plans | | 1:200 | 200mm in drawing | Large site plans |
Text and Dimension Sizing
Since there are no viewports, text and dimensions must be drawn at the size that will appear correct when printed at scale:
- For 1:50 scale, 2.5mm text on paper = 2.5 × 50 = 125mm in the drawing
- For 1:100 scale, 2.5mm text on paper = 2.5 × 100 = 250mm in the drawing
Set text height and dimension arrow sizes accordingly in Options > Current Drawing Preferences.
Printing Configuration
Step-by-Step Print Setup
- File > Print Preview (to see how the drawing will fit on paper)
- File > Print
- Select printer from the list
- Set paper size:
- A4 (210 x 297mm) — small drawings
- A3 (420 x 297mm) — standard architectural
- A2 (594 x 420mm) — large architectural
- A1 (841 x 594mm) — presentation drawings
- Set orientation: Portrait or Landscape
- Set print scale (e.g., 1:50)
- Set print area:
- Window: Click two corners to define the print area
- Drawing: Prints all visible entities
- Extents: Prints the bounding box of all entities
- Position the drawing on the page using the offset controls
- Click Print
Print Preview
Always use Print Preview before printing:
- File > Print Preview
- The drawing displays with a paper boundary overlay
- Adjust scale and position in the preview
- Verify:
- All geometry fits within the paper boundary
- Text is legible at the chosen scale
- Dimensions are not overlapping
- Title block is within the printable area
- Click Print when satisfied
PDF Export
Exporting to PDF
- File > Export > PDF
- Set paper size and orientation
- Set scale (same as printing)
- Set print area (window, drawing, or extents)
- Choose file location and name
- Click Export
PDF Quality Settings
LibreCAD exports vector PDF by default, which is ideal for technical drawings:
- Vector PDF: scalable, crisp at any zoom level, small file size
- Text is searchable in the PDF
- Lineweights are preserved
Multi-Page PDF
LibreCAD does not support multi-page PDF export natively. For multi-sheet drawing sets:
- Export each drawing as a separate PDF
- Use a PDF merge tool (PDFsam, pdftk, Adobe Acrobat) to combine them
Common Printing Issues
Issue: Drawing Is Too Small or Too Large on Paper
Cause: Wrong print scale. Fix: Calculate the correct scale. Measure the drawing extents (View > Info > Drawing Extents), then divide by the paper printable area. For example, if the drawing is 42000 x 29700mm and paper is A3 (420 x 297mm printable area ~ 400 x 277mm), the scale is 42000/400 = 105, so use 1:100.
Issue: Text Is Illegible at Print Scale
Cause: Text height too small for the chosen scale.
Fix: Calculate required text height: desired_printed_height × scale_factor. For 2.5mm text at 1:50: 2.5 × 50 = 125mm. Update text height in the drawing.
Issue: Lineweights Not Showing in Print
Cause: Lineweights not enabled in print settings. Fix: In the Print dialog, check "Print with lineweights". Also verify that layers have non-zero lineweights assigned.
Issue: Drawing Is Offset on Paper
Cause: The print origin is not centered. Fix: In Print Preview, use the centering controls to position the drawing. Or set the offset to center the drawing extents on the page.
Issue: PDF Opens But Is Blank
Cause: Print area is set to "Window" but no window was defined. Fix: Set print area to "Drawing" or "Extents", or redefine the window by clicking two corners in the preview.
Print Standards Checklist
Before printing, verify:
- [ ] Print scale is correct (e.g., 1:50)
- [ ] Paper size matches title block size
- [ ] Orientation matches title block orientation
- [ ] All layers that should print are set to "Print"
- [ ] No-plot layers (viewport refs, construction) are set to "No Print"
- [ ] Text height is appropriate for the print scale
- [ ] Dimension text is legible
- [ ] Lineweights are enabled
- [ ] Title block is within the printable area
- [ ] Drawing is centered on the page
Multi-Page PDF Workaround
Since LibreCAD doesn't have a PUBLISH command for multi-page PDF output, you'll need a workaround for multi-sheet drawing sets. The most common approach is to print each layout to a separate PDF file, then merge them using a free tool like PDFsam or pdfunite. While this adds a step, it gives you more control over individual sheet settings. Another option is to use a virtual PDF printer like PDF24 or Bullzip that can append to an existing PDF file — print the first sheet to create the PDF, then print subsequent sheets appending to the same file. For teams that regularly produce multi-sheet sets, this limitation is one of the main reasons to upgrade to QCAD Professional, which has a proper PUBLISH command.
Print Scale Calculation Reference
Calculating the correct print scale in LibreCAD requires understanding the relationship between drawing units, paper size, and print scale. LibreCAD works in model space units — if you draw in millimeters, a 1:50 print scale means 50mm on the drawing equals 1mm on paper. The key formula is: text height in drawing units = desired text height on paper × print scale factor. For example, if you want 2.5mm text on a 1:50 scale drawing, set text height to 2.5 × 50 = 125mm in the drawing. The same applies to dimension text, arrow sizes, and lineweights. Common print scales and their text height calculations: 1:20 scale needs 50mm text height for 2.5mm output, 1:50 needs 125mm, 1:100 needs 250mm, and 1:200 needs 500mm. Always test print on a single sheet before running batch output to verify the scale is correct. The quickest check is to measure a known dimension on the printed output with a physical ruler — if a 1000mm wall measures 10mm on a 1:100 print, the scale is correct.
Conclusion
Printing in LibreCAD requires manual scale configuration since the application lacks paper space layouts. The key is calculating the correct text and dimension sizes for your intended print scale before you start drawing. Always use Print Preview to verify the output before committing to paper or PDF. By following the scale calculation formulas and print checklist in this guide, you can produce professional-quality prints from LibreCAD at any standard scale.
Source Verification
More Librecad Guides
workflow
LibreCAD 2D Drafting: Interface, Tools, and DXF Workflow for Technical Drawings
11 min read
workflow
LibreCAD DXF File Compatibility: Working with AutoCAD and Other CAD Systems
10 min read
workflow
LibreCAD Layer Management and Block Libraries: Organizing Drawing Components
10 min read
comparison
LibreCAD vs QCAD: Choosing the Right Open-Source 2D CAD Tool
10 min read
Related Printing Guides
Similar printing content for other CAD tools
Allplan
•printing
Allplan Drawing Production: Layouts, Title Blocks, Views, and Plotting Standards
12 min read
Corelcad
•printing
CorelCAD Plotting and PDF Export: CTB Configuration, Page Setups, and Batch Output
10 min read
Nanocad
•printing
nanoCAD Plotting and Print Standards: CTB Files, Page Setups, and Batch Output
11 min read