Sort Score
Result 10 results
Languages All
Labels All
Results 8,511 - 8,520 of 9,264 for

image

(0.26 sec)
  1. Mettre en surbrillance un PDF avec des annotati...

    Mettez en surbrillance du texte dans un PDF avec des annotations de surbrillance à l'aide de C#. L'API .NET d'annotation de documents et d'Images permet d'annoter des fichiers PDF en mettant en surbrillance n'importe quelle zone....# Ajouter un filigrane aux images à l’aide de C # Ajouter ou...

    blog.groupdocs.com/fr/annotation/highlight-pdf-...
  2. Convertir Word en Markdown en utilisant C# | DO...

    Convertissez des documents Word en fichiers Markdown à l'aide de C#. Transformez les fichiers DOC/DOCX au format MD à l'aide de l'API d'analyse et de conversion GroupDocs .NET....électronique, les archives, les images et bien d’autres mentionnés...

    blog.groupdocs.com/fr/parser/convert-word-to-ma...
  3. GroupDocs.Comparison 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....new features like support for Images, metered licensing and many...

    blog.groupdocs.com/categories/groupdocs.compari...
  4. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... EXIF (Exchangeable Image File Format) is de standaard...

    blog.groupdocs.com/nl/groupdocs.blog/page/34/
  5. GroupDocs Blog | Document Automation Solutions ...

    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) is de standaard...

    blog.groupdocs.com/nl/page/34/
  6. حذف واترمارک تصویر از RTF با استفاده از پایتون

    یاد بگیرید چگونه واترمارک تصویر را از فایل‌های RTF با استفاده از پایتون حذف کنید. این آموزش نشان می‌دهد چگونه به‌صورت برنامه‌نویسی واترمارک‌های تصویری را در اسناد RTF شناسایی و حذف کنید....آموزش جامع ما دربارهٔ remove image watermark from DOCX using Python...

    kb.groupdocs.com/fa/watermark/python/remove-ima...
  7. GroupDocs.Merger 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....des filigranes de texte et d’image aux documents][1] pour éviter...

    blog.groupdocs.com/fr/categories/groupdocs.merg...
  8. 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...
  9. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/working-...
  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...