On this page:
PDFDC
8.15.0.2

1.5 PDF Drawing Context🔗ℹ

class

class draw.PDFDC():

  implements PagedDC

  constructor (

    size :: PaperSize,

    ~output: output :: Path || Port.Output

  )

Creates a drawing context that produces PDF output. Be sure to use PagedDC.start and PagedDC.end around all drawing.