Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,974 for

groupdocs fonts api

(1.03 sec)
  1. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using Groupdocs. Watermarks Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/searching-wate...
  2. Shapes in spreadsheet document | GroupDocs

    The watermarking Api enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  3. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using Groupdocs.Watermark Api for enterprise content protection.... Can I use different fonts? How do I watermark many files...special Python tool called GroupDocs.Watermark that does all the...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  4. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/python-net/working...
  5. eSign document with Stamp signature | GroupDocs

    This article explains how to sign a document electronically with generated Stamp signatures by Groupdocs.Signature Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/esign-document...
  6. New Features and Extended Support of File Forma...

    Another month, another version. Today we are releasing version 17.8.0 of Groupdocs.Viewer for .NET. This version resolves a number of bugs that were found in prior releases. Furthermore, we have added the support of more file formats as well as introduced new features in this monthly release. Please continue to find out more about version 17.8.0. Rendering Documents with Comments From version 17.8.0, we have extended the support of rendering document comments....0 of GroupDocs.Viewer for .NET . This version...Supported File Formats . GroupDocs.Viewer for .NET 17.8.0 - Improvements...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  7. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off Groupdocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off Groupdocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new Groupdocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from Groupdocs.com, not through third parties or resellers....NewsletterDecember 2018 # 25% off GroupDocs.Total OR 24 bottles of Award-Winning...Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  8. Render Excel and Apple Numbers spreadsheets as ...

    Convert Excel and Numbers spreadsheets to HTML, PDF, PNG, or JPEG using Groupdocs.Viewer for Python....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/python-net/render-exc...
  9. Rendering Documents as PDF

    The Portable Document Format (PDF) is a file format to present documents, including text formatting and images, in a manner independent of the application software, hardware, and operating systems. Based on the PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, Fonts, vector graphics, raster images and other information needed to display it. This post demonstrates the usage of the Groupdocs.Viewer Apis (Groupdocs....document, including the text, fonts, vector graphics, raster images...the usage of the GroupDocs.Viewer APIs (GroupDocs.Viewer for .NET...

    blog.groupdocs.com/viewer/rendering-documents-a...
  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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/working-with-...