Managed NX macro output pdf file

2022-08-10T22:33:04Z

Summary


Details

PDF file created by PrintPDFBuilder is corrupted in NX managed mode which does not happen in NX Native mode.

Platforms
All Platforms Unknown
Release Versions
NX V2206
Solution

The reason is due to the setting below:

        printPDFBuilder1.Append = True

When the Append is set to False as below:

        printPDFBuilder1.Append = False

The problem goes away.

KB Article ID# PL8665598

Contents

SummaryDetails

Associated Components