Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 6,000 for

document parsing

(0.07 sec)
  1. Convert JSON Format to PPT via Java | products....

    Parse JSON to PPT in Java without using Microsoft PowerPoint...to PPT via Java Java API to parse JSON format to PPT without using...Java, which can be used to parse JSON to PPTX and then convert...

    products.aspose.com/total/java/conversion/json-...
  2. Advanced operations in Node.js|Aspose.PDF for N...

    Aspose.PDF for Node.js via C++ can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers....programmatically, be they documents created with Aspose.PDF as...Working with Documents - compress, split, and merge documents and make...

    docs.aspose.com/pdf/nodejs-cpp/advanced-operati...
  3. 合并相邻单元格|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...., cell2Name ); // Given a document name, a worksheet name, and...cell2Name ) { // Open the document for editing. using ( SpreadsheetDocument...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  4. Field Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.Field class, your key to enhancing Microsoft Word Documents with dynamic fields for improved functionality and efficiency....Represents a Microsoft Word document field. To learn more, visit...the Working with Fields documentation article. public class Field...

    reference.aspose.com/words/net/aspose.words.fie...
  5. How to Convert PUB to PDF in C#

    This brief tutorial explains how to convert PUB to PDF in C#. This contains the details from the initial step of setting up the environment, then algorithm and a code snippet is presented to cover all the details related to the process to convert Publisher to PDF in C#....converting the parsed PUB file to a PDF document. Code to Convert...method to export the output PDF document while passing the file name...

    kb.aspose.com/pub/net/how-to-convert-pub-to-pdf...
  6. Rotate Text in Word using C#

    Rotate text in Word using C#. Get all the details to set the IDE, a list of steps and a sample code to flip the text in Word using C#....the Document class to flip text in the entire file Parse through...iterating all the sections in the document. Set the Section.PageSetup...

    kb.aspose.com/words/net/rotate-text-in-word-usi...
  7. Convert JSON Format to ODP in Android Apps | pr...

    Parse JSON to ODP in Android Applications without using Microsoft PowerPoint...JSON Format to ODP in Android Parse JSON format to ODP in Android...open standard for office documents and is supported by a variety...

    products.aspose.com/total/android-java/conversi...
  8. Convert ICS to DOC in Python | products.aspose.com

    Save ICS to DOC in your Python applications without using Microsoft Outlook or Word...the saved HTML file using Document Call the save method with...structured Word documents for documentation and reporting purposes...

    products.aspose.com/total/python-net/conversion...
  9. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...private byte[] convertToPdf(Document document) throws Exception { try...pdfOptions.setUpdateFields(false); document.save(bos, pdfOptions); return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  10. Need To parse PDF and Conversion PDF To Excel -...

    My requirement is as follows: I have a PDF that contains text, along with images and tables. I need to create an Excel file based on this PDF, where the data is organized exactly as it appears in the PDF. Is there a so…...Need To parse PDF and Conversion PDF To Excel Aspose.PDF Product...have attached a sample source document with the expected output....

    forum.aspose.com/t/need-to-parse-pdf-and-conver...