Sort Score
Result 10 results
Languages All
Labels All
Results 6,971 - 6,980 of 9,907 for

groupdocs.signature,

(0.21 sec)
  1. Installation | Documentation

    Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations....Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations.

    docs.groupdocs.com/search/java/installation/
  2. System Requirements | Documentation

    GroupDocs.Search for Node.js does not require any external software or third party tool to be installed...GroupDocs.Search for Node.js does not require any external software or third party tool to be installed

    docs.groupdocs.com/search/nodejs-java/system-re...
  3. Development Environment Installation and Config...

    Development Environment Operating Systems GroupDocs.Assembly for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Assembly for Java supports Java run-time version 7 (1.7) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Assembly for Java API directly into your Maven projects with simple configurations....Development Environment Operating Systems GroupDocs.Assembly for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Assembly for Java supports Java run-time version 7 (1.7) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Assembly for Java API directly into your Maven projects with simple configurations.

    docs.groupdocs.com/assembly/java/installation/
  4. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage<ImageRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. Rendering CAD Drawings | Documentation

    This article contains use-cases of rendering CAD drawings, view stl files or create dwg viewer with GroupDocs.Viewer within your Java applications....This article contains use-cases of rendering CAD drawings, view stl files or create dwg viewer with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/view-cad-drawings/
  6. GroupDocs.Assembly for Java 20.11 Release Notes...

    Major Features GroupDocs.Assembly for Java 20.11 comes up with several improvements and bug fixes in working with charts, Markdown, JSON data sources, and other areas. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-172 Support inline links for Markdown Feature ASSEMBLYNET-173 Support inline images for Markdown Feature ASSEMBLYNET-165 Nullable int is not recognized for JsonDataSource Bug ASSEMBLYNET-166 Chart legend entries removed in a template appear in a result Word Processing document Bug ASSEMBLYNET-167 Tag “removeif” throws NullReferenceException for a Word Processing document Bug ASSEMBLYNET-168 JsonDataSource cannot access a property having the same name as its containing object Bug ASSEMBLYNET-169 Tag “cellMerge” with empty cells throws ArgumentOutOfRangeException for a Word Processing document Bug ASSEMBLYNET-170 Tag “backColor” adds unwanted carriage return for a Word Processing document Bug ASSEMBLYNET-171 JsonDataSource throws DuplicateNameException Bug Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs....Major Features GroupDocs.Assembly for Java 20.11 comes up with several improvements and bug fixes in working with charts, Markdown, JSON data sources, and other areas. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-172 Support inline links for Markdown Feature ASSEMBLYNET-173 Support inline images for Markdown Feature ASSEMBLYNET-165 Nullable int is not recognized for JsonDataSource Bug ASSEMBLYNET-166 Chart legend entries removed in a template appear in a result Word Processing document Bug ASSEMBLYNET-167 Tag “removeif” throws NullReferenceException for a Word Processing document Bug ASSEMBLYNET-168 JsonDataSource cannot access a property having the same name as its containing object Bug ASSEMBLYNET-169 Tag “cellMerge” with empty cells throws ArgumentOutOfRangeException for a Word Processing document Bug ASSEMBLYNET-170 Tag “backColor” adds unwanted carriage return for a Word Processing document Bug ASSEMBLYNET-171 JsonDataSource throws DuplicateNameException Bug Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  7. GroupDocs.Assembly for .NET 18.7 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.7. Major Features This release adds abilities to insert hyperlinks dynamically for the majority of file formats supported by GroupDocs.Assembly. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-72  Add ability to insert hyperlinks dynamically for Word Processing documents  Feature  ASSEMBLYNET-73  Add ability to insert hyperlinks dynamically for Spreadsheet documents  Feature  ASSEMBLYNET-74  Add ability to insert hyperlinks dynamically for Presentation documents  Feature  ASSEMBLYNET-75  Add ability to insert hyperlinks dynamically for emails with HTML and RTF bodies  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....This page contains release notes for GroupDocs.Assembly for .NET 18.7. Major Features This release adds abilities to insert hyperlinks dynamically for the majority of file formats supported by GroupDocs.Assembly. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-72  Add ability to insert hyperlinks dynamically for Word Processing documents  Feature  ASSEMBLYNET-73  Add ability to insert hyperlinks dynamically for Spreadsheet documents  Feature  ASSEMBLYNET-74  Add ability to insert hyperlinks dynamically for Presentation documents  Feature  ASSEMBLYNET-75  Add ability to insert hyperlinks dynamically for emails with HTML and RTF bodies  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  8. GroupDocs.Editor for .NET 19.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for .NET 19.11 Major Features Main feature of the GroupDocs.Editor for .NET version 19.11 is support of .NET Standard 2.0. This means that now GroupDocs.Editor for .NET includes new NET Standard 2.0 version. It has the full functionality of .NET Framework version. In this version, we also have changed the unique identifier that OS uses to identify the application installed with an MSI package....Note This page contains release notes for GroupDocs.Editor for .NET 19.11 Major Features Main feature of the GroupDocs.Editor for .NET version 19.11 is support of .NET Standard 2.0. This means that now GroupDocs.Editor for .NET includes new NET Standard 2.0 version. It has the full functionality of .NET Framework version. In this version, we also have changed the unique identifier that OS uses to identify the application installed with an MSI package.

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  9. GroupDocs.Comparison for .NET 19.9 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 19.9 Major Features Warning In this version we’re introducing new public API which was designed to be simple and easy to use. For more details about new API please check Public Docs section. The legacy API have been moved into Legacy namespace so after update to this version it is required to make project-wide replacement of namespace usages from GroupDocs....Note This page contains release notes for GroupDocs.Comparison for .NET 19.9 Major Features Warning In this version we’re introducing new public API which was designed to be simple and easy to use. For more details about new API please check Public Docs section. The legacy API have been moved into Legacy namespace so after update to this version it is required to make project-wide replacement of namespace usages from GroupDocs.

    docs.groupdocs.com/comparison/net/groupdocs-com...
  10. GroupDocs.Metadata for .NET 1.6.0 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 1.6.0 Major Features There are 6 features and 3 enhancements in this regular monthly release. The most notable are: Ability to read and write XMP metadata of TIFF format Ability to inspect hidden data in Excel format Ability to inspect hidden data in PowerPoint format Ability to read TIFF Image File Directory tags Ability to remove hidden data in PowerPoint format Ability to remove hidden data in Excel format Throws DocumentProtectedException when document could not be opened without password Ability to read XMP metadata without header process instruction Process multi-page TIFF during loading XMP metadata All Changes Key Summary Category METADATANET-587 Ability to read and write XMP metadata of TIFF format New feature METADATANET-1012 Ability to inspect hidden data in Excel format New feature METADATANET-1013 Ability to inspect hidden data in PowerPoint format New feature METADATANET-1049 Ability to read TIFF Image File Directory tags New feature METADATANET-1066 Ability to remove hidden data in PowerPoint format New feature METADATANET-1067 Ability to remove hidden data in Excel format New feature METADATANET-1029 Throws DocumentProtectedException when document could not be opened without password Enhancement METADATANET-1042 Ability to read XMP metadata without header process instruction Enhancement METADATANET-1047 Ability to process multi-page TIFF during loading XMP metadata Enhancement...Note This page contains release notes for GroupDocs.Metadata for .NET 1.6.0 Major Features There are 6 features and 3 enhancements in this regular monthly release. The most notable are: Ability to read and write XMP metadata of TIFF format Ability to inspect hidden data in Excel format Ability to inspect hidden data in PowerPoint format Ability to read TIFF Image File Directory tags Ability to remove hidden data in PowerPoint format Ability to remove hidden data in Excel format Throws DocumentProtectedException when document could not be opened without password Ability to read XMP metadata without header process instruction Process multi-page TIFF during loading XMP metadata All Changes Key Summary Category METADATANET-587 Ability to read and write XMP metadata of TIFF format New feature METADATANET-1012 Ability to inspect hidden data in Excel format New feature METADATANET-1013 Ability to inspect hidden data in PowerPoint format New feature METADATANET-1049 Ability to read TIFF Image File Directory tags New feature METADATANET-1066 Ability to remove hidden data in PowerPoint format New feature METADATANET-1067 Ability to remove hidden data in Excel format New feature METADATANET-1029 Throws DocumentProtectedException when document could not be opened without password Enhancement METADATANET-1042 Ability to read XMP metadata without header process instruction Enhancement METADATANET-1047 Ability to process multi-page TIFF during loading XMP metadata Enhancement

    docs.groupdocs.com/metadata/net/groupdocs-metad...