Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,115 for

document text extraction

(0.04 sec)
  1. GroupDocs.Viewer for Java overview | Documentation

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...the following actions: View documents in the (DOCX, XLSX, PPTX,...

    docs.groupdocs.com/viewer/java/product-overview/
  2. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to spreadsheet documents / Working with worksheet headers...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Convert PDF to Word using Python

    Learn how to convert PDF to Word using Python with clear steps. Effortlessly export PDF to Word using Python without installing any extra software on your system....Word files from your PDF documents. This is especially useful...and businesses that need to extract, edit, or reuse content from...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...request) { try { Document document = new Document(); await Task...Task.Run(() => document.Save(request.FileUploadPath)); return new...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  5. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Leave feedback On this page Extracting information about all headers...

    docs.groupdocs.com/watermark/net/working-with-w...
  6. Edit Email | Documentation

    This guide demonstrates how to edit content of the Documents from Email format family like a common Text Documents using a GroupDocs.Editor for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Email documents Edit Email Leave...

    docs.groupdocs.com/editor/java/edit-email/
  7. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...page The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/net/working-with-s...
  8. Edit Email | Documentation

    This guide demonstrates how to edit content of the Documents from Email format family like a common Text Documents using a GroupDocs.Editor for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Email documents Edit Email Leave...

    docs.groupdocs.com/editor/net/edit-email/
  9. Parse data from documents | Documentation

    This article shows how to extract data from Documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Parse data from documents Parse data from documents Leave feedback...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  10. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to presentation documents / Working with slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...