Answered
JSX: Make document copy using Document.saveAs() without changing original filename
I need to make document copy to perform some operations on it.
Main problem, when I use Document.saveAs() is that I loose my original filename.
Is there any way to saving copy of existing document with modifying original filename?
