Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 3,170 for

parser

(0.15 sec)
  1. 5115036.xlsx

    Sheet1 id author title genre price publish_date description bk101 Gambardella, Matthew XML Developer's Guide Computer 44.95 2000-10-01 An in-depth look at creating applications with XML. bk102 Rall......2000-12-01 The Microsoft MSXML3 parser is covered in detail, with...

    docs.aspose.com/cells/it/go-cpp/import-xml-map-...
  2. 5115036.xlsx

    Sheet1 id author title genre price publish_date description bk101 Gambardella, Matthew XML Developer's Guide Computer 44.95 2000-10-01 An in-depth look at creating applications with XML. bk102 Rall......2000-12-01 The Microsoft MSXML3 parser is covered in detail, with...

    docs.aspose.com/cells/ja/go-cpp/import-xml-map-...
  3. 5115036.xlsx

    Sheet1 id author title genre price publish_date description bk101 Gambardella, Matthew XML Developer's Guide Computer 44.95 2000-10-01 An in-depth look at creating applications with XML. bk102 Rall......2000-12-01 The Microsoft MSXML3 parser is covered in detail, with...

    docs.aspose.com/cells/es/nodejs-cpp/import-xml-...
  4. 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
  5. 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/
  6. 使用文档编程 | Aspose.PUB for C++

    要使用 Aspose.PUB for C++ 编写 PUB 文件,首先要编辑描述其属性(如作者、瓦片、公司、语言等)的文件元数据。...:: SharedPtr < IPubParser > parser = PubFactory :: CreateParser(filePub);...SharedPtr < Document > document = parser -> Parse(); 13 14 document...

    docs.aspose.com/pub/zh/cpp/programming-with-doc...
  7. 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...
  8. 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...
  9. 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...
  10. 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/