Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 3,149 for

parser

(0.17 sec)
  1. 档案

    档案...System::SharedPtr<IPubParser> parser = PubFactory::CreateParser(filePub);...:Pub::Document> document = parser->Parse(); // 将 PUB 文件转换为 PDF...

    blog.aspose.com/zh/pdf/convert-pub-to-image-usi...
  2. Extract text and images from ODP document using...

    C# source code to extract text and images from ODP file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....NET Parser Odp PNG JPG BMP TIFF ODP Parse...Microsoft or OpenOffice. Online ODP Parser Live Demos Other Supported...

    products.aspose.com/slides/net/parser/odp/
  3. Extract text and images from PPT document using...

    C# source code to extract text and images from PPT file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....NET Parser Ppt PNG JPG BMP TIFF PPT Parse...Microsoft or OpenOffice. Online PPT Parser Live Demos Other Supported...

    products.aspose.com/slides/net/parser/ppt/
  4. 使用文档编程

    要使用 Aspose.PUB for Java 对 PUB 文件进行编码,首先要编辑描述其属性(如作者、瓦片、公司、语言等)的文件元数据。... Copy 1 IPubParser parser = PubFactory. createParser...(fileName) ; 2 Document document = parser. parse () ; 3 4 document. ...

    docs.aspose.com/pub/zh/java/programming-with-do...
  5. PUB Converter API solution | Java

    Convert Microsoft Publisher files Programmatically via Java library. Simple API solution to build your own PUB converter Java project.... Create Parser and Parse via the Parse ()...Load input PUB file IPubParser parser = PubFactory. createParser...

    products.aspose.com/pub/java/conversion/
  6. PUB to PDF generates wrong background color - F...

    Hi, We are using Aspose Total Java license. If the PUB file contains Drop Shadow Rectangle component then converted PDF will turn in dark background color. java library: aspose-pub-22.8.jar Java Code: try { IP…...Java Code: try { IPubParser parser = PubFactory.createParser(inputFilePath);...file format Document doc = parser.parse(); PubFactory.createPdfConverter()...

    forum.aspose.com/t/pub-to-pdf-generates-wrong-b...
  7. Working with Outlook Distribution Lists using E...

    C++ Email Library API can be used to create and save Outlook Distribution list that is a collection of multiple contacts and read it from PST....Message Files with C++ Email Parser API Working with Follow Up...

    docs.aspose.com/email/cpp/working-with-distribu...
  8. 使用 Java API 转换 PUB 文件

    本文介绍了使用 Aspose.PUB for Java 解决方案转换 Publisher 文件的功能,并使用伪代码进行了演示。...Java 控制台或 WinForms 项目 指定一个名为 parser 的 IPubParser 对象,并将调用 类中 createParser...声明一个名为 doc 的 Document 对象,并将在 Parser 对象上调用 Parse 方法的结果赋给它。该方法使用先前创建的解析器解析...

    docs.aspose.com/pub/zh/java/convert-pub-files/
  9. Working with Outlook Notes|Documentation

    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....Outlook Contacts using C++ Email Parser Library Working with Outlook...

    docs.aspose.com/email/cpp/working-with-outlook-...
  10. 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/