Sort Score
Result 10 results
Languages All
Labels All
Results 8,931 - 8,940 of 9,585 for

image

(0.22 sec)
  1. Afficher les fichiers CAO à l'aide de l'API Jav...

    Créez votre visualiseur de fichiers CAO en Java. Convertissez DWG, DGN en HTML, JPG, PNG ou PDF à l'aide de l'API Java de la visionneuse de documents de GroupDocs....documents et fichiers image au format HTML, Image ou PDF pour afficher...

    blog.groupdocs.com/fr/viewer/viewing-cad-docume...
  2. C#のプレゼンテーションに透かしを追加する|テキストと画像の透かし

    GroupDocsによる.NETWatermarkingAPIを使用して、プレゼンテーションスライドに透かしとしてテキストを追加したり、PPT、PPTX、PPSなどの形式に画像透かしを適用したりするC#の方法。...new ImageWatermark("watermark-image.png"); imageWatermark.Opacity...ImageWatermarkOption); watermarker.Save("image-watermarked-presentation.pptx");...

    blog.groupdocs.com/ja/watermark/add-watermark-t...
  3. Agregar o quitar anotaciones en C# | Anotar arc...

    Agregue y elimine anotaciones mediante programación de archivos DOC/DOCX de Word en C#. Agregue anotaciones de flechas, rectángulos, elipses y marcas de agua mediante la API de anotaciones de .NET....Now, Message = "This image is little upwards.", Opacity...new Reply { Comment = "Add images as well.", RepliedOn = DateTime...

    blog.groupdocs.com/es/annotation/annotate-word-...
  4. JavaでPDFから画像を抽出する方法

    Java で PDF から画像を抽出するための使いやすい手順を理解し、Java を使用して PDF から画像を抽出するコードを作成する方法を学びましょう。...で PDF から画像を抽出するコード extract images from PDF Java アプリケーションを開発するために、いくつかの...

    kb.groupdocs.com/ja/parser/java/how-to-extract-...
  5. Working with CAD metadata | GroupDocs

    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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-ca...
  6. Marca de agua en documentos de Word usando C# |...

    Agregue marcas de agua de texto e imágenes a documentos de Word usando C#. Aplique marcas de agua mediante programación en las páginas utilizando la API .NET....= new ImageWatermark("path/image.png") { Opacity = .5, HorizontalAlignment...

    blog.groupdocs.com/es/watermark/watermark-word-...
  7. Marca d'água em documentos do Word usando C# | ...

    Adicione marcas d'água de texto e Imagem a documentos do Word usando C#. Aplique marcas d'água programaticamente nas páginas usando a API .NET....= new ImageWatermark("path/image.png") { Opacity = .5, HorizontalAlignment...

    blog.groupdocs.com/pt/watermark/watermark-word-...
  8. Tambahkan Tanda Air ke PDF menggunakan C# | Tan...

    Tambahkan tanda air gambar atau terapkan tanda air teks ke file PDF menggunakan C#. Beri tanda air pada semua atau halaman selektif PDF menggunakan .NET Watermarking API....Save("path/image-watermark.pdf"); } Keluaran...

    blog.groupdocs.com/id/watermark/watermark-pdf-f...
  9. Watermerk Word-documenten met C# | Tekst- en af...

    Voeg tekst- en afbeeldingswatermerken toe aan Word-documenten met C#. Pas watermerken programmatisch toe op pagina('s) met behulp van .NET API....= new ImageWatermark("path/image.png") { Opacity = .5, HorizontalAlignment...

    blog.groupdocs.com/nl/watermark/watermark-word-...
  10. Issue with Text Redaction - Free Support Forum ...

    I am doing text Redaction on my word and ppt documents, but the problem is I’m not able to retain the font property. For e.g. I’m replacing a text which has its own font property/formatting but after the text Redaction …...the same in both documents image.png (75.3 KB). Niteen_Jadhav:...

    forum.groupdocs.com/t/issue-with-text-redaction...