Sort Score
Result 10 results
Languages All
Labels All
Results 6,941 - 6,950 of 223,114 for

new

(3.32 sec)
  1. 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-...
  2. Regarding find the cell positions of images/cha...

    Is there any way to find the position of images/charts while select the image /chart. At client level mean When i select the image in the viewer I want the positions....(optional) String cellAddress = new CellReference(row, column).formatAsString();...Load workbook Workbook wb = new Workbook("input.xlsx"); Worksheet...

    forum.aspose.com/t/regarding-find-the-cell-posi...
  3. Convert JSON to Excel with Node.js via C++|Docu...

    Learn how to convert JSON to Excel file with Aspose.Cells for Node.js via C++....a Workbook object const wb = new AsposeCells . Workbook ( filePath...loading the file. const options = new AsposeCells . JsonLoadOptions...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  4. DigitalSignatureCollection Class | Aspose.Words...

    Discover the Aspose.Words DigitalSignatureCollection class, offering easy access to a read-only collection of digital signatures for secure document management.... Document doc = new Document ( MyDir + "Digitally...filename. SignOptions signOptions = new SignOptions { SignTime = DateTime...

    reference.aspose.com/words/net/aspose.words.dig...
  5. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert images format to the pdf please find the below code for that: using (var imageStream = New MemoryStream(inputBytes)) { using (var outputStream = New MemoryStream()) { var pdf = New Aspose…...that: using (var imageStream = new MemoryStream(inputBytes)) { using...outputStream = new MemoryStream()) { var pdf = new Aspose.Pdf.Document();...

    forum.aspose.com/t/failed-to-convert-image-type...
  6. How to Run Aspose.CAD in Multi-platform App UI(...

    Run Aspose.CAD in a Multi-platform App UI(MAUI).... click Create a new project to create a new project: In the Create...Create a new project window, select MAUI in the All project types...

    docs.aspose.com/cad/net/showcases/how-to-run-as...
  7. Installing Aspose.Tasks for Java | Aspose.Tasks...

    Discover how to install Aspose.Tasks in IntelliJ IDEA using Maven....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/installing-and-using...
  8. 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...
  9. 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-...
  10. 在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...