Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 5,279 for

document parsing

(1 sec)
  1. Export MSG to DOTX via C++ | products.aspose.com

    C++ API to Convert MSG to DOTX without using Microsoft Word or Outlook...HTML by using Document class Save the document to DOTX format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/msg-to...
  2. 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...
  3. C# API to Export EMLX to DOTX | products.aspose...

    Convert EMLX to DOTX without using Microsoft Word or Outlook on .NET...converting documents. It supports a wide range of document formats...HTML by using Document class Save the document to DOTX format...

    products.aspose.com/total/net/conversion/emlx-t...
  4. Export EML to DOTX via C++ | products.aspose.com

    C++ API to Convert EML to DOTX without using Microsoft Word or Outlook...create, edit, and convert documents, emails, and images. It includes...Words for C++ is a powerful document processing API that enables...

    products.aspose.com/total/cpp/conversion/eml-to...
  5. C# API to Export EML to TEXT | products.aspose.com

    Convert EML to TEXT without using Microsoft Word or Outlook on .NET...HTML by using Document class Save the document to TEXT format...a ZIP file from downloads . Parse EML File via .NET Before converting...

    products.aspose.com/total/net/conversion/eml-to...
  6. Export MSG to DOCX via C++ | products.aspose.com

    C++ API to Convert MSG to DOCX without using Microsoft Word or Outlook...with other tasks related to document processing, such as creating... editing, and converting documents. Using Aspose.Total for C++...

    products.aspose.com/total/cpp/conversion/msg-to...
  7. Export MSG to PNG via C++ | products.aspose.com

    C++ API to Convert MSG to PNG without using Microsoft Word or Outlook...range of tasks related to document processing. It is a cost-effective...HTML by using Document class Save the document to PNG format...

    products.aspose.com/total/cpp/conversion/msg-to...
  8. 合并相邻单元格|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...
  9. Export OFT to WORDML via C++ | products.aspose.com

    C++ API to Convert OFT to WORDML without using Microsoft Word or Outlook...HTML by using Document class Save the document to WORDML format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/oft-to...
  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...