Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 622 for

parser

(0.04 sec)
  1. 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...
  2. Portable Document Format (PDF)|Aspose.Slides Do...

    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....PresentationML (PPTX, XML) XML Parser Specification (XPS)...

    docs.aspose.com/slides/cpp/portable-document-fo...
  3. Portable Document Format (PDF)|Aspose.Slides fo...

    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....PPT to PPTX conversion XML Parser Specification (XPS)...

    docs.aspose.com/slides/php-java/portable-docume...
  4. Aspose.Slides for Android via Java Features|Asp...

    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....Format (PDF) 5 Support for XML Parser Specification (XPS) 6 Support...

    docs.aspose.com/slides/androidjava/aspose-slide...
  5. Programming with Documents | Aspose.PUB for C++

    To code PUB files with Aspose.PUB for C++ start with editing the file Metadata that describes its properties like author, tile, company, language, etc....:: SharedPtr < IPubParser > parser = PubFactory :: CreateParser(filePub);...SharedPtr < Document > document = parser -> Parse(); 13 14 document...

    docs.aspose.com/pub/cpp/programming-with-docume...
  6. PUB Converter API solution | C++

    Convert Microsoft Publisher files Programmatically via C++ library. Simple API solution to build your own PUB converter C++ project.... Create Parser and Parse via the Parse ()...dataDir + "flyer.pub" ; var parser = PubFactory.CreateParser(pubFile);...

    products.aspose.com/pub/cpp/conversion/
  7. Convert HTML, XHTML, Markdown, MHTML, EPUB and ...

    Convert HTML to PDF, XPS, Markdown, XHTML, MHTML and Images with few lines of code via Java library....and other formats, Java HTML Parser API is there to handle all...Convert HTML to Images Java html parser API built for reading, extracting...

    products.aspose.com/html/java/conversion/
  8. Efficiently Save .pub File Conversion Output to...

    Using a stream as the output ensures efficient handling of large files, proper resource management, and flexibility of the output destination.... Creates and use a parser to parse the Publisher file..."halloween-flyer.pub" ; var parser = PubFactory.CreateParser(fileName);...

    products.aspose.com/pub/net/output-to-stream/
  9. MS Publisher file manipulation API | .NET

    C# ASP.NET VB.NET Publisher API to parse, process and convert MS Publisher files. Code pub files on Mac, Windows, Linux, and anywhere....pub" ; var parser = PubFactory.CreateParser(pubFile);...CreateParser(pubFile); var pubtopdf = parser.Parse(); Aspose.Pub.PubFactory...

    products.aspose.com/pub/net/
  10. Extract all Header Text and Level from PDF Docu...

    Please provide code Parser all header text from an existing PDF document....9:22pm 1 Please provide code parser all header text from an existing...

    forum.aspose.com/t/extract-all-header-text-and-...