Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 1,567 for

notes

(0.05 sec)
  1. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....Leave feedback On this page Note XML Advanced Electronic Signature...

    docs.groupdocs.com/signature/net/sign-document-...
  2. 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.... close (); Warning Note that the origin of coordinates...png" ); watermarker . close (); Note Using of relative size and positioning...

    docs.groupdocs.com/watermark/java/adding-text-w...
  3. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format.... Note Please find more information...list of supported XMP schemes: Note GroupDocs.Metadata also provides...

    docs.groupdocs.com/metadata/java/working-with-x...
  4. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method.... Note Please refer to the to get more...EXIF specification). // Please note that the chosen ID may intersect...

    docs.groupdocs.com/metadata/java/working-with-e...
  5. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET.... Important note! Note GroupDocs.Editor for .NET...the is ignored. Important note! Note Unlike the editing process...

    docs.groupdocs.com/editor/net/edit-pdf/
  6. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....( stream_out , ro ) Please, note that you don’t have to use GroupDocs...

    docs.groupdocs.com/redaction/python-net/create-...
  7. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index.... search ( query ); Note that when indexed documents...

    docs.groupdocs.com/search/nodejs-java/separate-...
  8. Merge Open Document files | Documentation

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....odt" ); NOTE: You may merge other Open Document...

    docs.groupdocs.com/merger/java/merge/open-docum...
  9. Convertir XLSX en MD avec Node.js

    Apprenez à convertir des fichiers XLSX en MD avec Node.js de manière fluide et efficace. Ce guide vous aide à exporter des fichiers XLSX vers MD avec Node.js avec un formatage précis....les applications de prise de notes. Dans ce guide, nous vous expliquerons...

    kb.groupdocs.com/fr/conversion/nodejs/convert-x...
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iNote Not all possible properties...

    docs.groupdocs.com/metadata/nodejs-java/getting...