Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 9,355 for

document conversion

(1.28 sec)
  1. Add underline annotation | GroupDocs

    The page describes how to add an underline annotation to a Document using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/add-underlin...
  2. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a Document using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/add-highligh...
  3. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a Document using GroupDocs.Annotation for .NET....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/add-highlight...
  4. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a Document using GroupDocs.Annotation for .NET....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/add-strikeout...
  5. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their Documents. Wide range of Document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/redaction-basics/
  6. Perform Boolean Search using Java

    Utilize this article to perform Boolean search using Java. Master full-text search with Boolean operators in Java for accurate and efficient application results....Conversion Product Family GroupDocs...relevant insights from extensive document collections is essential....

    kb.groupdocs.com/search/java/perform-boolean-se...
  7. 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....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...
  8. GroupDocs.Assembly for Java | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Java - A assembly is a Document automation and reports generation API designed to create custom Documents from templates. This Java reporting API intelligently assembles the given data with the defined template Document and generates an output Document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text Documents, spreadsheets, presentations, PDF files, email messages, and images....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/
  9. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/load-password-...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a Document using the redaction API....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/pre-rasterize/