You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The format of input file, (\"docx\", for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. In regular conversion, the input file format taken from the input file name and this field ignored.
674
+
*/
675
+
publicformat: string;
676
+
668
677
publicconstructor(init?: Partial<LoadOptions>){
669
678
670
679
Object.assign(this,init);
@@ -6932,12 +6941,24 @@ export class ConvertDocumentDirectRequest {
0 commit comments