Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 3,139 for

image viewer

(0.61 sec)
  1. Extraire les métadonnées d'EPUB à l'aide de C#

    Dans cet article, nous détaillerons les étapes nécessaires à l'extraction des métadonnées d'EPUB à l'aide de C#. Un exemple de code C# d'extraction des métadonnées EPUB sera également fourni....Viewer Product Family GroupDocs.Comparison...contenu. Au-delà du texte et des images, les fichiers EPUB contiennent...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  2. Konvertieren Sie PDF mit Node.js in TIFF

    Erfahren Sie, wie Sie PDF mit Node.js in TIFF konvertieren und PDF in Node.js in TIFF exportieren. Effiziente Dateikonvertierung für hochwertige Bildausgaben in Ihren Anwendungen....Viewer Product Family GroupDocs.Comparison...mit Node.js . TIFF (Tagged Image File Format) wird häufig zum...

    kb.groupdocs.com/de/conversion/nodejs/convert-p...
  3. Numériser un code QR à partir d'un PPTX à l'aid...

    Ce guide propose une explication détaillée de la manière de numériser un code QR à partir de PPTX à l'aide de C#. Il comprend également un exemple de code pour vous aider à extraire un code QR à partir de PPTX en C#....Viewer Product Family GroupDocs.Comparison...l’extraction transparente d’images et d’autres contenus à partir...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  4. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Viewer Product Solution GroupDocs...customize text watermarks, add images as watermarks, search documents...

    docs.groupdocs.com/watermark/net/hello-world/
  5. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Java....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-i...
  6. Extract text from documents | GroupDocs

    This article demonstrates how to extract text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other documents using GroupDocs.Parser for Python via .NET....Viewer Product Solution GroupDocs...PowerPoint) Email messages Images (with OCR) eBooks (EPUB, FB2...

    docs.groupdocs.com/parser/python-net/extract-te...
  7. Μετατροπή PDF σε TIFF χρησιμοποιώντας το Node.js

    Μάθετε πώς να μετατρέπετε PDF σε TIFF χρησιμοποιώντας το Node.js και να εξάγετε PDF σε TIFF στο Node.js. Αποτελεσματική μετατροπή αρχείων για εξόδους εικόνας υψηλής ποιότητας στις εφαρμογές σας....Viewer Product Family GroupDocs.Comparison...Node.js . Το TIFF ή το Tagged Image File Format, χρησιμοποιείται...

    kb.groupdocs.com/el/conversion/nodejs/convert-p...
  8. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-zi...
  9. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/working-...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...