Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,427 for

htmldocument

(0.11 sec)
  1. Converting Between Formats – C# Examples

    Learn how to convert HTML, MHTML, EPUB, and SVG to PDF, XPS, DOCX, PNG, and other formats using Aspose.HTML for .NET....code 10 using HTMLDocument document = new HTMLDocument(code, "."...

    docs.aspose.com/html/net/converting-between-for...
  2. 档案

    档案...指定从本地磁盘读取输入文件的路径 //使用 var doc = new HTMLDocument(dataDir + "Sample.html");...URL using var doc = new HTMLDocument("YOUR URL GOES HERE"); var...

    blog.aspose.com/zh/html/download-image-from-url...
  3. Ինչպես փոխարկել HTML-ը JPG-ի C#-ում

    Այս հակիրճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել HTML-ը JPG-ի C#-ում: HTML-ը JPG C# կոդի փոխարկելու համար և տրամադրվում են միջավայրի կազմաձևման մանրամասն քայլեր:...սկավառակից՝ օգտագործելով HTMLDocument դասի օրինակը՝ այն JPG-ի...

    kb.aspose.com/hy/html/net/how-to-convert-html-t...
  4. 网络辅助功能规则 – 使用 Aspose.HTML for Java 进行检查

    了解如何使用 Aspose.HTML 的 AccessibilityRules 类,该类是 WCAG 2.0 要求、成功标准和技术的资料库。...object of the HTMLDocument 20 final HTMLDocument document = new...new HTMLDocument(htmlPath); 21 // Check the document 22 ValidationResult...

    docs.aspose.com/html/zh/java/web-accessibility-...
  5. 使用 Python 更改 HTML 背景颜色

    学习使用 Aspose.HTML for Python via .NET 为 HTML 文档设置背景颜色。提供多种实现方式的可直接使用的 Python 示例。... HTMLDocument (document_path) as doc:...document 15 document = ah. HTMLDocument (document_path) 16 17 #...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  6. Creating a Custom Message Handler – Aspose.HTML...

    The article provides general information on creating custom message handlers using Aspose.HTML for .NET....configuration 16 using HTMLDocument document = new HTMLDocument(documentPath...

    docs.aspose.com/html/net/message-handlers/custo...
  7. 检查颜色对比度 – Aspose.HTML for Java

    了解无障碍网页的对比度最佳实践,并使用 Aspose.HTML for Java 检查颜色对比度。让所有用户都能阅读网站。...29 30 final HTMLDocument document = new HTMLDocument(documentPath);...22 23 final HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/zh/java/check-color-contrast/
  8. Extract Images from HTML – C# code

    Extract images from HTML programmatically using the Aspose.HTML C# library....using ( var document = new HTMLDocument(documentPath)) { // Collect...BaseURI property of the HTMLDocument class. For each absolute...

    products.aspose.com/html/net/images/extract/
  9. CSS Extensions – CSS Vendor Prefixes

    Learn about CSS provider prefixes and see Aspose.HTML for Java example of how to use CSS extensions to create custom markup in document margins....document 30 HTMLDocument document = new HTMLDocument( "<div>Hello...

    docs.aspose.com/html/java/css-extensions/
  10. Edit HTML with Python

    Let us edit HTML with Python. Aspose.HTML for Python via .NET is an enterprise-level SDK for the creation and modification of HTML pages programmatically....initializing an object of the HTMLDocument class. Access the paragraph...

    blog.aspose.com/html/edit-html-with-python/