Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 7,079 for

may

(0.5 sec)
  1. Verify Digital Signatures in Document | GroupDocs

    This article explains how to verify digital electronic signatures with GroupDocs.Signature for Python via .NET API...Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/verify-...
  2. Extract tables from document page | GroupDocs

    Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  3. Generate Your First Document from .NET Object |...

    Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  4. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/python-net/use-red...
  6. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  7. Subscribing for verification process events | G...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/subscribing-f...
  8. Introducing a More Optimized and Simplified Ele...

    Why change is considered as a hard but yet good thing to occur? Why the updates are important? This is because if there is no change there is no progress and staying the same over the time makes the things die. The updates in the software components are also similar when a new version of the same software replaces the old one. A software that remains the same and doesn’t introduce any improvements or new features becomes obsolete....the breaking changes that you may face after upgrading to a version...

    blog.groupdocs.com/signature/introducing-a-more...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...referencing the email content, you may need to convert your email message...

    blog.groupdocs.com/groupdocs.blog/page/31/
  10. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output.... Warning Some spreadsheets may have different sheet numbers...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-text-from...