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

docx to png conversion

(0.09 sec)
  1. Get HTML markup in different forms | GroupDocs

    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-...
  2. Searching watermarks | GroupDocs

    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...
  3. 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...
  4. 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...
  5. 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-...
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. 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...