Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 2,723 for

image viewer

(0.04 sec)
  1. Ajouter un filigrane de texte au DOC en utilisa...

    Voyons comment ajouter un filigrane de texte à DOC à l'aide de C#. Nous vous fournirons également du code pour insérer un filigrane de texte dans DOC en utilisant C# sans avoir besoin de logiciel supplémentaire....Viewer Product Family GroupDocs.Comparison...texte sont précieux pour l’image de marque, la sécurité et l’identification...

    kb.groupdocs.com/fr/watermark/net/add-text-wate...
  2. Convertir un PDF en Word à l'aide de Node.js

    Apprenez à convertir un PDF en Word à l'aide de Node.js sans effort. Exportez des PDF vers Word dans Node.js avec des étapes simples et des bibliothèques pour une conversion précise des documents....Viewer Product Family GroupDocs.Comparison...garantit que le texte, les images et la mise en page du PDF d’origine...

    kb.groupdocs.com/fr/conversion/nodejs/convert-p...
  3. 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....Viewer Product Family GroupDocs.Comparison...de page, la compression des images, etc. Une fois ces options...

    kb.groupdocs.com/fr/conversion/nodejs/convert-x...
  4. Փոխակերպեք 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/hy/conversion/nodejs/convert-p...
  5. 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....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-to...
  6. 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....Viewer Product Solution GroupDocs...Stylesheets, data sources, images, multimedia, and so on. In...

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

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

    docs.groupdocs.com/conversion/java/convert-spec...
  8. Μετατροπή 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...
  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....Viewer 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); // ....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

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