Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 325 for

docx to png conversion

(0.08 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. Existing objects in word processing document | ...

    This article explains how To remove shape of any type from any level of document structure while using GroupDocs watermarking API...Conversion Product Solution GroupDocs...document. Ex: @"C:\Docs\document.docx" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/existing-objec...
  5. Customize watermarks | Documentation

    This article shows how To adjust text or image watermarks To your needs....Conversion Product Solution GroupDocs...Watermarker ( "C:\\Docs\\sample.docx" )) { // Specify the desired...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  6. Searching watermarks | Documentation

    This article explains how To search watermarks while using GroupDocs. Watermarks API....Conversion Product Solution GroupDocs...ImageDctHashSearchCr ( "logo.png" ); imageSearchCriteria . MaxDifference...

    docs.groupdocs.com/watermark/net/searching-wate...
  7. Existing objects in Word document | Documentation

    This article explains how To remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Conversion Product Solution GroupDocs...document. Ex: "C:\\Docs\\document.docx" Watermarker watermarker = new...

    docs.groupdocs.com/watermark/java/existing-obje...
  8. Working with spreadsheet document attachments |...

    This article explains how To work with spreadsheet document attachments while using GroupDocs watermarking API...Conversion Product Solution GroupDocs..."document.docx" ), // File content "sample document.docx" , // Source...

    docs.groupdocs.com/watermark/net/working-with-s...
  9. Clear watermarks | Documentation

    This article shows how To clear existing text or image watermarks....Conversion Product Solution GroupDocs...groupdocsWatermark . Watermarker ( 'sample.docx' ); // Initialize search criteria...

    docs.groupdocs.com/watermark/nodejs-java/clear/
  10. 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...groupdocsWatermark . Watermarker ( 'image.png' ); const watermark = new groupdocsWatermark...

    docs.groupdocs.com/watermark/nodejs-java/adding...