Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 8,823 for

image

(0.16 sec)
  1. Filigrana documenti Word utilizzando Java | Fil...

    Aggiungi filigrane di testo e immagini ai documenti Word utilizzando Java. Applica filigrane a livello di codice sulle pagine utilizzando l'API Java....save("path/image-watermark.docx"); watermark...

    blog.groupdocs.com/it/watermark/watermark-word-...
  2. أضف علامة مائية إلى PDF باستخدام C # | نص وصورة...

    أضف علامات مائية للصور أو قم بتطبيق علامات مائية نصية على ملفات PDF باستخدام C #. إما علامة مائية على الكل أو صفحات انتقائية من PDF باستخدام .NET Watermarking API....Save("path/image-watermark.pdf"); } يُظهر إخراج...

    blog.groupdocs.com/ar/watermark/watermark-pdf-f...
  3. MP3-Tags in Java entfernen - (ID3, Lyrics, APE)...

    Entfernen Sie MP3-Tags aus den MP3-Dateien in Java. Löschen Sie die ID3v1-, ID3v2-, Lyrics- und APEv2-Metadaten-Tags aus den MP3-Dateien mithilfe der Java-Metadaten-API....Metadata Cleaner for Documents and Images using Java RIFF-INFO und Metadaten...

    blog.groupdocs.com/de/metadata/remove-mp3-tags-...
  4. Dodaj znak wodny do pliku PDF za pomocą C# | Te...

    Dodaj znaki wodne obrazu lub zastosuj tekstowe znaki wodne do plików PDF za pomocą języka C#. Dodaj znak wodny do wszystkich lub wybranych stron pliku PDF za pomocą interfejsu API znakowania wodnego platformy .NET....Save("path/image-watermark.pdf"); } Wyjście powyższego...

    blog.groupdocs.com/pl/watermark/watermark-pdf-f...
  5. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-c...
  6. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-i...
  7. Convertir MSG en MHTML avec Node.js

    Apprenez à convertir du MSG en MHTML avec Node.js en quelques étapes simples. Ce guide explique également comment exporter du MSG vers MHTML avec Node.js grâce à une API de conversion performante....toutes les ressources, comme les images et les styles, en un seul fichier...

    kb.groupdocs.com/fr/conversion/nodejs/convert-m...
  8. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....demonstrate how to get JPEG images in a specific directory. #...

    blog.groupdocs.com/metadata/get-specific-file-t...
  9. Comparer des documents Word - Comparaison de fi...

    Comparez les fichiers Word à l'aide de l'outil de comparaison en ligne gratuit. Les développeurs peuvent utiliser .NET, Java et l'API Cloud pour créer une application de comparaison de documents....Repérez la différence dans les images en ligne Comment comparer des...

    blog.groupdocs.com/fr/comparison/compare-word-d...
  10. وضع علامة مائية على مستندات Word باستخدام Java ...

    أضف علامات مائية نصية وصورية إلى مستندات Word باستخدام Java. قم بتطبيق العلامات المائية برمجيًا على الصفحة (الصفحات) باستخدام Java API....save("path/image-watermark.docx"); watermark...

    blog.groupdocs.com/ar/watermark/watermark-word-...