Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 3,126 for

parser

(0.33 sec)
  1. Parsing Outlook Message Files|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....Email Parser App . Get an Item Type of a...

    docs.aspose.com/email/java/parsing-outlook-mess...
  2. Edit Markdown in C# – Aspose.HTML for .NET

    Code to edit Markdown files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MD file....a MarkdownParser object var parser = new MarkdownParser(); //...syntax tree var syntaxTree = parser.ParseFile(input); // Get a...

    products.aspose.com/html/net/editor/md/
  3. Features Overview|Aspose.Slides for Python Docu...

    Discover Aspose.Slides for Python via .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently.... XML Parser Specification (XPS) You can...supported file formats to XML Parser Specification (XPS) documents...

    docs.aspose.com/slides/python-net/features-over...
  4. The input string 'CreatorInfo' was not in a cor...

    We are observing an exception whenever we are trying to load some of the pdfs using code below Document document = new Document(pdfStream); Exception : The input string ‘CreatorInfo’ was not in a correct format Unfor…...load‑option that tells the parser to ignore metadata that cannot...

    forum.aspose.com/t/the-input-string-creatorinfo...
  5. java.lang.ClassCastException: class com.aspose....

    Hi team, wondering what might causing this error on load method. for input docx file attached ? throwing below error. java.lang.ClassCastException: class com.aspose.words.OfficeMath cannot be cast to class com.aspose.w…... It occurs when the parser encounters an OfficeMath object...

    forum.aspose.com/t/java-lang-classcastexception...
  6. -horz tag in Excel - Free Support Forum - aspos...

    I am using a foreach in my Excel file and wanted to know if some of the tags used in Word can also work in Excel. I understand the cellMerge -horz tag in Word and what this aims to accomplish, this works how I would exp…...template, the Cells mail‑merge parser treats the hyphen as an unexpected...

    forum.aspose.com/t/horz-tag-in-excel/321144
  7. 转换 Publisher PUB 文件的 C# API

    本文介绍了使用 Aspose.PUB for .NET 解决方案转换 Publisher 文件的功能,并使用伪代码进行了演示。...pub" ; 5 6 var parser = PubFactory.CreateParser(fileName);...CreateParser(fileName); 7 8 var doc = parser.Parse(); 9 10 Aspose.Pub.PubFactory...

    docs.aspose.com/pub/zh/net/convert-pub-files/
  8. 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/
  9. Parse Documents via .NET | products.aspose.com

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via your .NET application. C# code listed to extract text or images with ease....Parse PDF File Explore File Parser Options with .NET Parse DOC...

    products.aspose.com/total/net/parse/
  10. Issue with rendering qoute within If block in m...

    Hi, I have a merge field in my word document in the following way {IF {MERGEFIELD} myCondition}="Yes" "This text will show when condition is true" {MERGEFIELD feedbackText} " " "} In my case feedbackText again has …...contains a double‑quote, the parser interprets the first unescaped...

    forum.aspose.com/t/issue-with-rendering-qoute-w...