Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 8,798 for

image

(0.32 sec)
  1. اضافه کردن یا حذف حاشیه نویسی در C# | فایل های ...

    به صورت برنامه نویسی حاشیه نویسی را از فایل های Word DOC/DOCX در C# اضافه و حذف کنید. با استفاده از NET Annotation API، حاشیه‌نویسی‌های پیکان، مستطیل، بیضی، واترمارک را اضافه کنید....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/fa/annotation/annotate-word-...
  2. إضافة أو إزالة التعليقات التوضيحية في C # | علق...

    قم بإضافة وإزالة التعليقات التوضيحية برمجيًا من ملفات Word DOC / DOCX في C #. إضافة سهم ، مستطيل ، قطع ناقص ، علامة مائية باستخدام .NET Annotation API....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/ar/annotation/annotate-word-...
  3. 在 Python 應用程式中編輯和管理中繼資料 - GroupDocs.Metadata

    了解如何使用 GroupDocs.Metadata for Python via .NET 來提取、更新和移除應用程式中的中繼資料。...# 在本範例中,我們將根據特定標準檢索圖像文件(例如 image.jpg )的中繼資料屬性。 初始化中繼資料對象 :使用您的文件創建...run (): with gm . Metadata( "image.jpg" ) as metadata: # 檢查文件格式是否已知且文件未加密...

    blog.groupdocs.com/zh-hant/metadata/edit-metada...
  4. Добавить или удалить аннотации в C# | Аннотиров...

    Программно добавляйте и удаляйте аннотации из файлов Word DOC/DOCX на C#. Добавляйте аннотации со стрелками, прямоугольниками, эллипсами и водяными знаками с помощью .NET Annotation API....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/ru/annotation/annotate-word-...
  5. Adicionar ou remover anotações em C# | Anotar a...

    Adicione e remova programaticamente anotações de arquivos Word DOC/DOCX em C#. Adicione anotações de seta, retângulo, elipse e marca d'água usando a API de anotação .NET....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/pt/annotation/annotate-word-...
  6. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert files to PDF. In most cases this works fine. But when trying to convert eml and msg files i get the following error message: “Resource loading timeout 20…...trying to access resources (like images or attachments) that are not...

    forum.groupdocs.com/t/error-converting-eml-and-...
  7. Java で HTML を画像に変換する方法

    Java で HTML を画像に変換するドキュメント変換プロセスの詳細と、これらの手順を使用して Java HTML から画像へのコンバーター機能を作成する方法を学びます。...また、 Java HTML to Image Converter 機能の実装を示すために定義されたプロセスを使用して、実用的なサンプル...

    kb.groupdocs.com/ja/conversion/java/how-to-conv...
  8. 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 the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-z...
  9. 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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. ลงนาม PDF ด้วยใบรับรองลายเซ็นดิจิทัลโดยใช้ Java

    ฝึกฝนศิลปะการเซ็นชื่อ PDF แบบดิจิทัลด้วยใบรับรองใน Java ปรับแต่งลายเซ็นและสร้างแอปพลิเคชันของคุณเองโดยใช้ Digital Signature API...setImageFilePath("image.jpg"); options.setLeft(100);...

    blog.groupdocs.com/th/signature/sign-pdf-with-c...