Sort Score
Result 10 results
Languages All
Labels All
Results 6,291 - 6,300 of 214,432 for

new

(0.15 sec)
  1. 加载或导入带有公式的CSV文件 via JavaScript|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++加载和导入包含公式的CSV文件。...arrayBuffer (); const loadOptions = new TxtLoadOptions (); loadOptions...true ; const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/load-or...
  2. External LaTeX packages | Aspose.TeX for Java

    Aspose.TeX API for Java allows the use of external packages, i.e. the ones that aren't included in the library itself like fancybox or pgfplots packages....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tex/java/external-latex-packages/
  3. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using Node.js via C++....Excel file const workbook = new AsposeCells . Workbook ( filePath...excel file const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  4. Saving Visio Document in PHP|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....$saveFileFormat = new SaveFileFormat (); $diagram = new Diagram ();...

    docs.aspose.com/diagram/java/saving-visio-docum...
  5. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents in Java using Aspose.Slides with precise layout, images and formatting preserved....presentation (PPT or PPTX) in new ways, you may benefit from converting...pres = new Presentation ( "sample.pptx" ); Document doc = new Document...

    docs.aspose.com/slides/java/convert-powerpoint-...
  6. XlsxSaveOptions.CompressionLevel | Aspose.Words...

    Discover the XlsxSaveOptions CompressionLevel property to optimize document saving with customizable compression settings for efficient file management.... Document doc = new Document ( MyDir + "Shape with...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions (); xlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions.... Added New Elements to the Aspose.Slides...has been extended with new elements. New elements related to PowerPoint...

    docs.aspose.com/slides/net/public-api-and-backw...
  8. Export Math Equations from Presentations in PHP...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for PHP via Java — preserve formatting and boost compatibility....presentation to MathML: $pres = new Presentation (); try { $autoShape...(); $mathParagraph -> add ( new MathematicalText ( "a" ) -> setSuperscript...

    docs.aspose.com/slides/php-java/exporting-math-...
  9. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....workbook Workbook workbook = new Workbook ( filePath ); //0-byte...array byte [] workbookData = new byte [ 0 ]; //Text save options...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  10. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...docx Document sourceDoc = new Document("A.docx"); // 加载目标文档B...docx Document destinationDoc = new Document("B.docx"); // 获取要复制的节(假设是第一个节)...

    forum.aspose.com/t/word-word-word/320564