Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 16,699 for

file

(0.1 sec)
  1. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different File formats, e....million documents of different file formats, e.g. MS Word, Spreadsheets...occurrences Basic metadata fields File names Document types Moreover...

    blog.groupdocs.com/search/searching-in-a-large-...
  2. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Initialise class with embedded file path and page number; Instantiate...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/java/add-document-to-...
  3. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...format-specific information from BMP file headers. The following are the...to read the header of a BMP file. a BMP image Get the root metadata...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...format-specific information from BMP file headers. The following are the...to read the header of a BMP file. a BMP image Get the root metadata...

    docs.groupdocs.com/metadata/java/working-with-b...
  5. Load document from stream | GroupDocs

    Load documents directly from a File-like object — open File handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....stream without saving it as a file on a disk. You can use this...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/python-net/developer-...
  6. How to Add Underline Annotation into PDF Using C#

    We will explore the process how to add underline annotation into PDF using C#. A code example is also provided to insert underline annotation in PDF using C#....Annotator class by passing PDF file’s path to its constructor Create...adjustments to the input and output file paths, you can effortlessly...

    kb.groupdocs.com/annotation/net/how-to-add-unde...
  7. Convert CSV to HTML using Java

    Let's swiftly grasp the process of how to convert CSV to HTML using Java. We will furnish you with vital steps and code example to export CSV to HTML using Java....CSV (Comma-Separated Values) files are a common format for storing...Conversion for Java to export a CSV file into HTML format Create an instance...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  8. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....as viewer : # Create an HTML file. viewOptions = HtmlViewOptions...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  9. Comments and replies | GroupDocs

    Attach a threaded discussion of replies and users to an annotation with GroupDocs.Annotation for Python via .NET....pdf is the sample file used in this example. Click...download it. output.pdf Binary file (PDF, 91 KB) Was this page helpful...

    docs.groupdocs.com/annotation/python-net/commen...
  10. Add image watermarks | GroupDocs

    This article shows how to add an image watermark to a document and save the result with GroupDocs.Watermark for Python via .NET....ImageWatermark from the watermark image file (or a stream). Position the...image watermark from a logo file and center it watermark = ImageWatermark...

    docs.groupdocs.com/watermark/python-net/add-image/