Question
Setting the document to show the document title rather than file name by default for Adobe DC programatically
Hi,
How do we programatically set up the document properties such that it always shows the document title rather than the file name from the initial view ?
I'm using the below code to set the title of the document.
PDDocSetInfoAsASText(pdDoc,ASTextHolder("Title"),text);

