Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 835 for

document text extraction

(0.14 sec)
  1. 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-...
  2. How to Run Examples | Documentation

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...like this // The path to the documents directory. string filePath...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported Document formats please refer to Supported Document Formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...keep all text information extracted from documents, and you are...

    docs.groupdocs.com/search/java/indexing-with-st...
  5. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...word-processing documents Add watermarks to word processing documents Leave...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...keep all text information extracted from documents, and you are...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...keep all text information extracted from documents, and you are...

    docs.groupdocs.com/search/net/indexing-with-sto...
  8. Extract data from ZIP archives | Documentation

    The following examples demonstrate how to extract data from ZIP archives:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Slow files viewer - Free Support Forum - groupd...

    Hello, We have facing problem for Group Doc, in particular with the function GetViewerInfo which remains very slow even with the latest version 22.9 ( about 7 seconds ). Is this normal? Is there a faster function to u…...faster function to use for document viewing? Thank you for your...an extract of the code in the bug.pdf file and a document with...

    forum.groupdocs.com/t/slow-files-viewer/11971
  10. Working with Email Messages using GroupDocs.Wat...

    We are pleased to announce the release of version 17.11 of GroupDocs.Watermark for .NET API. This version enables you to work with Email Formats and obsolete SlidesBaseSlide.BackgroundImage property has been removed. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read more about version 17.11. Working with Email FormatsGroupDocs.Watermark for .NET 17.11 provides the ability to work with the Email formats....well as adding, removing, extracting and embedding attachments...details please visit this documentation article . Below is the list...

    blog.groupdocs.com/watermark/working-with-email...