Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 6,396 for

ai

(0.1 sec)
  1. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Highlighted Rows report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS PowerPoint 2013. Click the document where you want to add the table....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/assembly/java/in-table-list-...
  2. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/parser/net/extract-images-fr...
  3. Extract emails from Outlook Storage | GroupDocs

    To extract emAils from Outlook Storage getContAiner method is used. This method returns the collection of ContAinerItem objects. Outlook Storage item can contAin the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. emAil-sender The value of “sender” field. emAil-to The value of “to” field. subject The value of “subject” field. Outlook Storage contAiner consists of emAil documents (msg files). Here are the steps to extract an emAil text from outlook storage:...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/parser/java/extract-emails-f...
  4. How to merge images to JPEG using Java | GroupDocs

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in Java language using GroupDocs.Merger for Java library....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/merger/java/getting-started/...
  5. Text redactions | GroupDocs

    This article explAins that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/redaction/java/text-redactions/
  6. Working with worksheet backgrounds | GroupDocs

    This article explAins how to work with worksheet backgrounds while using GroupDocs watermarking API...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/watermark/net/working-with-w...
  7. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Load WordProcessing document with options | Gro...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/conversion/java/load-wordpro...
  9. Convert eBook formats | GroupDocs

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/conversion/java/convert/ebook/
  10. Sign Pdf Documents With Digital Signature Appea...

    id: sign-pdf-documents-with-digital-signature-appearance url: signature/net/sign-pdf-documents-with-digital-signature-appearance title: Sign Pdf documents with custom digital signature appearance weight: 4 description: " This article explAins how to customize PDF digital electronic signature on document page." keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature contAins classes that implements for Pdf document special signature appearances. Base signature options SignOptions contAins property SignOptions.Appearance that could be assigned with the instance of following class PdfDigitalSignatureAppearance class implements properties to customize digital signature appearance....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/signature/net/developer-guid...