Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 29,514 for

tag

(0.12 sec)
  1. Aspose.PDF memory issues - Free Support Forum -...

    Hi, I’m operating on big pdf file (800MB), attached. I used Aspose.PDF for .NET, version 25.11 and 26.1. The desired result is to ensure in that file some metadata Tags, I prepared 2 versions of code to achieve that. …...ensure in that file some metadata tags, I prepared 2 versions of code...approach to ensure the metadata tag in such big pdf file? Is there...

    forum.aspose.com/t/aspose-pdf-memory-issues/325211
  2. 使用aspose words java出现堆外内存泄露 - Free Support Foru...

    背景 生产环境应用出现堆外内存泄漏的问题 堆内配置32G + 直接堆外 2G + FineIO读写 3G = 37G 实际不管是top还是pmap里看,应用总内存达到了51G,堆外占了17G,因此可以确定是堆外内存泄漏 排查过程 dump出来了内存块,一次打1G,全转化为txt给到我们这边,打开看,里面有大量的com.aspose.word.XXX相关对象名,以及后面跟着的一大堆符号 网上搜了一些资料,发现a…...com/tag/memoryleak 因此怀疑是word插件使用到此组件库导致的...

    forum.aspose.com/t/aspose-words-java/322980
  3. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...s/contract-authoring/auto-tagging/target/test-classes/aspose-licence"));...getChildNodes(NodeType.STRUCTURED_DOCUMENT_TAG, true)) { StructuredDocumentTa...

    forum.aspose.com/t/chinese-date-language-locale...
  4. HTML Tutorial – Basics – Aspose.HTML for .NET

    HTML Tutorial section helps you to learn some basic HTML, including how to use HTML elements and Tags, place text on a page, add images, use HTML colors, etc....Tutorial – DOM, HTML elements and tags, working with color, CSS selectors...how to use HTML elements and tags, place text on a page, add images...

    docs.aspose.com/html/net/tutorial/
  5. Working with Traditional Mail Merge Data Source...

    Use simplified syntax in template expressions to work with traditional Aspose.Words Mail Merge data source objects when building a report in C#....evaluated to such objects in foreach tags (see “Outputting Sequential...enumerable and use a foreach tag. Inside the loop you can access...

    docs.aspose.com/words/net/working-with-mail-mer...
  6. Convert HTML to MBOX via Java | products.aspose...

    Try the code sample to convert HTML files to MBOX format in Java. Download Java API to take your email processing applications to the next level....elements are represented by tags such as img, a, p and several...several others where each tag has start and end. It can also embed...

    products.aspose.com/email/java/conversion/html-...
  7. MailMerge | Aspose.Words for Java

    Represents the mail merge functionality in Java....whether the unused “mustache” tags should be preserved. getRegionEndTag()...Gets a mail merge region end tag. getRegionStartTag() Gets a mail...

    reference.aspose.com/words/java/com.aspose.word...
  8. Incorrect Decimal Separator in CSS for Fixed Ro...

    Hello, when exporting XLSX files with fixed rows to HTML, the generated CSS uses a comma as the decimal separator (e.g., top:13,25pt) instead of a dot, which is invalid in CSS. System Language is German. CultureInfo o…...What exactly is the attribute/tag name to check for the culprit...

    forum.aspose.com/t/incorrect-decimal-separator-...
  9. Horizontally Merged Cells - Free Support Forum ...

    I am trying to pull table structures out of documents using words-python (version 25.9.0). I need to be able to detect merged cells properly. The vertical merges seem to work as anticipated based on documentation. Howeve…...colspan attribute from the td tag. However, this doesn’t seem like...

    forum.aspose.com/t/horizontally-merged-cells/31...
  10. Remove image from HTML – C# – Aspose.HTML for .NET

    Learn the importance of removing unnecessary images from HTML and how to remove images programmatically using Aspose.HTML for .NET library....delete the corresponding <img> tag in your HTML code. Aspose.HTML...

    products.aspose.com/html/net/images/remove/