Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 613 for

parser

(0.02 sec)
  1. How to Convert PUB to PNG Image using Java

    In this tutorial you will learn how to convert PUB to PNG image using Java. This tutorial contains all the details to export PUB to PNG image in Java such that first the PUB file is converted to PDF that is finally converted to PNG image....create a parser for the input PUB file. This parser returns a...

    kb.aspose.com/pub/java/how-to-convert-pub-to-pn...
  2. 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/
  3. Convert PUB Files | Aspose.PUB for C++

    Convertion functionality of Publisher file using Aspose.PUB for C++ solution is described and demonstrated with the pseudocode in this article....pointer (System::SharedPtr) named parser of type using the method, passing...by calling the method on the parser object. The method reads and...

    docs.aspose.com/pub/cpp/convert-pub-files/
  4. 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....PPT to PPTX conversion XML Parser Specification (XPS)...

    docs.aspose.com/slides/java/portable-document-f...
  5. 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...
  6. 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...
  7. 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/
  8. 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...
  9. 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...
  10. 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...