Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 721 for

video

(0.1 sec)
  1. Obtain Signing Progress using .Net E-Signing AP...

    At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce the another monthly release of GroupDocs.Signature for .NET API version 17.11. This release comes with number of new features. The most notable feature introduced in this release is the functionality to obtain signing progress while signing the documents. Aside this, Many improvements and fixes are also introduced in this release....Signature Video Tutorials - YouTube Video Tutorials Feedback...

    blog.groupdocs.com/signature/dotnet-e-signing-a...
  2. Sign Images with Metadata Signature using Group...

    New month, new release! We have released version 19.1 of GroupDocs.Signature for .NET that brings a couple of new features as well as two bug fixes and two improvements. The latest version provides metadata signature features for image files. Furthermore, the API now supports rounded corners for rectangle stamp signature types. For more details on what’s new in the latest release, please have a look at release notes. Features Introduced Metadata Signature Features for ImagesIn the latest version, we have introduced a new feature of singing images with metadata signatures that are based on Exchangeable Image File Format (EXIF) specification....Product Family Video Tutorials - YouTube Video Tutorials Feedback...

    blog.groupdocs.com/signature/sign-images-with-m...
  3. GroupDocs.Signature for .NET 16.12.0 Supports M...

    We are contented to present another monthly release of our E-signing API that will certainly augment developers experience. GroupDocs.Signature for .NET 16.12.0 crops up with plentiful new features and a bug fix. API permits users to define signature options collection that ultimately helps in applying multiple signatures in a document. We would suggest you to download this latest release and go through the new features. e-Signature API - New Features Add ability to sign files with digital signature by given pattern in folder Add ability to sign files with image signature by given pattern in folder Implement Text Signature alignment for PDF Documents Implement Text Signature alignment for Words Documents Implement Text Signature alignment for Cells Documents Implement Text Signature alignment for Slides Documents Add ability to sign files with text signature by given pattern in folder Implement Digital Signature for all pages for Pdf documents Implement Text Signature Margins for PDF Documents Implement Text Signature Margins for Cells Documents Implement Text Signature Margins for Words Documents Implement Text Signature Margins for Slides Documents Implement Digital Signature Alignment for Pdf Documents Implement ability to sign Pdf Documents with given list of Signature Options Implement ability to sign Cells Documents with given list of Signature Options Implement ability to sign Words Documents with given list of Signature Options Implement ability to sign Slides Documents with given list of Signature Options GroupDocs....Signature Video Tutorials - YouTube Video Tutorials FeedbackAs...

    blog.groupdocs.com/signature/groupdocs-signatur...
  4. Stamp Signatures Introduced in GroupDocs.Signat...

    Every month team GroupDocs comes up with a new release that adds some valuable features to the GroupDocs.Signature for .NET API. In this regard we are pleased to announce the release of version 17.7.0 of the e-signing API. The most important feature introduced in this version is the support for Stamp signatures. Other features introduced in this version include the implementation and verification of new barcode and QR-code encode types....Signature Video Tutorials - YouTube Video Tutorials FeedbackAs...

    blog.groupdocs.com/signature/stamp-signatures-i...
  5. Extract Emails using POP3 and IMAP Protocol - G...

    We are pleased to announce the release of version 17.10 of the GroupDocs.Text for .NET API. The latest release removes some obsolete methods from the API while provides some additional properties, updated parameters and improved performance of the API. The new feature added to the API in this release is the ability to extract text from the email server using POP3 and IMAP protocol. Just download the latest release or update your existing application to this release and enjoy all the features and enhancements made to the API in this release....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/parser/groupdocs.text-for-.n...
  6. Edit Watermark Objects in Word Documents using ...

    We are pleased to announce the release of version 18.2 of GroupDocs.Watermark for .NET. The latest version allows you to edit the objects that can be considered as watermark in Word documents. Following are the features that are introduced in GroupDocs.Watermark for .NET 18.2. Editing Watermark Objects in Word Documents Replacing text for particular shapesWe have added the support of replacing text for particular shapes in a Word document. Following code sample shows how to use this feature....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  7. Text Analysis API for Spreadsheets, Presentatio...

    We are pleased to announce the release of version 18.8 of GroupDocs.Parser for .NET. In this version, we have extended the support of text analysis API for spreadsheets, presentations and text documents. Furthermore, the latest version allows providing a password for protected documents on-demand. We’d recommend you to use the latest version of the API and share your feedback. Features Introduced Text Analysis API GroupDocs.Parser allows extracting text areas from the pages of a document....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/parser/text-analysis-api-for...
  8. Loadconfig and the GoogleAPI doesn’t load - Fre...

    Attached is my local projects ( added editor content ). EditorDemoApp.zip (935.1 KB) I am having error on the loadconfig and the GoogleAPI doesn’t load. Regards, WK...on this issue (a screencast/video could serve the purpose)? WeiKiatChua...project A screencast/short video that clearly shows the issue...

    forum.groupdocs.com/t/loadconfig-and-the-google...
  9. Announcing Hotfix Release of GroupDocs.Conversi...

    This hotfix release of GroupDocs.Conversion for Java 18.6.1 resolves missing properties issue in some LoadOptions classes that was raised in previous version of the API. Such as setShowGridLines() or setShowHiddenSheets(). Aside this, one improvement is introduced. Please take a look over the release notes. Improvements Hide mail header when converted MSG to PDF Bug Fixs Missing properties in some options classes API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....code examples Video Tutorials - YouTube Videos Product Support...

    blog.groupdocs.com/conversion/announcing-hotfix...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV Video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.Video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....metadata for specific formats / Video / Working with metadata in FLV...header of an FLV file. an FLV video Get the root metadata package...

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