Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,639 for

font

(0.07 sec)
  1. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all Fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...used fonts in the loaded document Getting all used fonts in the...able to collect and return all fonts, which are used inside the document...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  2. EditableDocument get html with inline styles - ...

    Hi, I am working with EditableDocument to get the complete html as string, I can see that the style is created on the head tag, Is possible to get the full html content but with inside styles?, example: <td style="widt…...margin-bottom:0pt; line-height:108%; font-size:12pt;">CORPORATE </p> </td>...'Balloon Text'; font-family: Tahoma; font-size: 8pt; font-weight: normal;...

    forum.groupdocs.com/t/editabledocument-get-html...
  3. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom Fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....is the ability to use custom fonts, enabling developers to incorporate...we’ll explore how to use custom fonts that are not installed on the...

    blog.groupdocs.com/watermark/using-custom-fonts...
  4. Set custom fonts | Documentation

    This article explains how to set custom Fonts when rendering documents with GroupDocs.Viewer within your .NET applications....documents / Set custom fonts Set custom fonts Leave feedback Many...formats are tightly bounded with fonts. For example, when user adds...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  5. List of Fonts Group Docs provide for PDF Conver...

    I want to know the list of Fonts that Groupdocs will provide for PDF Generation...List of Fonts Group Docs provide for PDF Conversion GroupDocs...I want to know the list of Fonts that Groupdocs will provide...

    forum.groupdocs.com/t/list-of-fonts-group-docs-...
  6. landings.min.css

    .admin_mGrid{padding:0;border-radius:4px !important;Font-size:16px;Font-weight:400;outline:0 !important;box-shadow:0 6px 1px -5px #666;border:0 !important;width:70%;margin:25px auto}.admin_mGrid th......important;font-size:16px;font-weight:400;outline:0...:#fff;font-size:18px;padding:10px;text-align:left;font-weight:400}...

    products.groupdocs.app/parser/css/landings.min.css
  7. site.min.css

    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt......video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article...background:#fcfcfc;--header-font-color:#000;--border-color:#...

    products.groupdocs.app/watermark/css-redesign/s...
  8. 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...
  9. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Initialize the font to be used for watermark Font font = new Font ( "Arial"...TextWatermark ( "Test watermark" , font ); // Set watermark properties...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  10. Adding text watermarks | Documentation

    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...