Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,198 for

parser

(0.13 sec)
  1. Customizing the Ribbon XML with Python via .NET...

    Read, write, and manage Excel Ribbon XML customization using Aspose.Cells for Python via .NET API....must parse it using an XML parser or another Ribbon XML tool...

    docs.aspose.com/cells/python-net/customizing-th...
  2. Extract text and images from PPT document via C...

    C++ example code to extract text and images from PPT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Slides C++ Parser Ppt PNG JPG BMP TIFF PPT Parse...Microsoft or OpenOffice. Online PPT Parser Live Demos PPT What is PPT...

    products.aspose.com/slides/cpp/parser/ppt/
  3. Extract text and images from ODP document via C...

    C++ example code to extract text and images from ODP file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Slides C++ Parser Odp PNG JPG BMP TIFF ODP Parse...Microsoft or OpenOffice. Online ODP Parser Live Demos ODP What is ODP...

    products.aspose.com/slides/cpp/parser/odp/
  4. Extract text and images from ODP document using...

    Java sample code to extract text and images from ODP file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Slides Java Parser Odp PNG JPG BMP TIFF ODP Parse...Microsoft or OpenOffice. Online ODP Parser Live Demos ODP What is ODP...

    products.aspose.com/slides/java/parser/odp/
  5. Aspose.Slides for Android via Java Features|Asp...

    Explore Aspose.Slides for Android via Java features compared to Aspose.Slides for Java, including support for PPT, PPTX and ODP, conversions and rendering....Format (PDF) 5 Support for XML Parser Specification (XPS) 6 Support...

    docs.aspose.com/slides/androidjava/aspose-slide...
  6. C# API to convert Publisher PUB files

    Convertion functionality of Publisher file using Aspose.PUB for .NET solution is described and demonstrated with the pseudocode in this article....Call the Parse method on the parser object to parse the .pub file..."halloween-flyer.pub" ; 5 6 var parser = PubFactory.CreateParser(fileName);...

    docs.aspose.com/pub/net/convert-pub-files/
  7. Parse PDF in Python: A Powerful Step-by-Step Guide

    Learn how to parse PDF in Python using Aspose.PDF for Python, the best Python PDF Parser. Extract text, tables, and images with step-by-step examples....accurate, and efficient Python PDF parser library. In this article, we...Aspose.PDF: Best Python PDF Parser Library Parse PDF and Extract...

    blog.aspose.com/pdf/parse-pdf-in-python/
  8. API to manipulate Publisher files in C#

    Programing PUB files with Aspose.PUB for .NET starts with editing the file Metadata that describes properties like author, tile, company, language, etc....pub" ; 4 5 IPubParser parser = PubFactory.CreateParser(pubFile);...CreateParser(pubFile); 6 Document document = parser.Parse(); 7 8 document.DocumentSummaryInfo...

    docs.aspose.com/pub/net/programming-with-docume...
  9. Customizing the Ribbon XML with C++|Documentation

    Learn how to customize the Ribbon XML in Excel files using Aspose.Cells with C++....have to parse it with an XML parser or other Ribbon XML tool. #include...

    docs.aspose.com/cells/cpp/customizing-the-ribbo...
  10. Microsoft publisher file extension API | C++

    PUB files manipulation API solution. C++ library to parse, process and convert MS Publisher document formats to PDF....pdf" ; System :: SharedPtr parser = PubFactory :: CreateParser(SourcPubFile);...System :: SharedPtr document = parser -> Parse(); PubFactory :: ...

    products.aspose.com/pub/cpp/