Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 5,916 for

file conversion

(0.4 sec)
  1. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Conversion Product Solution GroupDocs...( "relativity" , options ); File path filters The first supported...

    docs.groupdocs.com/search/java/document-filteri...
  2. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Conversion Product Solution GroupDocs...toolkit and create a new PDF file with raster images of redacted...

    docs.groupdocs.com/redaction/python-net/feature...
  3. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your Java application....Conversion Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/java/
  4. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...a text to be compared, not a file path). Instantiate the Comparer...

    docs.groupdocs.com/comparison/python-net/load-t...
  5. How to Add Watermark Annotation to PDF using C#

    Review the step-by-step guide to add watermark annotation to PDF using C# by annotation library and how to use these instructions to insert watermark to PDF in C#....Conversion Product Family GroupDocs...class and pass path of input PDF file to its constructor Initialize...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  6. Export Data | GroupDocs

    How to export data to JSON or XML Files....Conversion Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  7. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Conversion Product Family GroupDocs...instructions to compare Word files as well as a functional example...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  8. 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....Conversion Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  9. 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:...Conversion Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. Working with Text | GroupDocs

    Perform keyword or regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Notes...

    docs.groupdocs.com/parser/python-net/working-wi...