I’m unable to convert the attached file to PDF. I tried both in our environment (version "asposewordscloud": "25.7.0") and on the Aspose demo site — in both cases I get a 500 error:
Cannot insert a node of this type at …...Saving; var doc = new Document("part-of-real...-aspose-doesnt-work.docx"); doc.Save("output.pdf", SaveFormat...
Convert HTML to JPG in PHP using REST API. Save HTML as JPG using PHP....'####-#### , '######### ); $doc = "Input.html" ; $request = new...new SplitDocumentOnlineR ( $doc , "jpg" , NULL , NULL , NULL...
Convert a Word Document to Image in Swift using REST API. Save a Word Document as Image using Swift....(configuration: config); let doc = InputStream (url: URL (string:...SplitDocumentOnlineR (document: doc, format: "jpg" , zipOutput: true...
Convert a Word Document to PNG in Swift using REST API. Save a Word Document as PNG using Swift....(configuration: config); let doc = InputStream (url: URL (string:...SplitDocumentOnlineR (document: doc, format: "png" , zipOutput: true...
Convert a Word Document to PNG in PHP using REST API. Save a Word Document as PNG using PHP....'####-#### , '######### ); $doc = "Input.docx" ; $request = new...new SplitDocumentOnlineR ( $doc , "png" , NULL , NULL , NULL...
Convert TEXT to GIF in Dart using REST API. Save TEXT as GIF using Dart....wordsApi = WordsApi(config); final doc = (await File ( 'Input.txt' )...request = SplitDocumentOnlineR(doc, 'gif' , zipOutput: true ); final...
Convert TEXT to Image in Dart using REST API. Save TEXT as Image using Dart....wordsApi = WordsApi(config); final doc = (await File ( 'Input.txt' )...request = SplitDocumentOnlineR(doc, 'jpg' , zipOutput: true ); final...
Convert TEXT to Image in Ruby using REST API. Save TEXT as Image using Ruby....new doc = File.open( 'Input.txt' ) request...SplitDocumentOnlineR .new( document: doc, format: 'jpg' , zip_output:...
Convert TEXT to SVG in Swift using REST API. Save TEXT as SVG using Swift....(configuration: config); let doc = InputStream (url: URL (string:...SplitDocumentOnlineR (document: doc, format: "svg" , zipOutput: true...
Convert a Word Document to JPG in Ruby using REST API. Save a Word Document as JPG using Ruby....new doc = File.open( 'Input.docx' ) request...SplitDocumentOnlineR .new( document: doc, format: 'jpg' , zip_output:...