Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 544 Bytes

File metadata and controls

31 lines (24 loc) · 544 Bytes

ClosePDFDocument

Description

This will finish creating the PDF document that you started with OpenPDFDocument. This is intended to support Batch Export to PDF.

PROCEDURE ClosePDFDocument;
def vs.ClosePDFDocument():
    return None

Examples

ClosePDFDocument;
import vs

# This will finish creating the PDF document that you started with
# OpenPDFDocument.
vs.ClosePDFDocument()

Version

Availability: from VectorWorks12.5

Category