Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 8,924 for

document conversion

(0.09 sec)
  1. Render XLSX as PDF using Python

    Learn how to render XLSX as PDF using Python. This tutorial explains how to convert XLSX to PDF in Python for secure and portable Document output....Conversion Product Family GroupDocs...viewer.options , to handle document loading and PDF output Open...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  2. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for Node.js via Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  3. 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-...
  4. 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/net/pre-rasterize/
  5. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from Document page....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/html/
  6. 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...
  7. 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...
  8. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. 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...
  10. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a Document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial Document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the Document); Iterate through the collection and obtain Parser object to extract a text....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-attachme...