Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 572,601 for

html

(0.17 sec)
  1. Aspose.Words for Java word转html,签章遮盖了文字 - Free ...

    转换结果、原文件、转换前后对比图见附件。 使用的Aspose.Words for Java 20.5版本。 转换代码如下:word签章遮盖了文字.zip (608.3 KB) Document document = new Document(sourceFileName); HtmlFixedSaveOptions options = new HtmlFixedSaveOptions(); options.setUseTarge…...Words for Java word转html,签章遮盖了文字 中文技术支持 xiangma June 3...10:10am #6 @xiangma , 将DOC转换为Html Fixed时,签名图章图像也应保持透明。 为解决此问题,我们记录了一个单独的ID为...

    forum.aspose.com/t/aspose-words-for-java-word-h...
  2. Exception using Aspose.PDF to convert HTML to P...

    I am trying to use Aspose.PDF to convert an Html document to PDF and then return it to the browser using an HTTP Response. The relevant code is: Aspose.Pdf.HtmlLoadOptions plo = new Aspose.Pdf.HtmlLoadOptions(); Aspose…...PDF to convert HTML to PDF and Save to HttpResponse...use Aspose.PDF to convert an HTML document to PDF and then return...

    forum.aspose.com/t/exception-using-aspose-pdf-t...
  3. HTML to PDF throws exception on background-atta...

    Using Aspose.PDF .NET 10.6.0 it throws an exception if the attribute "background-attachment: initial;" is defined. Repro:new Document(new MemoryStream(File.ReadAllBytes("test.Html")), new HtmlLoadOptions()) Are there an…...HTML to PDF throws exception on background-attachment: initial;...MemoryStream(File.ReadAllBytes(“test.html”)), new HtmlLoadOptions()) Are...

    forum.aspose.com/t/html-to-pdf-throws-exception...
  4. 使用Aspose.word将html里的一个表格转为pdf,表格单元格样式会乱 - Free ...

    image.png (4.6 KB) image.png (14.1 KB)...word将html里的一个表格转为pdf,表格单元格样式会乱 Aspose.Words Product...8:59am #2 @847834757 , 您能附上 HTML 文件进行分析吗? 847834757 August 16...

    forum.aspose.com/t/aspose-word-html-pdf/269821
  5. High times in the conversion from HTML to PDF a...

    The Html to pdf conversion process is done using the Aspose.Html library in version 23.5.0, style sheets (css) are not used as an external resource and the images are sent in base64 format. The code used to perform thi…...times in the conversion from HTML to PDF and high memory consumption...(Azure and on-premise) Aspose.HTML Product Family BoomslangTech2023...

    forum.aspose.com/t/high-times-in-the-conversion...
  6. Loading Html or Mhtml documents with long lines...

    Hi, I am loading documents with Aspose.Pdf.Document(testFile, Aspose.Pdf.HtmlLoadOptions). When I do this with Html documents that have a long line and a dash, it will load with the next character missing after the dash…...Loading Html or Mhtml documents with long lines having dashes...HtmlLoadOptions). When I do this with html documents that have a long line...

    forum.aspose.com/t/loading-html-or-mhtml-docume...
  7. I want to get styles, formatting of table in ex...

    @eduardo.canal I have this: Table in Excel I want to get this table and convert to Html string with Html tags or anyway I can get styling, formatting of that excel table?...in html string Aspose.Cells Product Family excel-to-html Amrinder_Singh...dont want to return html i want to return html string means(excel...

    forum.aspose.com/t/i-want-to-get-styles-formatt...
  8. Html转pdf,未被p标签包裹复选框导出后,样式会变的问题 - Free Support F...

    使用aspose.word将Html转化为pdf后,复选框如果不能用p标签包裹,样式会变...Html转pdf,未被p标签包裹复选框导出后,样式会变的问题 Aspose.Words Product Family words-java...2023, 7:47am #1 使用aspose.word将html转化为pdf后,复选框如果不能用p标签包裹,样式会变 alexey...

    forum.aspose.com/t/html-pdf-p/272398
  9. How to fit all pages content into one page when...

    I am converting Html document to png. but I need all the content in the word into one png. could you please give me a solution? var byteArray = new List<byte[]>(); using (var inputStream = new MemoryStream()) { Ht…...into one page when converting html to png by using aspose.words...2023, 6:13pm #1 I am converting html document to png. but I need...

    forum.aspose.com/t/how-to-fit-all-pages-content...
  10. Creating bookmark wrapping around Run object co...

    using Aspose version 22.5 Run runR = paragraph.getRuns().get(0); builder.moveTo(runR); bkName = "Shape" + String.valueOf(shapeCounter); builder.startBookmark(bkName); BookmarkEnd bookmarkEndRun = new BookmarkEnd(documen…...which is getting removed in html conversion output. why ? solution...insertAfter(bookmarkEndRun, runR); Ex : HTML O/P : please visit go to <a...

    forum.aspose.com/t/creating-bookmark-wrapping-a...