Question
Document.save() for old documents created in 2019 not works in InDesign Server CC2021
Hi All,
In our workflow we had some old documents created in year 2019.
Now when we opened those documents in 'InDesign Server CC 2021' and try to save the document with code
var objFile = File(strDocPath);
if(objFile.exists) {
objDoc = app.open(strDocPath);
}
if(objDoc)
{
if(!objDoc.saved) {
objDoc.save(File(strDocPath));
}
}
then it set the document size as 0 (zero).
Does anyone experienced such thing.
Let me know what could be the reason of it.
InDesign Server Version CC 2021 (16.4)
Mac OSX 10.14.6, Intel based.
Regards,
Alam
Regards,
Alam
