Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 37,404 for

watermarking

(0.13 sec)
  1. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  2. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  3. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  4. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  5. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. render_docx_to_png.zip

    demo-app/render_docx_to_png.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PngViewOptions def render_docx_to_png(): # Get license file absolute path ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  7. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  8. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  9. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......NET is a watermark support[endnoteRef:4]. With...which are discussed below. Watermarking allows you to add text to...

    docs.groupdocs.com/viewer/java/sample-files/dev...
  10. 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....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/adding-text-w...