Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 4,540 for

packaging

(0.24 sec)
  1. بارکد خوان با استفاده از C# | اسکن بارکد از تصویر

    نحوه اسکن بارکد با استفاده از C# در یک برنامه دات نت. مثال C# که بارکد را از روی یک تصویر می خواند که به شما در ساختن بارکد خوان آنلاین کمک می کند.... PM> Install-Package GroupDocs.Parser نحوه اسکن...

    blog.groupdocs.com/fa/parser/scan-barcode-using...
  2. Extrahieren Sie Text aus Markdown-Dateien mit C...

    Extrahieren Sie Text aus Markdown-Dateien mit C#. Analysieren Sie die Mardown-Dateien innerhalb von .NET-Anwendungen mit der Dokument-Parser-API von GroupDocs.... PM> Install-Package GroupDocs.Parser Text aus Markdown-Datei...

    blog.groupdocs.com/de/parser/extract-text-from-...
  3. Visualizzatore XML utilizzando C# | Renderizza ...

    Visualizza i file XML come PDF utilizzando C#. Scopri come eseguire il rendering dei file XML all'interno della tua applicazione .NET del visualizzatore XML utilizzando l'API GroupDocs.... PM> Install-Package GroupDocs.Viewer Visualizzatore...

    blog.groupdocs.com/it/viewer/xml-viewer-using-c...
  4. Find any Word and its Synonyms in Multiple File...

    Find specific words and their synonyms within different files of a folder using C#. Get all the synonyms, grouped by different meanings using .NET API.... PM> Install-Package GroupDocs.Search Find Synonyms...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  5. Modern UI Document Viewer 3.1 with Paging JS Pa...

    Today, we are pleased to announce another release of Java Modern UI Document Viewer 3.1.0 using GroupDocs.Viewer for Java version 17.2.0. This release v3.1.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features.... Download - API Package Documentation - Product Docs...

    blog.groupdocs.com/viewer/modern-ui-document-vi...
  6. مستند Word كصفحات مستجيبة بتنسيق HTML باستخدام ...

    اجعل مستندات Word لعرضها كصفحات HTML سريعة الاستجابة باستخدام C #. قم بتحويل ملفات DOC و DOCX إلى صفحات مستجيبة بتنسيق HTML باستخدام عارض المستندات .NET API.... PM> Install-Package GroupDocs.Viewer تحويل مستندات...

    blog.groupdocs.com/ar/viewer/view-word-document...
  7. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Extracting common image information | GroupDocs

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Extract the root metadata package Use the method to obtain file...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....file Get the root metadata package Use the property to read the...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  10. How to Convert DOCX to ODT using C#

    In this article, you will explore how to convert DOCX to ODT using C# without extra software installation. Also, we will provide the code to export DOCX to ODT in C#....NET via NuGet package manager with the aim of converting...

    kb.groupdocs.com/conversion/net/how-to-convert-...