Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 3,335 for

htmldocument

(0.05 sec)
  1. Aspose.Html.Converter.ConvertHTML, runaway memo...

    Our team is attempting to convert HTML documents to PDF using Converter.ConvertHTML(document, options, destination)). We have a few files that are causing out of memory exceptions, and have been able to isolate an exampl…...using (var document = new HTMLDocument(source)) { var options =...

    forum.aspose.com/t/aspose-html-converter-conver...
  2. CPU consumption when converting HTML to PDF - F...

    Hi Team, We are having a bit of trouble… when converting HTML to PDF, the CPU consumption is through the roof. Let me explain a bit better: We have a Soap WS in Framework 4.8 running in IIS. That receives “a lot” of re…...</body>\r\n</html>"; var doc = new HtmlDocument(); doc.LoadHtml(docText);...

    forum.aspose.com/t/cpu-consumption-when-convert...
  3. How to use XPath – Evaluate() method – Aspose.H...

    Learn how to use Aspose.HTML to navigate through HTML and select nodes by XPath Query; how to select all photos from HTML using XPath expressions....document 4 using (HTMLDocument doc = new HTMLDocument(Path. Combine...

    docs.aspose.com/html/net/how-to-articles/how-to...
  4. Markdown Converter – Convert Markdown Using Asp...

    Learn about supported Markdown conversions and consider Java example of how to convert Markdown to PDF using Aspose.HTML for Java....Convert Markdown to HTML 11 HTMLDocument document = Converter. convertMarkdown...

    docs.aspose.com/html/java/markdown-converter/
  5. Html to Tiff Conversion Throws OutOfMemory Exce...

    Hi Team I had an issue with Aspose Library while converting html page into Tiff image, it throws the OutOfMemomy issue. In my system we have enough memory i.e apto 5 GB. These is my stack trace. "Error Generating Inv…...static void CreateBitmap(HTMLDocument document, Stream destination)...

    forum.aspose.com/t/html-to-tiff-conversion-thro...
  6. HTML to PDF conversion runaway memory usage - F...

    Using the latest version (25.4) of Aspose.HTML for .NET, some HTML documents that we convert will go into a runaway memory usage. We have isolated the code to a console app and still see the same issue with all available…...Render(pdfDevice, htmlDocument); In the full system where...

    forum.aspose.com/t/html-to-pdf-conversion-runaw...
  7. Screen Reader Accessibility – C# Examples

    Learn how to design your website for screen reader accessibility and check alternative text against WCAG guidelines using Aspose.HTML for .NET....Initialize an HTMLDocument object 16 using (HTMLDocument document...document = new HTMLDocument(documentPath)) 17 { 18 ValidationResult validationResult...

    docs.aspose.com/html/net/screen-reader-accessib...
  8. Getting Java heap space error in below method -...

    We are encountering a heap memory error in the following line: document.save(byteArrayOutputStream, opts) The document size is only 229.4 kB, and the method is used to extract HTML text from all content controls.after …...Document htmlDocument = extractHtmlDoc(document);...

    forum.aspose.com/t/getting-java-heap-space-erro...
  9. 多媒体无障碍 – C# 示例

    了解如何使用 Aspose.HTML for .NET API 使所有用户都能访问多媒体并在 C# 中检查多媒体的可访问性。...Initialize an HTMLDocument object 13 using (HTMLDocument document...document = new HTMLDocument( "https://www.youtube.com/watch?v=Yugq1KyZCI0&t=4s"...

    docs.aspose.com/html/zh/net/multimedia-accessib...
  10. Markdown 转 HTML – 将 AI 聊天回复转换为网页

    了解如何使用 Aspose.HTML for .NET 将 Markdown 转换为 HTML、应用样式并美观地显示 AI 生成的内容。...Convert Markdown to HTML 21 HTMLDocument document = Converter. ConvertMarkdown...MemoryStream 将 Markdown 字符串转换为 HTMLDocument 。使用 Aspose.Html.Converters...

    docs.aspose.com/html/zh/net/convert-ai-markdown...