Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,541 for

parser

(0.14 sec)
  1. 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...
  2. 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...
  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. Customizing the Ribbon XML with Python via .NET...

    Read, write, and manage Excel Ribbon XML customization using Aspose.Cells for Python via .NET API....must parse it using an XML parser or another Ribbon XML tool...

    docs.aspose.com/cells/python-net/customizing-th...
  5. Extract text and images from PPTX document usin...

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

    products.aspose.com/slides/net/parser/pptx/
  6. 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/
  7. 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/
  8. 使用文档编程

    要使用 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...
  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/