Skip to main content

PDF export function

Good morning everyone, I am trying to develop a script to export a file, but I get some messages like overwrite the existing file or adjust the columns of the pdf, I would like to know how I could add code to always select that If in the popups.
Thank you very much 

Brian Element Thu, 09/30/2021 - 07:52

hi DavidIDEA,

You can add this line after the sub main line:

IgnoreWarning(True)

This will tell the script not to show any popups which is what you want.