Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 11,458 for

css

(1.38 sec)
  1. Is there a way to customize the msg-to-x conver...

    Using Aspose.Email (java) to read a MSG file and output (temporary) MHTML and then saving as PDF - exactly like the demo code. Is there some step (probably saving the MSG to MHTML) where I can customize the output “temp…...Injecting custom formatting (HTML/CSS-like control) MhtSaveOptions...setAfterHeadersForma("<hr/>"); // add custom CSS opt.setCssStyles("table { font-family:...

    forum.aspose.com/t/is-there-a-way-to-customize-...
  2. Frequently Asked Questions – Aspose.HTML for Java

    Get quick answers to common questions about Aspose.HTML for Java. Understand its benefits, performance capabilities, and advanced features....document object model manipulation, CSS and JavaScript support, and high-quality...mentioned documents, we also support CSS, JavaScript, XPath and HTML5...

    docs.aspose.com/html/java/faq/
  3. HtmlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlFixedSaveOptions to enhance your document saving experience. Customize settings for optimal HtmlFixed format output....css file. Default value is "aw" ...set; } Specifies whether the CSS (Cascading Style Sheet) should...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Convert Document to HTML|Aspose.Words for Pytho...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using Python. You can also specify save options for managing the output document....information is exported as - aw - * CSS properties of the corresponding...images, fonts, and external CSS, are saved when a document is...

    docs.aspose.com/words/python-net/convert-a-docu...
  5. WOFF Fonts Knowledge Base

    WOFF fonts - streamlined for faster loading, cross-browser compatibility, and custom typography. Learn everything about WOFF format....them in your project’s HTML and CSS files using the @font-face rule...define a fallback font stack in CSS to make sure that if the specified...

    docs.aspose.com/font/net/what-is-font/woff-font/
  6. HtmlFixedSaveOptions.ResourceSavingCallback | A...

    Optimize your document exports with the HtmlFixedSaveOptions ResourceSavingCallback. Control image, font, and Css saving for enhanced HTML output....resources (images, fonts and css) are saved when a document is...".png" ) || f . EndsWith ( ".css" )), Is . EqualTo ( 6 )); Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  7. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveOptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable page setups for better output....Contains ( "<style type=\"text/css\">" + "@page Section_1 { size:419...Contains ( "style type=\"text/css\">" ), Is . False ); Assert ...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Python 中的 HTML 导航 - Aspose.HTML for Python via ...

    了解如何使用 Aspose.HTML for Python 通过 .NET 浏览 HTML 并检查其元素,以及 Css 选择器和 XPath 的用法。...API 浏览 HTML 文档并详细检查其中的元素; 如何使用 CSS 选择器和 XPath 查询浏览文档。 浏览 HTML 涉及访问和操作文档中的元素及其关系。...按类名检索元素。 使用 方法查询单个元素,或使用 方法查询与 CSS 选择器匹配的元素列表。 浏览 DOM 树 使用 或 属性访问元素的子元素。...

    docs.aspose.com/html/zh/python-net/html-navigat...
  9. Web Accessibility Check in Java – Errors and Wa...

    Learn how to check your website's accessibility for WCAG compliance using Aspose.HTML for Java...process by scanning HTML and CSS for accessibility issues – either...returns the specific HTML or CSS element in which the problem...

    docs.aspose.com/html/java/web-accessibility-check/
  10. Font size is out of range error when using setH...

    Description: We are using Cell.setHtmlString() in Aspose.Cells for Java. When the HTML contains Css like: <span style="font-size:0.75rem;">Upload</span> Aspose throws the following exception: com.aspose.cells.CellsE…... When the HTML contains CSS like: <span style="font-size:0...Cell.setHtmlString(...) This CSS is valid in standard HTML. If...

    forum.aspose.com/t/font-size-is-out-of-range-er...