Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,769 for

font

(0.05 sec)
  1. 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...
  2. Bootstrap v3: What Has Changed in the New Version

    Introduction In one of my previous articles I talked about using the Bootstrap CSS framework in web projects. Exactly 2 years after the very first release of Bootstrap to the open world by the ex-Twitter developers we have now Bootstrap v3 - the new version of the most popular CSS framework. I’m calling it the most popular because of the recently announced results from the meanpath source-code search engine which shows that 1% of websites nowadays are using Bootstrap.... Glyphicons use font files # The next important change...previous articles, Using Web Icon Fonts – Best Practices . That’s right...

    blog.groupdocs.com/total/bootstrap-v3-what-has-...
  3. 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...
  4. 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...
  5. The issue of being unable to edit a PDF convert...

    After converting a PDF file to a PPTX file, it cannot be edited, and the error message displayed is: “Editing text does not support Type 3 Fonts.” What is the reason for this? If we subscribe to the paid version, will it…...text does not support Type 3 fonts.” What is the reason for this...paid version, will it support font editing, and will it retain...

    forum.groupdocs.com/t/the-issue-of-being-unable...
  6. Get Image Representation of Document Pages

    Getting image representation of document pages is one of the most successful feature that is already implemented in .NET version of the API. Keeping your interest in view, we’ve now implemented this feature for Java developers. GroupDocs.Comparison for Java 19.6 allows you to save document comparison results in image format as well. What does it take to implement such a feature? You just have to pass the output folder path to convertToImages method and API will take care of conversion mechanism itself.... Bug Fixes Font detection exception Word separation...

    blog.groupdocs.com/comparison/get-image-represe...
  7. 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/net/barcodes-syntax...
  8. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); // Add watermark...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. 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...
  10. Add watermarks to PDF documents | Documentation

    The watermarking Java 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/java/add-watermark...