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

docx to png conversion

(0.17 sec)
  1. Working with spreadsheet document attachments |...

    This article explains how To work with spreadsheet document attachments while using GroupDocs watermarking Java API...Conversion Product Solution GroupDocs...file = new File ( "document.docx" ); byte [] attachmentBytes...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Clear watermarks | GroupDocs

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

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  3. 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...
  4. Watermarks in Word document | GroupDocs

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

    docs.groupdocs.com/watermark/java/watermarks-in...
  5. 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....Conversion Product Solution GroupDocs...image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new...

    docs.groupdocs.com/watermark/java/adding-text-w...
  6. Adding text watermarks | GroupDocs

    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...
  7. Get HTML Markup in Different Forms | GroupDocs

    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-...
  8. 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...
  9. Customize watermarks | GroupDocs

    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...
  10. Add image watermarks | GroupDocs

    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...