Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,015 for

full text search

(0.24 sec)
  1. Sign document with Stamp signature - advanced |...

     This article explains how to sign document with generated Stamp electronic signatures using advanced options with GroupDocs.Signature API....Search Product Solution GroupDocs...type) around stamp with own text, border settings, background...

    docs.groupdocs.com/signature/java/sign-document...
  2. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Search Product Solution GroupDocs...signedTypes . add ( SignatureType . Text ); signedTypes . add ( SignatureType...

    docs.groupdocs.com/signature/java/delete-signat...
  3. Get document info | GroupDocs

    This article explains how to detect document file type, page count, and file size with GroupDocs.Parser for Python via .NET....Search Product Solution GroupDocs...with text extraction..." ) text_reader = parser . get_text () if...

    docs.groupdocs.com/parser/python-net/get-docume...
  4. Extract Images from MSG using C#

    Learn how to extract images from MSG using C#. This guide provides C# code to extract images from MSG files, making email image extraction simple and efficient....Search Product Family GroupDocs.Parser...contents of an email, including text, metadata, attachments, and...

    kb.groupdocs.com/parser/net/extract-images-from...
  5. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Search Product Solution GroupDocs...docx" ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/java/esign-word-pr...
  6. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Search Product Solution GroupDocs...use stretch mode with adding text or images signatures into document...

    docs.groupdocs.com/signature/net/locating-signa...
  7. Generate signature preview | GroupDocs

    This topic explains how to get document signature preview in c#...Search Product Solution GroupDocs... including size, color, and text alignment, and how to generate...

    docs.groupdocs.com/signature/net/generate-signa...
  8. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Search Product Solution GroupDocs...$"Id: {temp.SignatureId}, Text: {temp.Text}" ); } } else { Console...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Search Product Solution GroupDocs...SignatureType > { SignatureType . Text , SignatureType . Image , SignatureType...

    docs.groupdocs.com/signature/net/delete-signatu...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Search Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...