Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 753 for

video

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Extract TOC from EPUB Documents using GroupDocs...

    It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the newly added features. Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/parser/extract-toc-from-epub...
  5. Add Metadata Signature in Cells Document using ...

    We at GroupDocs, are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.10 of the API provides the ability to add and search Metadata Signature in Cells and Words documents. Furthermore, few improvements are also introduced in this version, therefore, we recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for Cells and Words documentsThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....Signature Video Tutorials - YouTube Video Tutorials Feedback...

    blog.groupdocs.com/signature/groupdocs.signatur...
  6. Skip Unreadable Characters During Watermark Sea...

    We are delighted to announce the release of version 18.8 of GroupDocs.Watermark for .NET. The latest version allows skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in presentation documents. Please continue to read more about the new features, enhancements and bug fixes added in version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search This feature allows finding text watermark even if it contains unreadable characters between the letters....Code Examples Video Tutorials – YouTube Video Tutorials Product...

    blog.groupdocs.com/watermark/skip-unreadable-ch...
  7. Announcing Hotfix release of GroupDocs.Conversi...

    This blog post covers the hotfix introduced in GroupDocs.Conversion for Java 17.7.1. In previous version of the API there were formatting issues in DOCX to PDF conversion on different platforms/environments. But now API permits developers to get font directories where they can add fonts and expel formatting issues in the output document. We would recommend you to explore the release and enhance your document conversion experience for multiple platforms....code examples Video Tutorials - YouTube Videos Product Support...

    blog.groupdocs.com/conversion/announcing-hotfix...
  8. Releasing the Hotfix of GroupDocs.Viewer for .NET

    GroupDocs.Viewer for .NET 18.8.1 is a hotfix release that resolves the issue of getting the first page filled with black color when rendering PDF document. We recommend you to use the this latest version for an improved rendering of PDF documents. Bug FixesFollowing issue is fixed in this hotfix release. First page is filled with black color when rendering PDF document API ResourcesWe have a few channels and resources for you to download, learn, try and get technical support on GroupDocs....- Product Docs Video Tutorials - YouTube Videos Examples / Plugins...

    blog.groupdocs.com/viewer/releasing-the-hotfix-...
  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...