Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 31,111 for

groupdocs signature

(0.14 sec)
  1. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic Signature and its details...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/search-for-ele...
  2. ციფრული ხელმოწერა - DOCX დოკუმენტების | GroupDo...

    ციფრული ხელმოწერა (ე-ხელმოწერა) DOCX მარტივად გააკეთა Groupdocs ხელმოწერით. შექმენით თქვენი ელექტრონული ციფრული ხელმოწერები და ექადაგათ DOCX დოკუმენტები უფასოდ!...GroupDocs products Signature App ხელმოწერა docx ციფრული ხელმოწერა...ხელმოწერებით! დამზადებულია groupdocs.com და groupdocs.cloud . ჩამოაგდეთ...

    products.groupdocs.app/ka/signature/docx
  3. Working with metadata in WordProcessing documen...

    Groupdocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...variable fields of the pdf GroupDocs.Editor Product Family csharp...feature is supported by GroupDocs.Signature. Below is the code snippet...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  5. Introducing Support for Images in Java E-Signin...

    We are really delighted to announce the another monthly release of eSignature for Java API version 17.8.0. The latest release comes up with a number of new features and improvements. Now, eSignature for Java developers can sign Image documents with Stamp, Text and Image Signatures. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v17....with Stamp, Text and Image signatures. We would recommend you to...Features # Barcode and QR-Code Signatures and Verification for Image...

    blog.groupdocs.com/signature/e-signing-api-for-...
  6. Updating documents | Documentation

     This section contains examples on electronic Signatures updates using extended options with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/updating/
  7. Complex QR entries | Documentation

    This section contains articles with explanation how to create most popular 2D matrix barcodes using predefined data models...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/sign-document-...
  8. GroupDocs.Metadata for .NET 17.1.0 Now Detects ...

    Groupdocs team is really delighted to announce the release of** Groupdocs.Metadata for .NET version 17.01.0**. The latest release comes up with a number of new features and enhancements. Users can now detect or remove digital Signatures from documents. The API has also improved document’s information retrieval and implements the ability to recognize file type of a document. And That’s not all! The API has also introduced some really exciting enhancements related to power point presentation documents and audio formats....GroupDocs team is really delighted to announce the release of**...of** GroupDocs.Metadata for .NET version 17.01.0 **. The latest...

    blog.groupdocs.com/metadata/releasing-goupdocs....
  9. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Groupdocs Parser GroupDocs.Total Product Family csharp , dotnet...application, as I am already using Groupdocs for multiple use cases like...

    forum.groupdocs.com/t/groupdocs-parser/15108
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

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