Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 14,605 for

file

(0.27 sec)
  1. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some new features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the new version 19....Layer III; WAV – Waveform Audio File Format; BMP – Bitmap Picture;...Interchange Format File; JP2 – JPEG 2000 Core Image File; For complete...

    blog.groupdocs.com/search/index-each-letter-as-...
  2. Extract data from ePUB eBooks | Documentation

    GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 formats are supported. The following table provides the list of supported formats: Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Help File Digital E-Book File Format FictionBook 2.0 File More...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for Java....To load a password protected file, follow these steps: Instantiate...to load a password protected file: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/load-passwor...
  4. Get Possible Conversions | Documentation

    This article demonstrates how to get possible conversions for a File type using GroupDocs.Conversion for Python via .NET API....conversions for every supported file type. Converter.get_possibl...possible conversions for a specific file extension, e.g., "docx" . converter...

    docs.groupdocs.com/conversion/python-net/develo...
  5. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....allows you to render STL and IFC file formats. Furthermore, settings...version. Render STL and IFC File FormatsFrom version 17. GroupDocs...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  6. GroupDocs.Watermark for Python via .NET | Docum...

    A Python via .NET API for adding watermarks to the documents of different File formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....you to build desktop and web file watermark applications. GroupDocs...support for the documents of 40+ file formats. Supports watermark...

    docs.groupdocs.com/watermark/python-net/
  7. 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.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  8. Remove Annotations from XLSX using Java

    Swiftly master the process of how to remove annotations from XLSX using Java. You'll also discover a code example demonstrating how to delete annotations in XLSX using Java....using Java Annotations in XLSX files, often referred to as comments...information, or simply tidying up the file. In this discussion, we’ll explore...

    kb.groupdocs.com/redaction/java/remove-annotati...
  9. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....sensitive information from Excel files ( XLSX ) is a crucial task for...NET to redact text in XLSX files Create the object of Redactor...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  10. Convert XLSX to BMP using Python

    Learn how to convert XLSX to BMP using Python in a few simple steps without extra dependencies. Includes sample code to export XLSX to BMP in Python efficiently....providing the path to your XLSX file Configure ImageConvertOptions...chosen location To convert Excel files to BMP format using Python,...

    kb.groupdocs.com/conversion/python/convert-xlsx...