Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 694 for

custom font watermark

(0.24 sec)
  1. GroupDocs.Watermark for Python overview | Group...

    GroupDocs.Watermark for .NET is a powerful API for managing Watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/python-net/product...
  2. 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 ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    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 ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    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 ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    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 ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. 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 ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  7. Render images as HTML, PDF, PNG, and JPEG files...

    Convert images to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render files effectively....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/viewer/python-net/render-ima...
  8. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding Watermark to all background images...Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/net/working-with-s...
  9. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_Watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker Watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = Watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/net/load-document-...