Sort Score
Result 10 results
Languages All
Labels All
Results 8,761 - 8,770 of 10,153 for

image

(0.15 sec)
  1. GroupDocs.Metadata for Python via .NET | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....files, email messages, and images. Quick example Install the...

    docs.groupdocs.com/metadata/python-net/
  2. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...
  3. Remove Annotations from PDF & Word Documents in...

    Programmatically remove annotations from PDF & Word files in Java. Remove all annotations, remove by IDs, or by annotation types using Java Annotation API....within various documents and images. It allows adding, deleting...

    blog.groupdocs.com/annotation/remove-annotation...
  4. Gérer les métadonnées EPUB à l'aide de Java – É...

    Découvrez comment afficher et modifier les métadonnées d'un livre électronique EPUB à l'aide de Java. Mettez à jour par programme des propriétés EPUB spécifiques et des éléments Dublin Core....qui comprend du texte, des images et des éléments interactifs...les données XMP et EXIF des images HEIF/HEIC à l’aide de Java...

    blog.groupdocs.com/fr/metadata/manage-epub-meta...
  5. Node.js アプリでのメタデータの編集と管理 - GroupDocs.Metadata

    GroupDocs.Metadata for Node.js を活用して、アプリケーション内でメタデータを抽出、更新、削除する方法を発見してください。...# この例では、特定の基準に基づいて画像ファイル(例: image.png )のメタデータプロパティを取得します。 メタデータオブジェクトを初期化します:...the Metadata object with the image file const metadata = new groupdocsMetadata...

    blog.groupdocs.com/ja/metadata/edit-metadata-in...
  6. Converting certain HTML to PDF ignores 'nowrap'...

    Converting the attached HTML to PDF does work fine, but the result does not look too good. In the converted PDF, the first 3 columns get wrapped, which we would like to prevent somehow: Image.jpg (227.7 KB) We made se…...would like to prevent somehow: image.jpg (227.7 KB) We made several...to…”, but Field is cut off image.png (47.6 KB) Can you please...

    forum.groupdocs.com/t/converting-certain-html-t...
  7. Edytuj i zarządzaj metadanymi w aplikacjach Pyt...

    Odkryj, jak wykorzystać GroupDocs.Metadata for Python via .NET do wyciągania, aktualizowania i usuwania metadanych w swoich aplikacjach.... image.jpg ) na podstawie określonych...run (): with gm . Metadata( "image.jpg" ) as metadata: # Sprawdź...

    blog.groupdocs.com/pl/metadata/edit-metadata-in...
  8. 注釈の追加または削除| JavaでPDFファイルに注釈を付ける

    プログラムでJavaのPDFファイルに注釈を追加および削除します。 Java APIを使用して、矢印、長方形、楕円、ハイライト、透かし注釈などを追加します。...setMessage("Annotate documents and images."); area.setOpacity(0.7); area...Reply(); reply2.setComment("Add images as well."); reply2.setRepliedOn(Calendar...

    blog.groupdocs.com/ja/annotation/annotate-pdf-f...
  9. Generate document pages preview | GroupDocs

    Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET....to render lightweight page images for quick previews. import...

    docs.groupdocs.com/comparison/python-net/genera...
  10. Render SVG as HTML using C#

    Learn efficiently how to render SVG as HTML using C#. Also, explore step-by-step instructions and C# code for rendering SVG to HTML without installing extra tools....dynamically incorporate vector-based images into their web applications...

    kb.groupdocs.com/viewer/net/render-svg-as-html-...