Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 577 for

custom font text watermark

(0.13 sec)
  1. Searching watermarks | GroupDocs

    This article explains how to search Watermarks while using GroupDocs. Watermarks Java API....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/searching-wat...
  2. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....in Slides document along with font family support. Moreover, few...annotation for Slides document Font family support for TextReplacement...

    blog.groupdocs.com/categories/groupdocs.annotat...
  3. 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...Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/net/existing-objec...
  4. Releasing GroupDocs.Viewer for .NET 3.5.0 - New...

    We’ve always been listening to the feedback of our valuable Customers and in response, we are announcing another monthly release of GroupDocs.Viewer for .NET with fixes for over 15 issues. The latest version has also introduced some new features along with necessary improvements. Let’s have a glance at what v3.5.0 has come with. Document Viewer API - New FeaturesListed below are the new features introduced in GroupDocs.Viewer for .NET 3....feedback of our valuable customers and in response, we are announcing...Implement ability to specify font for watermark GroupDocs.Viewer for...

    blog.groupdocs.com/viewer/groupdocs-viewer-net-...
  5. Features Overview | GroupDocs

    GroupDocs.Watermark for Python via .NET adds, searches, and removes Text and image Watermarks through a single, format-independent API — with format-specific placement, content-tree editing, locking, and rasterization....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/python-net/feature...
  6. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Text files to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/viewer/net/render-text-files/
  7. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs Watermarking API...Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/net/working-with-w...
  8. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/net/basic-usage/
  9. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Text files to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/viewer/nodejs-java/render-te...
  10. 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-...