Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 2,276 for

list

(0.07 sec)
  1. 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....archive area to package sources list RUN sed -i '.bak' 's/$/ contrib/'...contrib/' /etc/apt/sources.list # Add default fonts RUN apt-get...

    blog.groupdocs.com/watermark/using-custom-fonts...
  2. Digital Signature - esign XLTM documents | Grou...

    Digital signature (eSignature) for XLTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign XLTM documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/xltm
  3. Digital Signature - esign DOTX documents | Grou...

    Digital signature (eSignature) for DOTX made easy with GroupDocs Signature. Create your electronic digital signatures and esign DOTX documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/dotx
  4. Digital Signature - esign PPTM documents | Grou...

    Digital signature (eSignature) for PPTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPTM documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/pptm
  5. Digital Signature - esign PNG documents | Group...

    Digital signature (eSignature) for PNG made easy with GroupDocs Signature. Create your electronic digital signatures and esign PNG documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/png
  6. Digital Signature - esign CSV documents | Group...

    Digital signature (eSignature) for CSV made easy with GroupDocs Signature. Create your electronic digital signatures and esign CSV documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/csv
  7. 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.... The full list of supported properties for...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....filters allows you to specify a list of valid file extensions for...

    docs.groupdocs.com/search/java/document-filteri...
  9. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....filters allows you to specify a list of valid file extensions for...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full List of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage.... For the full list of supported document formats...

    docs.groupdocs.com/metadata/java/working-with-m...