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

document parsing

(0.59 sec)
  1. 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...
  2. 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...
  3. PDF ↔ Word conversion (C++ vs Java) — fidelity ...

    Hi Aspose Team, We are evaluating Aspose for PDF ↔ Word conversions and have two focused questions: Conversion fidelity / feature parity • Is the C++ version equivalent to the Java version for bidirectional PDF↔Word…...support loading PDF documents. Loading PDF document is supported only...do not support loading PDF documents , could you please clarify:...

    forum.aspose.com/t/pdf-word-conversion-c-vs-jav...
  4. 合并相邻单元格|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...
  5. 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...
  6. 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...
  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. How to Put Page Number in PDF using C#

    This article contains information on how to put page number in PDF using C#. You will get the configuration details, program flow and a runnable sample code to add page numbers to PDF Document using C#....Insert Page Numbers in PDF Document using C# Set the IDE to use...Load the source PDF into the Document class object for adding pagination...

    kb.aspose.com/pdf/net/how-to-put-page-number-in...
  9. Create Table of Content in PDF using C#

    Create table of content in PDF using C#. Get the IDE settings, a list of steps, and a sample code to add table of contents to PDF using C#....contents Load the source PDF document and insert a page at the start...a page at the start of the document for the table of contents...

    kb.aspose.com/pdf/net/create-table-of-content-i...
  10. 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...