Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 10,159 for

image

(0.07 sec)
  1. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... ** EXIF **( Exchangeable Image File Format ) は、主にデジタルカメラやス...

    blog.groupdocs.com/ja/categories/groupdocs.meta...
  2. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  3. Документ Word как HTML-адаптивные страницы с ис...

    Обрабатывайте документы Word для просмотра в виде адаптивных HTML-страниц с помощью C#. Преобразование файлов DOC, DOCX в адаптивные HTML-страницы с помощью средства просмотра документов .NET API....встроенными и внешними ресурсами, Image Viewer путем рендеринга в форматах...

    blog.groupdocs.com/ru/viewer/view-word-document...
  4. GroupDocs.Annotation dla .NET 25.11 – Najnowsze...

    Poznaj nowości w GroupDocs.Annotation dla .NET 25.11. Dostępny już teraz w serwisie NuGet i na stronie GroupDocs....NET runtime libraries, image‑processing modules, and document‑parsing...

    blog.groupdocs.com/pl/annotation/groupdocs-anno...
  5. Automatizujte audity vodoznaků v .NET s GroupDo...

    Zjistěte, jak nahradit náchylné k chybám ruční kontroly vodoznaků krátkým .NET skriptem, který skenuje, ověřuje a hlásí vodoznaky pomocí GroupDocs.Watermark.... " [image] ")} " ); Console.WriteLine(...null ) Console.WriteLine( $" Image bytes {wm.ImageData.Length}"...

    blog.groupdocs.com/cs/watermark/audit-automatio...
  6. C#の画像に透かしを追加する|テキストと画像の透かし

    GroupDocsによる.NETWatermarkingAPIを使用して、画像に透かしとしてテキストを追加したり、PNG、JPG / JPEG、WebP、GIF、TIFF、BMP画像に画像透かしを追加したりするC#の方法。...= new Watermarker("filePath/image.jpg")) { // テキストと透かしのフォントを設定する...= new Watermarker("filePath/image.png")) { using (ImageWatermark...

    blog.groupdocs.com/ja/watermark/add-watermark-t...
  7. Render to HTML | GroupDocs

    Render files to HTML with GroupDocs.Viewer for Python. Easily convert documents like Word to clean HTML....options to manage CSS, fonts, images, and other resources: HTML...

    docs.groupdocs.com/viewer/python-net/rendering-...
  8. Get Changes Coordinates | GroupDocs

    Compute pixel coordinates for each detected change to overlay highlights on page previews, using GroupDocs.Comparison for Python via .NET....overlay highlights on preview images of the source and target documents...

    docs.groupdocs.com/comparison/python-net/develo...
  9. Working with metadata in AVI files | GroupDocs

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

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with ZIP archives | GroupDocs

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

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