Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 24,430 for

feature

(0.06 sec)
  1. GroupDocs.Signature-for-Java/README.md at maste...

    GroupDocs.Signature for Java examples, plugins and showcase projects - GroupDocs.Signature-for-Java/README.md at master · groupdocs-signature/GroupDocs.Signature-for-Java...Document Pages Document preview feature allows to generate image representations...

    github.com/groupdocs-signature/GroupDocs.Signat...
  2. Extract table of contents | Documentation

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....about document data extraction features and get familiar how to extract...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/java/extract-table-of...
  3. Paid Support Helpdesk - groupdocs.com

    customer support platform...Last Updated 7 years ago Key features of Developer Support Sometimes...at any time. Hotfixes and feature requests, if supplied, are...

    helpdesk.groupdocs.com/kb/faq/4-Developer-Suppo...
  4. Add watermarks to PDF documents | Documentation

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Watermark also provides the feature to get the dimensions of the...Watermark also provides the feature to add watermark to supported...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. GroupDocs.Conversion for .NET 18.8 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 18.8 Major Features This regular monthly release contains 5+ new Features, improvements and bug fixes. Most notable are: Introduced PdfFormatingOptions when converting to PDF Introduced TxtLoadOptions for conversions from TXT documents Improved per page savings for all conversions Image to PDF conversions improvements Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2640 Implement PdfFormattingOptions when converting to PDF New Feature CONVERSIONNET‑2661 Implement specific options for converting TXT documents New Feature CONVERSIONNET‑2633 Automatically add extension of the converted file if not set Improvement CONVERSIONNET‑2649 Remove obsolete constructors and properties Improvement CONVERSIONNET‑2658 Image to PDF conversion improvement Improvement CONVERSIONNET‑2686 Improve per page savings when converting to Words, Images, Slides, Cells, Pdf, Xps, Html Improvement CONVERSIONNET‑2687 Security improvements update Improvement CONVERSIONNET‑2683 Exception when cache is enabled Fix Public API and Backward Incompatible Changes...8 Major Features This regular monthly release...release contains 5+ new features, improvements and bug fixes. Most...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  6. Firefox Privacy Notice — Mozilla

    Our Privacy Notices describe the data our products and services receive, share, and use, as well as choices available to you....personal data to: Improve features, performance and stability...session length) and Firefox features offered by Mozilla or our...

    www.mozilla.org/en-US/privacy/firefox/
  7. GroupDocs.Annotation for .NET 18.1 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 18.1 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 18.1: Improved Replacement annotation for text in different paragraphs Fixed import text field for Diagram documents Fixed bug with import text annotations from pdf Fixed resizing image when user pass width and height Fixed creating of Arrow annotation for Diagrams Fixed issue with wrong distance structure after export in diagram Fixed issue with wrong polyline structure after export in diagram Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-583 Add text redaction annotation in Slides New Feature ANNOTATIONNET-582 Add point with text for text annotation Improvement ANNOTATIONNET-573 Improve export of text annotations in Slides Improvement ANNOTATIONNET-570 Improve annotation export for big font sizes for Slides Improvement ANNOTATIONNET-591 Fix Point annotation in Slides Bug ANNOTATIONNET-589 Fix opacity value for import in Diagrams Bug ANNOTATIONNET-584 Bug with import text field for diagram Bug ANNOTATIONNET-581 Arrow annotation doesn’t create for diagrams Bug ANNOTATIONNET-578 Fix Slides bug with coordinates of paragraph and portion Bug ANNOTATIONNET-577 Words:Fixed cleanup for text redaction annotation Bug ANNOTATIONNET-574 Bug with import text annotations from pdf Bug ANNOTATIONNET-572 Wrong distance structure after export in diagram Bug ANNOTATIONNET-571 Wrong polyline structure after export in diagram Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....1 Major Features Below is the list of most...redaction annotation in Slides New Feature ANNOTATIONNET-582 Add point...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  8. GroupDocs.Viewer For .NET 3.4.0 Release Notes

    GroupDocs.Viewer For .NET 3.4.0 Release Notes – the latest updates and fixes....0 Major Features There are 24 improvements...Transformation.AddPrintAction feature is supported starting from...

    releases.groupdocs.com/viewer/net/release-notes...
  9. Extract text from ZIP archive files | Documenta...

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...the code above and see the feature in action in our GitHub examples:...Parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

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