Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 24,432 for

feature

(0.05 sec)
  1. GroupDocs.Signature for Java 18.11 Release Note...

    Note This page contains release notes for GroupDocs.Signature for Java 18.11 Major Features There are about 38 improvements, new Features and fixes in this regular release. Most new Features are related to cells positioning that was improved to support pixels locations,improvements of cells positioning, implementation of different measure types for Cells signature options,introduced Metadata Signature type implementation for signing and searching for Pdf Documents. Text Signature options were updated with ability to align text inside signature area....Major Features There are about 38 improvements, new features and...regular release. Most new features are related to cells positioning...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  2. GroupDocs.Signature for .NET 18.2 Release Notes...

    Note This page contains release notes for GroupDocs.Signature for .NET 18.2 Major Features There are about 20 improvements, new Features and fixes in this regular release. Most new Features are related to Barcode/QR-Code Signatures searching and Brush extensions to support different brush styles. The most notable changes are: Introduced Barcode Signatures search for all supported Document types including Images Implemented events for Search process to notify about start, progress and complete events Updated Dynamic Metered library with latest changes and fixes Introduced QR-Code Signatures search for all supported Document types including Images Implemented new Brush extension for Signature appearance Introduced Solid Brush style, Gradient Brush style, Radial Gradient Brush style Fixed Pages Setup calculations for single page Documents Updated classes, methods and properties with detailed comments Marked few properties as obsolete and removed old obsolete classes and properties Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-3357 Implement ability to obtain Search Progress New Feature SIGNATURENET-3356 Implement rectangle property to set borders of ellipse for BrushRadialGradient New Feature SIGNATURENET-3352 Implement ability to obtain QR-Code Signatures from Image Documents New Feature SIGNATURENET-3349 Implement ability to obtain QR-Code Signatures from Words Documents New Feature SIGNATURENET-3346 Implement ability to obtain QR-Code Signatures from Slides Documents New Feature SIGNATURENET-3343 Implement ability to obtain QR-Code Signatures from Cells Documents New Feature SIGNATURENET-3340 Implement ability to obtain QR-Code Signatures from Pdf Documents New Feature SIGNATURENET-3336 Implement ability to obtain Barcode Signatures from Image Documents New Feature SIGNATURENET-3333 Implement ability to obtain Barcode Signatures from Slides Documents New Feature SIGNATURENET-3330 Implement ability to obtain Barcode Signatures from Words Documents New Feature SIGNATURENET-3320 Implement ability to obtain Barcode Signatures from Cells Documents New Feature SIGNATURENET-3247 Implement ability to obtain Barcode Signatures from Pdf Documents New Feature SIGNATURENET-3361 Update Dynamic Metered library with latest changes Improvement SIGNATURENET-3355 Implement Radial Gradient Brush class as Separate class (alternative of Drawing....Major Features There are about 20 improvements, new features and...regular release. Most new features are related to Barcode/QR-Code...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  3. Watermarking API for .NET

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....version has come with the feature of locking watermarks in Word...continue to read more about the features added in version 18.6. How...

    blog.groupdocs.com/tag/watermarking-api-for-.net/
  4. DotNET Document Rendering API

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....overview of some exciting features of GroupDocs.Viewer for .NET...Document Rendering API - New Features HTML Minification When you...

    blog.groupdocs.com/tag/dotnet-document-renderin...
  5. How do you set up a local testing server? - Lea...

    This article explains how to set up a simple local testing server on your machine, and the basics of how to use it....the most likely being: They feature asynchronous requests . Some...read Website security ). They feature a server-side language . Server-side...

    developer.mozilla.org/en-US/docs/Learn/Common_q...
  6. GitHub Team · GitHub

    Everything teams need to build software faster.... Featured Sketch streamlines their workflows...Logistics Travel & Hospitality Feature: GitHub Packages GitHub Packages...

    github.com/customer-stories/team
  7. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } More resources Advanced usage topics To learn more about library Features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples: GroupDocs.Metadata for ....To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  8. GroupDocs.Conversion for .NET 21.3 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 21.3 Major Features There are 5+ Features, improvements and bug-fixes in this release, most notable are: Conversions from/to Tga Specified watermark font style (bold, italic) now respected Fixed issue with custom fonts folders Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑4521 Feature Implement conversion from/to Tga CONVERSIONNET‑1785 Fix Docx to PDF conversion characters issue CONVERSIONNET‑4489 Fix Improper conversion from Mbox CONVERSIONNET‑4493 Fix Options equality comparison not working properly when the class contains arrays CONVERSIONNET‑4519 Fix Exception when trying to convert WordML document stream to PDF CONVERSIONNET‑4546 Fix Converting using ConverterSettings....3 Major Features There are 5+ features, improvements and...Summary CONVERSIONNET‑4521 Feature Implement conversion from/to...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  9. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library Features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. GroupDocs.Viewer for .NET 18.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.10. Major Features There are 12 Features, improvements, and fixes in this regular monthly release. The most notable are: Added new option which allows setting the list of fonts to exclude when rendering into HTML Improved rendering of MS Project documents when Start/End date options are set Improved performance of methods which accept URL Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1677 Option for setting the list of fonts that should be excluded from HTML Feature VIEWERNET-1773 Do not show items beyond Start and End date options when rendering MS Project documents Improvement VIEWERNET-1742 Release internal resources for methods which accept URL Improvement VIEWERNET-1738 GetDocumentInfo method page number depending on the type of ViewerHandler Improvement VIEWERNET-1679 Prevent setting malicious values for HtmlResourcePrefix Improvement VIEWERNET-1678 Improve setting PageSize and TimeScale for MS Project documents by default Improvement VIEWERNET-1741 Specified watermark font not found exception when calling GetPdfFile method Bug VIEWERNET-1736 OutlookOptions.... Major Features There are 12 features, improvements,...should be excluded from HTML Feature VIEWERNET-1773 Do not show...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...