Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 146,964 for

font

(0.1 sec)
  1. Text Formatting inside PDF using C++|Aspose.PDF...

    Learn how to apply text formatting within PDFs in C++ using Aspose.PDF to control text appearance....textFragment -> get_TextState () -> set_Font ( FontRepository :: FindFont...underline decoration" ); // Set the font for TextFragment fragment ->...

    docs.aspose.com/pdf/cpp/text-formatting-inside-...
  2. Filter Objects while loading Workbook or Worksh...

    Learn how to filter data while loading workbooks or worksheets using Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"..."/lic/aspose.cells.enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...

    docs.aspose.com/cells/javascript-cpp/filter-obj...
  3. System.NullReferenceException during Find and r...

    Hi, We use Aspose PDF for .Net “TextFragmentAbsorber” to replace texts in PDF (mailmerge) It is working as expected in local. Our code is hosted in Azure kubernetes, We do mailmerge on a particular template for all e…... Ensure required fonts are available on the Kubernetes...Kubernetes nodes (install the fonts used in the PDF template or copy...

    forum.aspose.com/t/system-nullreferenceexceptio...
  4. Insert and Append Documents|Aspose.Words for Py...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in Python....FAQ Q: How can I change the font size of the inserted content...paragraphs) and modify their font.size property. You can retrieve...

    docs.aspose.com/words/python-net/insert-and-app...
  5. Working with Tags | Aspose.Note Documentation

    A guide on how to use and implement tags in Java applications....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/java/working-with-tags/
  6. Aspose::Words::Saving::TxtSaveOptions class | A...

    Aspose::Words::Saving::TxtSaveOptions class. Can be used to specify additional options when saving a document into the Text format. To learn more, visit the documentation article in C++....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Edit DOCX In Java

    Edit DOCX in Java code....such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/words/java/edit/docx/
  8. Create formulas in LaTeX | Java API Solution

    Java API Solution to work with TeX. Includes the functionality to create math equations in LaTeX and save the result file as images....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/tex/java/latex-equations/
  9. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/words/java/compress/
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...based on paragraph width and font metrics. Test with a small document...&& runStart < lineEnd) { run.Font.HighlightColor = Color.Yellow;...

    forum.aspose.com/t/words-how-to-obtain-data-for...