Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,354 for

image to word

(0.2 sec)
  1. Determine the file type | GroupDocs

    This article explains how To get a type of a file with GroupDocs.Viewer for .NET using .NET / C#.... For example, Microsoft Word (.docx) and Adobe PDF (.pdf)...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  2. Convert Source Code to PDF in C# | Python, PHP,...

    Transform source code files To PDF format in C#. Convert Python, Java, PHP, and other programming language files To PDF using document conversion .NET API....documents into PDF, HTML, and images with the .NET application....via the forum . See Also # Images to PDF Conversion in C# Emails...

    blog.groupdocs.com/viewer/convert-source-code-t...
  3. Convert Excel Spreadheets to PDF using C# | .NE...

    Convert Excel files To PDF using C#. Convert full workbook, selected sheets, sub-sequence of sheets, or any cell range using spreadsheet conversion .NET API....many other file formats like word-processing documents, spreadsheets...spreadsheets, presentations, eBooks, images, etc that are mentioned in...

    blog.groupdocs.com/conversion/convert-excel-spr...
  4. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs To be more descriptive. A tag body must meet the following requirements:... Using Images Note See Common List with Image template using...using images in it. You can insert images to your reports dynamically...

    docs.groupdocs.com/assembly/java/template-synta...
  5. Big News! GroupDocs.Redaction has been released...

    Do you have To deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs To be protected? If they do, how do you process such documents To hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....sensitive content & metadata from word processing documents, worksheets...presentations, PDF and raster image files in your Java applications...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  6. Compare PDF Files - Online and Free PDF Comparison

    Compare PDF files using free the online comparison Tool. Developers can use .NET, Java, and Cloud API To build a document comparison application....differences, such as changes in text, images, or formatting. Save Time:...Article # Online Image Comparison How to Compare Word Files Online...

    blog.groupdocs.com/comparison/compare-pdf-files...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...document insertion while generating Word Processing documents Support...PowerPoint format Read TIFF Image File Directory tags Remove hidden...

    blog.groupdocs.com/groupdocs.blog/page/86/
  8. Iterative Digital signing of the PDF document |...

    This article explains how To iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....with custom appearance and image This example demonstrates how...the appearance and adding an image to each signature. See Here...

    docs.groupdocs.com/signature/net/iterative-digi...
  9. Adding text watermarks | GroupDocs

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Determine the file type | GroupDocs

    This article explains how To get a type of a file with GroupDocs.Viewer for Java using Java.... For example, Microsoft Word (.docx) and Adobe PDF (.pdf)...+ fileType ); The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-determine...