Skip to content

PDF & PostScript

LinkCAD can import PDF and PostScript files and export PostScript with configurable page layout.

Format Summary

FormatExtensionsImportExportLicense
PDF.pdfBasic
PostScript.ps, .epsBasic

Import Options

Pages

OptionDescriptionDefault
Page numberPage to convert (multi-page documents)1

Arc Resolution

OptionDescriptionDefault
Segments per 360°Number of line segments for a full circle72

Geometry

OptionDescriptionDefault
White areas as holesSubtract white shapes from colored shapesOff
Ignore clipping pathsSkip clipping path processingOff

Text

OptionDescriptionDefault
Explode all textConvert all text to polylinesOff
Explode special textConvert only unusual fonts to polylinesOff

Advanced

OptionDescriptionDefault
Pstoedit optionsAdditional command-line flags for pstoedit

PostScript Export Options

Paper Format

OptionDescriptionDefault
Paper sizeA3, A4, A5, A6, Executive, Folio, Legal, Letter, or CustomA4
Custom sizeWidth, height, and margins
LandscapeRotate page to landscape orientationOff

Layer Layout

OptionDescriptionDefault
Superimpose layersDraw all layers on single pageOn
Reverse orderSuperimpose with reversed layer orderOff
Separate verticallyStack layers vertically on pageOff
Separate horizontallyArrange layers side by sideOff
Layers per pageNumber of layers on each pageAll
Black & whiteIgnore layer colorsOff

Scaling

OptionDescriptionDefault
True scale (1:1)Preserve physical dimensionsOff
Custom scaleUser-defined scale factor1.0
Fit to pageScale to fill the pageOn

Arc Resolution

OptionDescriptionDefault
Segments per 360°Arc approximation quality72

Common Workflows

PDF → GDSII

Extract geometry from PDF documentation or mask review files.

GDSII → PostScript

Generate printable layout plots for design review.

DXF → PostScript

Create scaled printouts of mechanical drawings.

Technical Notes

  • PDF import converts vector graphics only — raster images embedded in PDFs are not imported
  • PostScript export includes a preview of the page layout
  • Multi-page PDF documents can be imported one page at a time
  • Text can be preserved as text entities or exploded to polylines for guaranteed visual fidelity

CLI / Command-File Options

These option keys can be used on the command line or in command files.

Import

KeyTypeDescription
PsInDrawTextintText handling — 1=explode all to paths, 2=explode special only
PsInIgnoreClipPathflagIgnore clipping paths
PsInPageintPage number to import (multi-page documents)
PsInPstoeditOptionsstringAdditional pstoedit command-line flags
PsInSubtractWhiteflagSubtract white regions from colored shapes

Export

KeyTypeDescription
PsOutStandardFormatintPaper size — 0=A3, 1=A4, 2=A5, 3=A6, 4=Executive, 5=Folio, 6=Legal, 7=Letter
PsOutFormatTypeintPaper format type — 0=standard, 1=custom
PsOutCustomPaperWidthValuefloatCustom paper width
PsOutCustomPaperLengthValuefloatCustom paper length
PsOutPaperMarginValuefloatPaper margin
PsOutPaperUnitsintPaper dimension units (see Units)
PsOutScaleModeintScaling mode — 0=1:1 absolute, 1=custom, 2=fit to page
PsOutCustomDbScalefloatCustom scale factor (when PsOutScaleMode=1)
PsOutDbScalefloatDatabase scale
PsOutLandscapeflagLandscape orientation
PsOutLayoutintLayer layout — 0=superimpose normal, 1=separate vertically, 2=separate horizontally, 3=superimpose reversed
PsOutLayerCountintLayers per page
PsOutBlackflagForce black & white output
PsOutPaperLengthPtintPaper length in points
PsOutPaperWidthPtintPaper width in points