hexagon logo

PDF printing pop up even with printing turned off

I'm not sure if someone on another shift has possible turned something on but when I came in today, everytime I execute a feature using ctrl U/Q at the end I get the printing prompt below. Printing is turned off under File>Printing>Report Window Print Setup. We typically just produce .rtf and .dmo and rarely use pdf. Any idea how I can turn this off? 2022R1 is what we're using if that matters.

Attached Files
Parents
  • sounds like the "AMYUNI" issue

    open settings editor

    FIND "amyuni"

    Entry Name: DoNotUseAmyuniRTF
    Entry Type: Whole Number to specify RTF output option. Default value is 0.
    amyuni set value to 0

    DoNotUseAmyuniRTF is used to let pcdmis output RTF output in a more plain text output which allows 3rd party RTF parsers to work.
    This is mostly used when dimensions are being output in plain text mode. Not all reporting objects (such as the CAD reporting object,
    nor Text object for page number) do not output in this format.

    Output Option Key:
    0 - use Amyuni to generate the RTF. To do so, they generate a PDF and convert to RTF. Mostly images which result in a large file.
    RTF output uses Amyuni RTF output.

    1 - use the output setting at start of execution to determine what RTF out to use. People who do not use a PRINT command can use this.
    RTF output uses the old style RTF if you have selected the RTF output option via the Report Print Options dialog box before the program was executed.
    Setting the PRINT/REPORT command to RTF will not work correctly for this value.

    2 - force pcdmis to use MS RTF control to generate RTF output. People who use the PRINT command to output plaintext RTF use this.
    RTF output uses the old style RTF even if you have not set the option to “Print to RTF” in the Report Print Setup dialog box before the program was executed.
    This is useful for the Blade program where the wrong control would be used for reporting resulting in nothing being output if the flag was set to 1.
    Under all conditions the correct text object is used to display text in the report window.​
Reply
  • sounds like the "AMYUNI" issue

    open settings editor

    FIND "amyuni"

    Entry Name: DoNotUseAmyuniRTF
    Entry Type: Whole Number to specify RTF output option. Default value is 0.
    amyuni set value to 0

    DoNotUseAmyuniRTF is used to let pcdmis output RTF output in a more plain text output which allows 3rd party RTF parsers to work.
    This is mostly used when dimensions are being output in plain text mode. Not all reporting objects (such as the CAD reporting object,
    nor Text object for page number) do not output in this format.

    Output Option Key:
    0 - use Amyuni to generate the RTF. To do so, they generate a PDF and convert to RTF. Mostly images which result in a large file.
    RTF output uses Amyuni RTF output.

    1 - use the output setting at start of execution to determine what RTF out to use. People who do not use a PRINT command can use this.
    RTF output uses the old style RTF if you have selected the RTF output option via the Report Print Options dialog box before the program was executed.
    Setting the PRINT/REPORT command to RTF will not work correctly for this value.

    2 - force pcdmis to use MS RTF control to generate RTF output. People who use the PRINT command to output plaintext RTF use this.
    RTF output uses the old style RTF even if you have not set the option to “Print to RTF” in the Report Print Setup dialog box before the program was executed.
    This is useful for the Blade program where the wrong control would be used for reporting resulting in nothing being output if the flag was set to 1.
    Under all conditions the correct text object is used to display text in the report window.​
Children
No Data