Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,766 for

font

(0.06 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....additional resource files (such as fonts, images, and stylesheets) separately...Enable font hinting To adjust the display of outline fonts when...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  2. Barcodes Syntax and Properties | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode image without bars and text....This color is derived from the font of the corresponding barcode...Customizing Font and Placement of Barcode Text The font used to render...

    docs.groupdocs.com/assembly/java/barcodes-synta...
  3. Add watermarks to PDF documents | Documentation

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible...."This is a test watermark" , new Font ( "Arial" , 8 )); PdfArtifactWatermark...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....an artifact watermark" , new Font ( "Arial" , 8 )); textWatermark...annotation watermark" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  5. Add watermark annotation | Documentation

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for Java....defines the font of the annotation text defines the text font size allows...

    docs.groupdocs.com/annotation/java/add-watermar...
  6. PDF is misaligned if we use Textboxes in the Wo...

    When we use Text Boxes in a Docx file . Generated PDF is totally misaligned. See the attached documents for reference TestDocument.docx (30.5 KB) TestDocument.pdf (26.6 KB)...// Create load options with font substitution WordProcessingLoadOp...setDefaultFont("Arial"); // Set a default font if needed List<FontSubstitute>...

    forum.groupdocs.com/t/pdf-is-misaligned-if-we-u...
  7. Add Watermark to Documents while Conversion in ...

    Document conversion is one of the most frequent processes that endures across a lot of industries. Sometimes, it is the business need to put a watermark on the resultant document after conversion. For example, you want to convert a Word document to PDF or PowerPoint PPT/PPTX to PDF with a watermark (text or image) in all the PDF pages. GroupDocs.Conversion for .NET and Java gives you such an option. It possesses a class WatermarkOptions with rich properties such as:...rich properties such as: Text/Font Color Width Height Background...

    blog.groupdocs.com/conversion/add-watermark-to-...
  8. Add text field annotation | Documentation

    The page describes how to add text field annotation to a document programmatically using GroupDocs.Annotation for Java....of the text font defines the size of the text font allows you...

    docs.groupdocs.com/annotation/java/add-text-fie...
  9. Watermarks in Word document | Documentation

    This article explains how to add watermarks in word processing document in Java....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); //Some settings...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); WordProcessingTextEf...

    docs.groupdocs.com/watermark/java/watermarks-in...
  10. Add a Watermark to Converted Document | Documen...

    Learn how to add a watermark to a document after converting it to another format using GroupDocs.Conversion for Python via .NET.... font : The font name used for the watermark...

    docs.groupdocs.com/conversion/python-net/develo...