Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 28,979 for

groupdocs.redaction

(0.06 sec)
  1. Working with slide backgrounds | Documentation

    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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. How to use custom cache implementation | Docume...

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  4. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/search-op...
  5. Get supported features | Documentation

    This article shows how to check if feature supported for the document....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/get-supported-fea...
  6. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013: Insert the desired shape to display image in it....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/common-list-ima...
  7. Get supported features | Documentation

    This article shows how to check if feature supported for the document....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/get-supported-fe...
  8. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format based on the use case: Working with a Business Case. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Create a new presentation slide. Insert the desired shape to display the image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/single-row-imag...
  9. Bulleted List in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  10. eSign document with Barcode signature | Documen...

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/esign-document...