I know I can uncheck the box each time I wish to convert the document, but is there a way of making this the default?
In Visio you can export document to PDF/XPS format via code with
ExportAsFixedFormat method. This method have parameters:
ColorAsBlack,
IncludeBackground and
IncludeStructureTags. Each of these parameters have default value, which is
TRUE.
You can write simple one line macro like
as in the example for change these parameters...
