Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 4,064 for

parser

(0.06 sec)
  1. PUB Converter API solution | .NET

    Convert Microsoft Publisher files Programmatically via C# library. Simple API solution to build your own PUB converter .NET project....PUB; // Load PUB file var parser = PubFactory.CreateParser(...); // Parse file var doc = parser.Parse(); // Convert PUB to...

    products.aspose.com/pub/net/conversion/
  2. Parse Documents via Java | products.aspose.com

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via your Java application. Extract Text or Images with ease....Parse PDF Document Explore File Parser Options with Java Parse DOC...

    products.aspose.com/total/java/parse/
  3. Does the API support for PUB to PDF/A - Free Su...

    Hi, I am using Aspose.Total license for java. Is there API support to convert Microsoft Publisher to PDFA? If there is, please provide if any example code. Regards Kalam...pdf conversion is IPubParser parser = PubFactory.createParser(args...file format Document doc = parser.parse(); PubFactory.createPdfConverter()...

    forum.aspose.com/t/does-the-api-support-for-pub...
  4. Edit Publisher | PUB Metadata | .NET

    Read Publisher files Metadata using cross-platform PUB .NET API Solution. On-premise .NET API gives access to SummaryInfo and DocSummaryInfo properties....PUB; // Load PUB file var parser = PubFactory.CreateParser(...); // Parse file var doc = parser.Parse(); // Edit company information...

    products.aspose.com/pub/net/metadata/pub/
  5. Microsoft Excel File Conversion via C++ | produ...

    Convert Excel XLS, XLSX, ODS, CSV to PDF, XPS, HTML, JPEG and other formats with just few lines of C++ code....Save Excel to Images C++ Excel Parser has the ability to export data...

    products.aspose.com/cells/cpp/conversion/
  6. Is the API support for PUB to PDF/A - Free Supp...

    Hi, I am using Aspose.Total license for java. Is there API support to convert Microsoft Publisher to PDFA? If there is, please provide if any example code. Regards Kalam...pdf conversion is IPubParser parser = PubFactory.createParser(args...file format Document doc = parser.parse(); PubFactory.createPdfConverter()...

    forum.aspose.com/t/is-the-api-support-for-pub-t...
  7. 16.8.0 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 16.8.0 Release Notes – the latest updates and fixes....<summary> /// Specifies HTML parser to parse conditional comments...<summary> /// Specifies HTML parser to parse conditional comments...

    docs.aspose.com/words/java/aspose-words-for-jav...
  8. txtloadoptions - Aspose.Cells for Python via Ja...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....Gets and sets preferred value parsers for loading text file. method...preferred value parsers for loading text file. parsers[0] is the parser...

    reference.aspose.com/cells/python-java/asposece...
  9. txtloadoptions - Aspose.Cells for PHP via Java ...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....Gets and sets preferred value parsers for loading text file. function...preferred value parsers for loading text file. parsers[0] is the parser...

    reference.aspose.com/cells/php/aspose.cells/txt...
  10. Read PUB files | C# .NET | Aspose

    Open Publisher files programmatically. On-premise .NET C# API solution to read PUB properties. Use it to integrate into your project....properties // Load PUB file var parser = PubFactory.CreateParser(...); // Parse file var doc = parser.Parse(); // Print document...

    products.aspose.com/pub/net/read-pub-file/