Greetings. I am attempting to create a command line script for use with FrameMaker12 and my question is in regards to the suppression of dialog screens when opening a FrameMaker (.fm) file/document. I have looked at the following resources for a solution
- FDK Programmer Guide
- FDK Programmer Reference
- https://help.adobe.com/en_US/framemaker/ini/WS21db8dcadd1bd70d-70df9e1b137c0b3668e-7fff.ht ml#WSc5f637258499b7f9624d3fad139df3c90db-8000
- Maker.ini
What I have noted is that the FM API allows a developer to control custom or pre-defined dialogs and there are various suppression options for different dialogs (i.e. - SuppressXMLWarnings, SuppressFontAlertOnOpen). However, I have been unable to locate if there is an API call to set an option to suppress ALL dialogs (regardless of the dialog) or a specific dialog ( in this case, a dialog that states a paragraph tag does not exist in the Paragraph Catalog)?
Is there an option or API call that suppresses all/specific dialogs? Also, can the various configuration options listed in maker.ini be accessed through the FM API?
Thank you in advance.