Sort Score
Result 10 results
Languages All
Labels All
Results 6,481 - 6,490 of 9,896 for

groupdocs.signature,

(0.74 sec)
  1. Ինչպես փոխարկել MHTML-ը HTML-ի՝ օգտագործելով C#

    Հեշտությամբ կատարեք փաստաթղթերի փոխակերպում և սովորեք MHTML-ի HTML-ի փոխարկելու գործընթացը՝ օգտագործելով C#: Նաև սովորեք, թե ինչպես իրականացնել փոխակերպման MHTML-ի HTML C# հնարավորությունը:...Հեշտությամբ կատարեք փաստաթղթերի փոխակերպում և սովորեք MHTML-ի HTML-ի փոխարկելու գործընթացը՝ օգտագործելով C#: Նաև սովորեք, թե ինչպես իրականացնել փոխակերպման MHTML-ի HTML C# հնարավորությունը:

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  2. Ինչպես փոխարկել XML-ը CSV-ի Java-ում

    Եկեք արագ նայենք, թե ինչպես փոխարկել XML-ը CSV-ի Java-ում և ինչպես գրել Java կոդը՝ XML-ը CSV-ի փոխարկելու համար փաստաթղթերի փոխակերպման համար:...Եկեք արագ նայենք, թե ինչպես փոխարկել XML-ը CSV-ի Java-ում և ինչպես գրել Java կոդը՝ XML-ը CSV-ի փոխարկելու համար փաստաթղթերի փոխակերպման համար:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  3. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata.

    docs.groupdocs.com/metadata/net/features-overview/
  4. GroupDocs.Search Product Family | Documentation

    Excellent component that brings full-text search capabilities to your C#, ASP.NET, and other .NET applications. It helps developers to create search indexes from hundreds of thousands of documents in various formats, and then run a wide variety of search queries against those indexes at incredible speed. Documentation .NET Java Node.js GroupDocs.Search for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage ....Excellent component that brings full-text search capabilities to your C#, ASP.NET, and other .NET applications. It helps developers to create search indexes from hundreds of thousands of documents in various formats, and then run a wide variety of search queries against those indexes at incredible speed. Documentation .NET Java Node.js GroupDocs.Search for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .

    docs.groupdocs.com/search/
  5. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more.

    docs.groupdocs.com/redaction/java/supported-doc...
  6. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage<DicomRootPackage>(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // .

    docs.groupdocs.com/metadata/net/working-with-di...
  7. Numbered List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in Text Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in the numbered list....Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in Text Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in the numbered list.

    docs.groupdocs.com/assembly/net/numbered-list-i...
  8. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.

    docs.groupdocs.com/assembly/net/saving-to-html-...
  9. Render E-Mail Messages | GroupDocs.Viewer for .NET

    This article contains use-cases of rendering e-mail files with GroupDocs.Viewer within your .NET applications....This article contains use-cases of rendering e-mail files with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/view-e-mail-messa...
  10. GroupDocs.Comparison for .NET 20.6 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.6 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.6: Fixed Error occurred in comparing Word documents with tables Fixed unexpected sizes of the Excel file sheets/pages. Fixed incorrect positions of compared elements in result for SpreadSheet comparing Fixed issue with comparing Word documents with checkboxes and form fields in table cells Key Summary Issue Type COMPARISONCLOUD-142 Comparing attached word document throws: Error occurred in comparing Word documents Bug COMPARISONNET-2322 Unexpected sizes of the Excel file sheets/pages....Note This page contains release notes for GroupDocs.Comparison for .NET 20.6 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.6: Fixed Error occurred in comparing Word documents with tables Fixed unexpected sizes of the Excel file sheets/pages. Fixed incorrect positions of compared elements in result for SpreadSheet comparing Fixed issue with comparing Word documents with checkboxes and form fields in table cells Key Summary Issue Type COMPARISONCLOUD-142 Comparing attached word document throws: Error occurred in comparing Word documents Bug COMPARISONNET-2322 Unexpected sizes of the Excel file sheets/pages.

    docs.groupdocs.com/comparison/net/groupdocs-com...