Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 4,206 for

classification

(0.36 sec)
  1. 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....Classification Product Solution Purchase...

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

    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....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Generate Output in Different Format | GroupDocs

    Convert assembled documents to different formats (e.g., DOCX to PDF, DOCX to HTML) during assembly....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-dif...
  4. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/generate-docu...
  5. Convert page layout formats | GroupDocs

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/net/convert/page-...
  6. Generate Numbered Lists from Data Source | Grou...

    Create numbered lists in documents by iterating over data collections and displaying items with numbers....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  7. Barcodes Syntax and Properties | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode image without bars and text....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/barcodes-synta...
  8. Generate Bullet Lists from Data Source | GroupDocs

    Create bulleted lists in documents by iterating over data collections and displaying items as bullets....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  9. GroupDocs.Assembly for .NET 25.12 Release Notes...

    GroupDocs.Assembly for .NET 25.12 Release Notes – the latest updates and fixes....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  10. Generate Document from JSON Data Source | Group...

    Build documents from JSON data sources using JsonDataSource class to load and bind JSON data to templates in .NET applications....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-jso...