Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 3,477 for

parser

(0.47 sec)
  1. Frequently Asked Questions | Aspose.PUB for Java

    Get answers to all the most frequent questions about Aspose.PUB for Java, which is a comprehensive API for manipulation, Conversion and editing .pub files.... Copy 1 IPubParser parser = PubFactory. createParser...(fileName); 2 3 Document doc = parser. parse (); 4 5 com. aspose...

    docs.aspose.com/pub/java/faq/
  2. Map Generating API for .NET

    Thanks to our API for .NET, you can quickly and easily generate various random maps of both real and fictional worlds....System Requirements Coordinate Parser and Converter API for .NET...your device in JPG format. GIS Parser and Converter for Geo coordinates...

    products.aspose.com/gis/net/generate-map
  3. Edit Publisher | PUB Metadata | Java

    Read Publisher files Metadata using cross-platform PUB Java API Solution that gives you access to SummaryInfo and DocSummaryInfo properties....// Load PUB file IPubParser parser = PubFactory. createParser...// Parse file Document doc = parser. parse (); // Set Language...

    products.aspose.com/pub/java/metadata/
  4. How to Convert PUB to PNG in C#

    This step by step tutorial elaborates how to convert PUB to PNG in C#. The C# in this tutorial converts each PDF page into a separate PNG image file....SetLicense method Create a parser for PUB file using PubFactory...

    kb.aspose.com/pub/net/how-to-convert-pub-to-png...
  5. Loading, Viewing and Parsing MSG file|Documenta...

    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....Email Parser App . Loading MSG Files The...

    docs.aspose.com/email/python-net/loading-viewin...
  6. Convert PUB to Word in Java

    This basic article explains how to convert PUB to Word in Java. It begins by guiding you through the environment setup, then walks through the process and provides sample code to explain each part of converting Publisher files to Word in Java....making it possible to create a parser from either a file or a stream...

    kb.aspose.com/pub/java/convert-pub-to-word-in-j...
  7. 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...
  8. 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/
  9. 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...
  10. 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...