Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 15,192 for

section

(0.51 sec)
  1. RTF template width is not accommodating for all...

    Hello, I am facing an issue where we are generating RTF template with high column count or column width. When the overall column width exceeds a certain value it starts clipping the column at the right end (Example file…...writeln("{{/foreach REPORT_DATA}}"); for (Section sec : doc.getSections()) {...

    forum.aspose.com/t/rtf-template-width-is-not-ac...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – โซลูชันการแปลงรูปแบบ PDF สำหรับ Rust https://products.aspose.com/pdf/th/rust-cpp/conversion/ Recent content in โซลูชันการแปลงรูปแบบ PDF สำหรับ ......svg#aspose-buy ซื้อสินค้า overview section has-background-white-ter container...-example.js about-content section has-background-white-ter container...

    products.aspose.com/pdf/th/rust-cpp/conversion/...
  3. Manipulating PNG Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....demonstrated in the below section. Aspose.Imaging for Python...demonstrated in the below section. The purpose of these filter...

    docs.aspose.com/imaging/python-net/manipulating...
  4. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...trim()); // Iterate through sections and verify there are no paragraphs...content SectionCollection sections = documentWithTemplate.getSections();...

    forum.aspose.com/t/some-styles-were-not-copied-...
  5. Manipulating PNG Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....demonstrated in the below section. Aspose.Imaging for .NET API...demonstrated in the below section. The purpose of these filter...

    docs.aspose.com/imaging/net/manipulating-png-im...
  6. Which PDF Standard Is Better to Choose|Aspose.W...

    Choose the best PDF standard to export the result of your programming task in Node.js. Which PDF standard is better – PDF 1.7, PDF 2.0, PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, or PDF/UA....0 and Section 508. FAQ Q: What is the practical...complying with WCAG 2.0 and Section 508. Use PDF/UA when your audience...

    docs.aspose.com/words/nodejs-net/which-pdf-stan...
  7. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Java. Choose the best PDF standard to convert a document using Java.... In this section, we will take a closer look...Formula, or Non‑Unicode Symbol” section Unicode mapping for common...

    docs.aspose.com/words/java/learn-features-of-co...
  8. 在 C# 中操作 PDF 文档|Aspose.PDF for .NET

    本文包含有关如何验证 PDF 文档是否符合 PDF A 标准、如何处理目录、如何设置 PDF 到期日期等信息。...Title = title ; // Add the TOC section to the document tocPage . TocInfo...FontStyles . Bold ; // Create a section in the Pdf document var page...

    docs.aspose.com/pdf/zh/net/manipulate-pdf-docum...
  9. Working with Resources in Microsoft Project Fil...

    Learn how to create, update, and manage Microsoft Project resources in C# using Aspose.Tasks for .NET. Automate resource costs, calendars, attributes, overtime, and reporting without Microsoft Project installed.... This section provides a structured overview...Microsoft Project files. This section provides everything needed...

    docs.aspose.com/tasks/net/working-with-resources/
  10. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...paragraph text matches the section pattern if (Regex.IsMatch(paraText...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...