Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 213,950 for

new

(0.38 sec)
  1. Small inline image rendered at incorrect resolu...

    Description When converting a DOCX document containing a small inline image to HTML using Aspose.Words, the image is rendered with an incorrect resolution/scaling. As a result, the image appears visually distorted compa…...</span><span style="font-family:'Times New Roman'">Dimethylpentane</spa...HarfBuzz; new License().SetLicense("licensePath"); var doc = new Do...

    forum.aspose.com/t/small-inline-image-rendered-...
  2. Manage settings of Excel spreadsheet files with...

    Manage settings of Excel files using Aspose.Cells for JavaScript via C++.... Create a new workbook or load an existing...{ // Create a new workbook const workbook = new Workbook (); //...

    docs.aspose.com/cells/javascript-cpp/workbook-s...
  3. Keep Separators for Blank Rows while exporting ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...TxtSaveOptions const options = new TxtSaveOptions (); // Set KeepSeparatorsForBla...

    docs.aspose.com/cells/javascript-cpp/keep-separ...
  4. EmbeddedFontStyle | Aspose.Words for Java

    Specifies the style of an embedded font inside a FontInfo object in Java.... Document doc = new Document(getMyDir() + "Embedded...FileUtils.writeByteArrayToFile(new File(getArtifactsDir() + "Alte...

    reference.aspose.com/words/java/com.aspose.word...
  5. Export Comments while Saving Excel file to HTML...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...IsExportComments to true const opts = new HtmlSaveOptions (); opts . isExportComments...

    docs.aspose.com/cells/javascript-cpp/export-com...
  6. Export Similar Border Style When Border Style I...

    Learn how to export borders that are not supported by web browsers when converting Excel files to HTML using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Similar Border Style const opts = new HtmlSaveOptions (); opts . exportSimilarBorderS...

    docs.aspose.com/cells/javascript-cpp/export-sim...
  7. 使用JavaScript via C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript via C++获取Excel文件的最大区域、最大数据区域和最大显示区域。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/get-max...
  8. 将数据透视表保存为ODS文件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( 'fileInput' ); // Create a new workbook or load from selected...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/save-pi...
  9. Public API Changes in Aspose.Imaging 3.1.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... It includes not only new and updated public methods, added...0 has introduced a series of new classes, methods, enumerations...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Rotate PDF Pages with JavaScript via C++|Aspose...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically via JavaScript via C++...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/rotate-pages/