Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 3,181 for

parser

(0.06 sec)
  1. 通過 C++ 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 PPTX 文件中提取文本和圖像。...Slides C++ Parser 通過 C++ 從 PPTX 文檔中提取文本和圖像 PNG...OpenOffice 等任何軟件。 Online PPTX Parser Live Demos Extract text and...

    products.aspose.com/slides/zh-hant/cpp/parser/p...
  2. 通過.NET從PPT文檔中提取文本和圖像 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上的 PPT 文件中提取文本和圖像。...NET Parser 通過.NET從PPT文檔中提取文本和圖像 PNG JPG...OpenOffice 等任何軟件。 Online PPT Parser Live Demos Extract text and...

    products.aspose.com/slides/zh-hant/net/parser/ppt/
  3. Convert PUB to PDF | Java | Aspose.PUB

    Convert PUB to PDF using Java API on Windows, Linux and Mac OS X. Publisher conversion functionality that is easy to integrate into your own solution....// Load PUB file IPubParser parser = PubFactory. createParser...// Parse file Document doc = parser. parse (); // Convert PUB to...

    products.aspose.com/pub/java/conversion/pub-to-...
  4. View & Edit Excel Metadata Free Online - Free O...

    Free Online Edit Excel Spreadsheet properties: title, author, subject, keywords and more....Splitter Comparison Annotation Parser Watermark Search Replace Rotate...Splitter Comparison Annotation Parser Metadata Watermark Search Replace...

    products.aspose.app/cells/metadata
  5. 使用文档编程 | Aspose.PUB for C++

    要使用 Aspose.PUB for C++ 编写 PUB 文件,首先要编辑描述其属性(如作者、瓦片、公司、语言等)的文件元数据。...:: SharedPtr < IPubParser > parser = PubFactory :: CreateParser(filePub);...SharedPtr < Document > document = parser -> Parse(); 13 14 document...

    docs.aspose.com/pub/zh/cpp/programming-with-doc...
  6. Convert PUB to PPTX in Java

    This concise tutorial shows how to change PUB to PPT with Java. It starts with the steps to configure the development environment, followed by a complete explanation and code sample to demonstrate the process of converting PUB to PPTX in Java....approaches for initializing a parser using either a file or a stream...

    kb.aspose.com/pub/java/convert-pub-to-pptx-in-j...
  7. Convert PUB to Word in C#

    This quick topic demonstrates how to convert PUB to Word in C#. It outlines the procedure beginning with setting up your environment, followed by the algorithm and a sample code to highlight all elements regarding the steps to convert Publisher files to Word in C#....several overloads to create a parser either from a stream or a file...

    kb.aspose.com/pub/net/convert-pub-to-word-in-cs...
  8. Different File Formats and Conversions|Aspose.S...

    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....XML Parser Specification (XPS) About XPS The XML Parser Specification...through Aspose.Slides for C++ XML Parser Specification (XPS)...

    docs.aspose.com/slides/cpp/different-file-forma...
  9. Aspose Word to HTML Conversion – Content Contro...

    Hi, When I convert a Word document to HTML (either online using the link below or programmatically), I encounter an issue: the inner content of content controls is not wrapped with a <div> tag in the HTML structure. Why…...accomplished using an HTML parser in your programming language...

    forum.aspose.com/t/aspose-word-to-html-conversi...
  10. Frequently Asked Questions | Aspose.PUB for C++

    Get answers to all the most frequent questions about Aspose.PUB for C++, which is a comprehensive API for manipulation, Conversion and editing .pub files....System::SharedPtr < IPubParser > parser = PubFactory::CreateParser(...System::SharedPtr < Document > document = parser -> Parse(); 5 // Convert PUB...

    docs.aspose.com/pub/cpp/faq/