Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 3,427 for

htmldocument

(0.07 sec)
  1. 在 Java 中将 HTML 转换为 MHTML – Aspose.HTML for Java

    使用 Aspose.HTML for Java API 将 HTML 转换为 MHTML。在 Java 代码示例中考虑各种 HTML 到 MHTML 的转换情况。...the file 4 HTMLDocument document = new HTMLDocument( "drawing...

    docs.aspose.com/html/zh/java/convert-html-to-mh...
  2. 可访问性验证器 – Accessibility Validator – Aspose.HTML...

    了解如何使用 Aspose.HTML for .NET 根据 WCAG 规则(例如原则、指南和标准)检查网站的可访问性。...object of the HTMLDocument class 13 using (HTMLDocument document =...= new HTMLDocument(documentPath)) 14 { 15 // Check the document...

    docs.aspose.com/html/zh/net/accessibility-valid...
  3. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...Document htmlDocument = Jsoup.parse(new File(htmlPath)..."UTF-8", ""); String html = htmlDocument.html(); //将html字符串转换为docx文档...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  4. Flatten PDF – C# Examples – Aspose.HTML for .NET

    Learn what it means to flatten PDF and how to convert HTML to PDF and flatten a PDF file using FormFieldBehaviour property in Aspose.HTML for .NET....file 7 using HTMLDocument document = new HTMLDocument(sourcePath);...

    docs.aspose.com/html/net/flatten-pdf/
  5. Convert Markdown to PDF in Python – Aspose.HTML

    Convert Markdown to PDF using Aspose.HTML for Python via .NET. Consider Markdown to PDF conversion scenarios in ready-to-use Python examples.... You need to pass the HTMLDocument , PdfSaveOptions , and output...file to an intermediate HTMLDocument 19 document = conv. Converter...

    docs.aspose.com/html/python-net/convert-markdow...
  6. 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...
  7. Time Logging – Convert HTML – Aspose.HTML for .NET

    You will find an Aspose.HTML C# example of custom message handlers to convert HTML from ZIP archive to PDF and log the execution time of this conversion....configuration 27 using HTMLDocument document = new HTMLDocument( "zip-file:///test...

    docs.aspose.com/html/net/message-handlers/time-...
  8. 用 Java 将 Markdown 转换为图像 – PNG、JPG、BMP、GIF、TIFF

    使用 Aspose.HTML for Java 将 Markdown 转换为 JPG、PNG、GIF、TIFF 和 BMP 等图片。考虑在 Java 代码中将 Markdown 转换为图片的情况。...Markdown to HTML document 13 HTMLDocument document = Converter. convertMarkdown...Convert Markdown to HTML 4 HTMLDocument document = Converter. convertMarkdown...

    docs.aspose.com/html/zh/java/convert-markdown-t...
  9. How to use XPath – Aspose.HTML for .NET

    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...
  10. 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...