Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,554 for

font

(0.2 sec)
  1. Is it possible to set a 'FallbackFont' - Free S...

    Is it possible to set a default fallback Font when converting to PDF? I am aware of the DefaultFont property on certain LoadOptions classes. My use case that is that I have “try anything to convert” method which does n…...possible to set a default fallback font when converting to PDF? I am...the document is using Calibri font which is not available on a...

    forum.groupdocs.com/t/is-it-possible-to-set-a-f...
  2. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....A default font for Note document. The specified font will be used...used if a font is missing. An absolute path to the font file must...

    docs.groupdocs.com/conversion/net/load-note-doc...
  3. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...check if you have the particular font type “Harvey Balls” on your...(86.7 KB) contains 5 different font families: ‘Messina Sans Book’...

    forum.groupdocs.com/t/different-visualization-t...
  4. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the Font to be used for watermark Font Font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", Font); // Set watermark properties watermark....Initialize the font to be used for watermark Font font = new Font ( "Arial"...TextWatermark ( "Test watermark" , font ); // Set watermark properties...

    docs.groupdocs.com/watermark/java/adding-text-w...
  5. Redaction is failing in freeBSD 13 for potm fil...

    Hi Team, Redaction is failing for a potm file in freebsd with below exception. java.lang.NullPointerException: Cannot invoke "com.groupdocs.redaction.internal.c.a.s.pt.ne(boolean)" because "<local3>" is nul Code that …... Likely causes on FreeBSD Font / fontconfig Aspose.Slides relies...relies on the OS for font resolution and metrics when handling...

    forum.groupdocs.com/t/redaction-is-failing-in-f...
  6. PDF to PDF/A-2b conversion has incorrect glyph ...

    Hi I’m converting a PDF to PDF/A-2b, but it ends up with incorrect glyph width information, causing the letters to be spaced too far from each other. The same error occurs in these cases: PDF to PDF/A-1b PDF/A-1b ver…...testNumber=1), message=For every font embedded in a conforming file...information in the font dictionary and in the embedded font program shall...

    forum.groupdocs.com/t/pdf-to-pdf-a-2b-conversio...
  7. extracting fonts on GroupDocs Blog | Document A...

    extracting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extracting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java De......extracting fonts on GroupDocs Blog | Document Automation Solutions...Recent content in extracting fonts on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/extracting-fonts/inde...
  8. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...Initialize the font to be used for watermark Font font = new Font("Calibri"...controlled document", font); // Specify font color and text opacity...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  9. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....A default font for PDF document. The specified font will be used...used if a font is missing. An absolute path to the font file must...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  10. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....a default font for Note document. The specified font will be used...if a font is missing. specifies substitutes specific fonts from...

    docs.groupdocs.com/conversion/nodejs-java/load-...