Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,427 for

htmldocument

(0.06 sec)
  1. Fine-Tuning Converters – Aspose.HTML for Python...

    Fine-tune HTML converters using Aspose.HTML for Python via .NET. Adjust page size, margins, quality, and more when rendering HTML to PDF, DOCX, or images....class, the method of the HTMLDocument class, or the render() method...using the method of the HTMLDocument class and the methods of...

    docs.aspose.com/html/python-net/fine-tuning-con...
  2. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...HtmlRenderer(); var htmlDocument = new Aspose.Html.HTMLDocument(inputStream...renderer.Render(pdfDevice, htmlDocument); File.WriteAllBytes("....

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...
  3. Network Timeouts – How to Set Using Aspose.HTML

    Learn how to set network timeouts in C#. Create a custom message handler for network operation timeouts using Aspose.HTML for .NET....configuration 16 using HTMLDocument document = new HTMLDocument(documentPath...configuration object. The HTMLDocument class will use the network...

    docs.aspose.com/html/net/message-handlers/netwo...
  4. Web Accessibility Check in Java – Errors and Wa...

    Learn how to check your website's accessibility for WCAG compliance using Aspose.HTML for Java...Initialize an HTMLDocument object 11 final HTMLDocument document =...= new HTMLDocument( "https://products.aspose.com/html/net/generators/video/"...

    docs.aspose.com/html/java/web-accessibility-check/
  5. Save Validation Results – Web Accessibility Che...

    Learn how to save website accessibility test results in different output formats (Text, JSON, and XML) using the Aspose.HTML .NET library....4 5 using (HTMLDocument document = new HTMLDocument(htmlPath))...4 5 using (HTMLDocument document = new HTMLDocument(htmlPath))...

    docs.aspose.com/html/net/web-accessibility-vali...
  6. Convert OneNote to Obsidian Markdown with Aspos...

    Sample code for convert OneNote to Obsidian using C#. Utilize the API example code for batch conversion of .one to .md files within VB.NET, Asp.NET, or any .NET-based application...Markdown HTMLDocument htmlDocument = new HTMLDocument(ms, "temp...; Converter.ConvertHTML(htmlDocument, options, mdFilePath); }...

    products.aspose.com/note/net/conversion/one-to-...
  7. Convert OneNote to Joplin Markdown with Aspose....

    Learn how to convert Microsoft OneNote (.one) files to Joplin Markdown (.md) using Aspose.Note for .NET. Step-by-step guide, code examples, and tips for seamless note format conversion....Markdown HTMLDocument htmlDocument = new HTMLDocument(ms, "temp...; Converter.ConvertHTML(htmlDocument, options, mdFilePath); }...

    products.aspose.com/note/net/conversion/one-to-...
  8. Convert OneNote to Zettlr Markdown with Aspose....

    Learn how to convert Microsoft OneNote (.one) files to Zettlr Markdown (.md) using Aspose.Note for .NET. Step-by-step guide, code examples, and tips for seamless note format conversion....Markdown HTMLDocument htmlDocument = new HTMLDocument(ms, "temp...; Converter.ConvertHTML(htmlDocument, options, mdFilePath); }...

    products.aspose.com/note/net/conversion/one-to-...
  9. Rendering Device – Aspose.HTML for Python via .NET

    Render HTML to PDF, XPS, DOCX, and images using PdfDevice, XpsDevice, DocDevice, and ImageDevice classes in Aspose.HTML for Python via .NET API.... HTMLDocument (code, "." ) 17 18 # Create...from the file 17 doc = ah. HTMLDocument (document_path) 18 19 #...

    docs.aspose.com/html/python-net/rendering-device/
  10. 沙箱 – 安全代码执行 – Aspose.HTML for .NET

    了解如何使用沙盒标记,并创建一个沙盒环境,在此环境中使用 Aspose.HTML for .NET 运行 C# 应用程序。... 使用 构造函数创建 HTMLDocument 类实例,该构造函数接收 HTML 文件路径和配置实例。...10 using (HTMLDocument document = new HTMLDocument(Path. Combine...

    docs.aspose.com/html/zh/net/sandboxing/