Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 24,544 for

may

(0.08 sec)
  1. Ինչպես փոխարկել Excel-ը PDF-ի C#-ով

    Եկեք նայենք, թե ինչպես փոխարկել Excel-ը PDF-ի C#-ով և ինչպես օգտագործել C# Excel-ը PDF-ի օրինակելի կոդը՝ աշխատանքային գրքույկը, ընտրված թերթիկները կամ ցանկացած բջջային տիրույթ PDF-ի փոխարկելու համար:...եք, նայեք դրան: Updated on 28 May 2023 Հայերեն English Ελληνικά...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  2. Ինչպես փոխարկել XLSX-ը HTML-ի Java-ի միջոցով

    Հասկացեք Excel-ի փաստաթղթերի փոխակերպումը վեբ ձևաչափի, վերանայեք XLSX-ը Java-ի HTML-ի փոխարկելու քայլերը և ինչպես մշակել կոդ՝ Excel-ը Java-ի HTML արտահանելու համար:...միջոցով ուղեցույցը: Updated on 28 May 2023 Հայերեն English Ελληνικά...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  3. GroupDocs.Merger for .NET 20.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 20.1 Warning In this version we will remove Legacy API of GroupDocs.Merger. So from version 20.1 GroupDocs.Merger.Legacy. does not exist anymore Major Features There are a few new features in this regular monthly release. The most notable are: Removed legacy API; The Note format. One was fixed for .Net Standard. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-707 The Note format....Merger which may affect existing code. Any behavior...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  4. Facing problem in updating groupdocs signature ...

    Hello all, I am updating my groupdocs signature from 19.11 to 20.8 but I am getting error in the below namespaces using GroupDocs.Signature.Legacy.Domain; using GroupDocs.Signature.Legacy.Options; using GroupDocs.Signa…... You may need to see these migration notes...

    forum.groupdocs.com/t/facing-problem-in-updatin...
  5. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You May easily run the code above and see the feature in action in our GitHub examples:...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-b...
  6. Export Data | Documentation

    How to export data to JSON or XML files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/export-data/
  7. Verifying documents with exception handling | D...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/verifying-doc...
  8. Ինչպես փոխարկել TXT-ը PPTX-ին՝ օգտագործելով C#

    Այս հոդվածը տրամադրում է բոլոր քայլերը՝ TXT-ը PPTX-ի փոխարկելու համար՝ օգտագործելով C#, սովորաբար օգտագործվող օպերացիոն համակարգերում: Այն նաև ներառում է կոդի օրինակ՝ TXT-ին PPTX-ի փոխակերպելու համար՝ օգտագործելով C#:...օգտագործելով C# -ում: Updated on 28 May 2023 Հայերեն English Türkçe 日本語...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  9. 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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-d...
  10. How to change the maximum size of a file | Docu...

    This article shows how to change the maximum size of a file.... That is why you may get errors similar to the one...

    docs.groupdocs.com/viewer/java/how-to-change-ma...