Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 351 for

docx to png conversion

(0.03 sec)
  1. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try To convert a document with the ‘Leelawadee UI’ font To PDF, we encounter some issues in characters. Can you please suggest something here?...Conversion Product Family java sonamsinha...new Converter("test cambodian.docx",loadOptions); Once again, we...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  2. convert_docx_to_pdf.zip

    demo-app/business-plan.Docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview......docx HOME BASED professional services...demo-app/convert_docx_to_pdf.py import os from groupdocs.conversion import...

    docs.groupdocs.com/conversion/python-net/_sampl...
  3. Get HTML markup in different forms | Documentation

    Learn this article To know how To get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.EdiTor for Java API....Conversion Product Solution GroupDocs...= "C:\\input_path\\document.docx" ; //path to some document ...

    docs.groupdocs.com/editor/java/get-html-markup-...
  4. Add image watermarks | Documentation

    This article shows how To add an image watermark and save the resultant document. It is capable of adding watermarks To images or documents....Conversion Product Solution GroupDocs...Watermarker ( "C:\\Docs\\contract.docx" )) { // Specify an absolute...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  5. Get HTML markup in different forms | Documentation

    Learn this article To know how To get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.EdiTor for .NET API....Conversion Product Solution GroupDocs...= "C:\\input_path\\document.docx" ; //path to some document ...

    docs.groupdocs.com/editor/net/get-html-markup-i...
  6. Update watermarks | Documentation

    This article shows how To update existing text or image watermarks....Conversion Product Solution GroupDocs..."C:\\Docs\\watermarked-sample.docx" )) { // Search watermark matching...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  7. Adding text watermarks | Documentation

    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....Conversion Product Solution GroupDocs...image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows To add text watermarks To documents which may consists of pages, worksheets, slides or frames....Conversion Product Solution GroupDocs...your image. Ex: @"C:\Docs\image.png" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  9. Get HTML Markup in Different Forms | Documentation

    Learn how To get edited document HTML markup - body without head tag, content in raw and base64 form, and others using GroupDocs.EdiTor for Node.js via Java API....Conversion Product Solution GroupDocs...= 'C:\\input_path\\document.docx' ; // Path to some document...

    docs.groupdocs.com/editor/nodejs-java/get-html-...
  10. Watermarks in word processing document | Docume...

    This article explains how To add watermarks in word processing document....Conversion Product Solution GroupDocs...document. Ex: @"C:\Docs\document.docx" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/watermarks-in-...