Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 2,601 for

image annotation

(0.04 sec)
  1. Convertir XLSX en PDF avec Node.js

    Convertissez facilement un fichier XLSX en PDF avec Node.js. Suivez ce guide complet pour exporter un fichier XLSX en PDF avec Node.js avec une grande précision grâce à une bibliothèque de conversion fiable....Annotation Product Family GroupDocs...de page, la compression des images, etc. Une fois ces options...

    kb.groupdocs.com/fr/conversion/nodejs/convert-x...
  2. Փոխակերպեք PDF-ը TIFF-ի՝ օգտագործելով Node.js-ը

    Իմացեք, թե ինչպես փոխարկել PDF-ը TIFF-ի՝ օգտագործելով Node.js-ը և արտահանել PDF-ը TIFF-ի Node.js-ում: Արդյունավետ ֆայլերի փոխակերպում ձեր ծրագրերում բարձրորակ պատկերի արդյունքների համար:...Annotation Product Family GroupDocs...Node.js**: TIFF-ը կամ Tagged Image File Format-ը լայնորեն օգտագործվում...

    kb.groupdocs.com/hy/conversion/nodejs/convert-p...
  3. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-to...
  4. Load XML document with options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...Stylesheets, data sources, images, multimedia, and so on. In...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  5. Convert specific pages | Documentation

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...Spreadsheets ( ) Presentations ( ) Images ( ) Specifying Page Ranges...

    docs.groupdocs.com/conversion/java/convert-spec...
  6. 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#....Annotation Product Family GroupDocs...l’extraction transparente d’images et d’autres contenus à partir...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  7. Working with interpreted values | Documentation

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

    docs.groupdocs.com/metadata/java/working-with-i...
  8. Μετατροπή PDF σε TIFF χρησιμοποιώντας το Node.js

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

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

    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....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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

    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); // ....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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