Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 3,156 for

image signature

(0.03 sec)
  1. Comment convertir un document Word en HTML en u...

    Ce didacticiel vous explique comment convertir un document Word en HTML à l'aide de Java et examine un exemple de code pour l'application Java de conversion de Word en HTML....Signature Product Family GroupDocs.Metadata...sur la conversion d’Excel en image à l’aide de Java, consultez...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  2. نحوه تبدیل پاورپوینت به PDF با استفاده از سی شارپ

    این آموزش کوتاه، فرآیند کامل تبدیل پاورپوینت به پی دی اف با استفاده از سی شارپ را شرح می دهد و یک نمونه کد کار برای برنامه پاورپوینت سی شارپ به پی دی اف ارائه می دهد....Signature Product Family GroupDocs.Metadata...مقاله ای برای تغییر سند Word به Image در سی شارپ منتشر کرده ایم، برای...

    kb.groupdocs.com/fa/conversion/net/how-to-conve...
  3. Convert DOCX to MHTML using Python

    Learn how to convert DOCX to MHTML using Python without installing extra software. Step-by-step guide with sample code to export DOCX to MHTML using Python....Signature Product Family GroupDocs.Metadata...and embedded objects such as images and hyperlinks. By following...

    kb.groupdocs.com/conversion/python/convert-docx...
  4. Afbeeldingen uit DOCX extraheren met C#

    Leer hoe u snel afbeeldingen uit DOCX kunt extraheren met C# met deze gids. Krijg praktische C#-code om afbeeldingen uit DOCX te extraheren om uw documentverwerking te verbeteren....Signature Product Family GroupDocs.Metadata...van C# Concluderend laat DOCX image extraction C# tutorial zien...

    kb.groupdocs.com/nl/parser/net/extract-images-f...
  5. Afbeelding naar Word converteren met C#

    Dit beknopte artikel beschrijft het stapsgewijze proces om afbeelding naar Word te converteren met C# en hoe u een toepassing voor de afbeelding naar Word-converter in C# kunt ontwikkelen....Signature Product Family GroupDocs.Metadata...de stapsgewijze procedure om Image naar Word te converteren met...

    kb.groupdocs.com/nl/conversion/net/how-to-conve...
  6. Get changes coordinates | Documentation

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...Signature Product Solution GroupDocs...coordinates at document preview images. These coordinates can be useful...

    docs.groupdocs.com/comparison/java/get-changes-...
  7. 如何使用 C# 将图像转换为 Word

    这篇快速文章描述了使用 C# 将图像转换为 Word 的逐步过程,以及如何在 C# 中开发图像到 Word 转换器的应用程序。...Signature Product Family GroupDocs.Metadata...在本操作指南中,我们将重点介绍使用最佳文档转换器 API 之一使用 C#** 将 Image 转换为 Word 的分步过程**。此外,本文还指导您配...

    kb.groupdocs.com/zh/conversion/net/how-to-conve...
  8. C#을 사용하여 이미지를 Word로 변환하는 방법

    이 빠른 문서에서는 C#을 사용하여 이미지를 Word로 변환하는 단계별 프로세스와 C#에서 이미지를 Word로 변환하는 애플리케이션을 개발하는 방법을 설명합니다....Signature Product Family GroupDocs.Metadata...API 중 하나를 사용하여 C#**을 사용하여 ** Image 을 Word 로 변환하는 단계별 절차에 중점을 둘...

    kb.groupdocs.com/ko/conversion/net/how-to-conve...
  9. Convertir DOCX en TIFF avec Python

    Convertissez facilement des fichiers DOCX en TIFF avec Python grâce à des exemples de code clairs. Suivez ce guide pour exporter des fichiers DOCX vers TIFF avec Python et obtenir une Image de haute qualité....Signature Product Family GroupDocs.Metadata...conversion de documents au format image est une pratique courante pour...

    kb.groupdocs.com/fr/conversion/python/convert-d...
  10. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Signature Product Solution GroupDocs...location and convert its pages to images final FileOutputStream fileStream...

    docs.groupdocs.com/redaction/java/save-to-stream/