Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 3,541 for

parser

(0.13 sec)
  1. 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...
  2. Potential OOM / huge array allocation when pars...

    We found a serious stability issue while parsing certain EXIF/TIFF metadata. When the library parses EXIF MakerNote (tag 37500), an invalid / out-of-range offset may be treated as a valid address and used for further pr…...observed the following: the parser enters the MakerNote (tag 37500)...otherwise valid run the library parser against that modified image...

    forum.aspose.com/t/potential-oom-huge-array-all...
  3. Convert PUB to PDF | C++ | Aspose.PUB

    Convert PUB to PDF using C++ API on Windows, Linux and Mac OS X. Publisher conversion functionality that is easy to integrate into your own solution....:: SharedPtr < IPubParser > parser = PubFactory :: CreateParser(...SharedPtr < Document > document = parser -> Parse(); // Convert PUB...

    products.aspose.com/pub/cpp/conversion/pub-to-pdf/
  4. EnumerateMessages Interruption When Encounterin...

    Hello, We’re working with Aspose.Email for C++ and encountered an issue when using EnumerateMessages to retrieve email lists: When EnumerateMessages encounters a corrupted or unparsable email during enumeration, it thr…... When the parser meets a message that cannot...serEnabled(true) tells the parser to be more tolerant (it will...

    forum.aspose.com/t/enumeratemessages-interrupti...
  5. 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/
  6. PUB Converter API solution | .NET

    Convert Microsoft Publisher files Programmatically via C# library. Simple API solution to build your own PUB converter .NET project.... Creates and use a parser to parse the Publisher file..."halloween-flyer.pub" ; var parser = PubFactory.CreateParser(fileName);...

    products.aspose.com/pub/net/conversion/
  7. Features Overview|Aspose.Slides for Python Docu...

    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) You can...supported file formats to XML Parser Specification (XPS) documents...

    docs.aspose.com/slides/python-java/features-ove...
  8. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for C++: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently.... XML Parser Specification (XPS) All of...formats can be exported to XML Parser Specification (XPS) documents...

    docs.aspose.com/slides/cpp/features-overview/
  9. Features Overview|Aspose.Slides for Node.js via...

    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) You can...supported file formats to XML Parser Specification (XPS) documents...

    docs.aspose.com/slides/nodejs-net/features-over...
  10. 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...