Copy link to clipboard
Copied
When I try to get the name of a new document name an empty string is returned.
Why this is happening? Is it possible to get the "Untitled1.fm" that I see in Adobe FM 2015 application?
This is the FDK API call I use:
F_ApiGetString(FV_SessionId, docId, FP_Name);
Copy link to clipboard
Copied
Try FP_Label instead of FP_Name.