Question
How can export object to gif file?
How can export object to file.gif?
i try this code, but file.gif is not valid.
var strImg=strImg_Folder +"/test.gif" ;
var file = new File(strImg);
oTargetObject.exportFile (ExportFormat.JPG,file);
How can export object to file.gif?
i try this code, but file.gif is not valid.
var strImg=strImg_Folder +"/test.gif" ;
var file = new File(strImg);
oTargetObject.exportFile (ExportFormat.JPG,file);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.