Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 3,198 for

parser

(0.06 sec)
  1. FormatException: System.FormatException: The he...

    Is there a way to diagnose which Header Name triggers it? How can I tell which one is it? The list of Headers: Received: DKIM-Signature: X-CSE-ConnectionGUID: X-CSE-MsgGUID: Message-Id: X-Amp-Result: Received: F…...otherwise malformed will cause the parser to raise the exception and...

    forum.aspose.com/t/formatexception-system-forma...
  2. Get a failure when converting PUB to PDF - Free...

    we got an error: Aspose.Pub.Exceptions.ConvertException: Can't create PDF font with name = Times New Roman --> PDF: Font Times New Roman was not found at #=zsedkhgG8ahbpm5MGaxElEpPK9w6z.#=zunhvw5McAVAr(TextStyle #=zC…...#=zbaLrUyon3CiD) Code: var parser = PubFactory.CreateParser(stream);...CreateParser(stream); var document = parser.Parse(); using var pubStream =...

    forum.aspose.com/t/get-a-failure-when-convertin...
  3. Parse Documents via Android Mobile Apps | produ...

    Parse PDF, Microsoft Word, Excel and PowerPoint Presentations via mobile android application. Extract Text or Images with ease....Parse PDF Document Explore File Parser Options with Android Parse...

    products.aspose.com/total/android-java/parse/
  4. Features Overview|Aspose.Slides for PHP Documen...

    Discover Aspose.Slides for PHP via Java: 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/php-java/features-overview/
  5. Microsoft publisher file extension API | Java

    Java library to parse, process and convert Publisher document formats to PDF. Implement the functionality into your own product....Load input PUB file IPubParser parser = PubFactory. createParser...file Document publisherToPdf = parser. parse (); // Convert Publisher...

    products.aspose.com/pub/java/
  6. Parse Documents via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/parse/
  7. C# API to Parse Markdown Files – Aspose.HTML fo...

    Markdown Parser C#. Use Aspose.HTML for .NET API features to parse Markdown content....a MarkdownParser object var parser = new MarkdownParser(); //...syntax tree var markdown = parser.ParseFile(input); // Create...

    products.aspose.com/html/net/parse-markdown/
  8. Features Overview|Aspose.Slides for Node.js via...

    Discover Aspose.Slides for Node.js via Java: 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/nodejs-java/features-ove...
  9. 常见问题| Aspose.PUB for C++

    获取有关aspose.pub的所有最常见问题的答案。...System::SharedPtr < IPubParser > parser = PubFactory::CreateParser(...System::SharedPtr < Document > document = parser -> Parse(); 5 // Convert PUB...

    docs.aspose.com/pub/zh/cpp/faq/
  10. 转换 PUB 文件 | Aspose.PUB for C++

    本文通过伪代码描述并演示了使用 Aspose.PUB for C++ 解决方案转换 Publisher 文件的功能。...System::SharedPtr<IPubParser> parser = PubFactory::CreateParser(filePub);...System::SharedPtr<Document> document = parser->Parse(); PubFactory::Crea...

    docs.aspose.com/pub/zh/cpp/convert-pub-files/