Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 15,285 for

font loading

(0.17 sec)
  1. Watermark DOCX Files Online or using Java | pro...

    Free online app to Watermark different DOCX files. Java watermark library code for DOCX documents....reference within your project Load file the via Document class...class object Set options like font, color, layout Use getWatermark()...

    products.aspose.com/total/java/watermark/docx/
  2. C# API to Export EMAIL to ODT | products.aspose...

    Convert EMAIL to ODT without using Microsoft Word or Outlook on .NET...HTML, such as setting the font size, font color, and background color...to HTML by using Save method Load HTML by using Document class...

    products.aspose.com/total/net/conversion/email-...
  3. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...pdf" ); // Load the PDF file auto document =...textFragment -> get_TextState () -> set_Font ( FontRepository :: FindFont...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  4. Redact PDF Document Online or using Android Mob...

    Open and redact PDF document online via app for free. Android API code to search and replace PDF text....reference to android project Load PDF file using Document class...such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...

    products.aspose.com/total/android-java/redact/pdf/
  5. Split RTF File Online or using Android Mobile A...

    Free online app to split different RTF files. Android splitter library Java code for RTF documents.... Load the RTF document using Document...such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...

    products.aspose.com/total/android-java/split/rtf/
  6. Split DOTX File Online or using Android Mobile ...

    Free online app to split different DOTX files. Android splitter library Java code for DOTX documents.... Load the DOTX document using Document...such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...

    products.aspose.com/total/android-java/split/dotx/
  7. Latest Aspose.CAD Product Family topics - Free ...

    Get technical support of Aspose.CAD for .NET, Java and JasperReports....March 28, 2025 How to change font when exporting DWG file PDF...48 March 13, 2025 Unable to Load DGN File Using Aspose.CAD: Unsupported...

    forum.aspose.com/c/cad/19
  8. Issue Text : Box child can not be null - Free S...

    Hi, i have generating the pdf dynamically using c#. After appending the data to document, try to save the document using document.save or memory stream. During the time i have facing the below issue. Box child can not …...10px;'><span style='color: green;font-size: 14px;'>Supplier Response:</span></div>";...10px;'><span style='color: green;font-size: 14px;'>Supplier Response:</span></div>";...

    forum.aspose.com/t/issue-text-box-child-can-not...
  9. How to Populate PDF Form from Excel Data in Java

    This tutorial explains the process to populate PDF form from Excel data in Java. It contains the configuration details to load PDF and Excel both in the same program and a runnable sample code to auto fill pdf form from excel in java along with the detailed descriptions....Font Product Family Aspose.TeX Product...steps to load the template PDF file, methods to load and iterate...

    kb.aspose.com/pdf/java/how-to-populate-pdf-form...
  10. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...code snippet only changes the font color of the footnote text but...args) throws Exception { // Load the document Document doc =...

    forum.aspose.com/t/how-to-modify-footnote-conte...