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

file

(0.46 sec)
  1. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......content to securely process PDF files. Word Search and Replace Text...hide the text to redact PDF files. Find and Replace Text in PDF...

    blog.groupdocs.com/categories/groupdocs.redacti...
  2. GroupDocs.Merger for Java | GroupDocs

    Use GroupDocs.Merger for Java to merge several documents into one, split single document to multiple and organize documents in different ways....empowers your applications with file merge features. GroupDocs.Merger...merge multiple files into one file, split single file into several...

    docs.groupdocs.com/merger/java/
  3. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....RTF ) files can be converted to plain text (TXT) files for a...Converter class by providing the RTF file path as an argument to its constructor...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Hidden Text Becomes Visible in GroupDocs.Viewer...

    Hi GroupDocs Support, I encountered a rendering issue using GroupDocs.Viewer when previewing a PDF document. In the original PDF, there is some text that is intentionally hidden behind a filled rectangle or shape (used…...reproduce, I’m attaching the exact file we are using ( INBIPO0001_2024-25...Could you please check with this file and confirm if you see the same...

    forum.groupdocs.com/t/hidden-text-becomes-visib...
  5. 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-...
  6. Extract data from ePUB eBooks | GroupDocs

    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...
  7. Load the password-protected documents | GroupDocs

    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...
  8. Java Regex - Search in Documents using Regular ...

    Unlock the power of programmatic search in Java! Learn how to search multiple text-based documents across folders with precision using regular expressions....through documents in different file formats across folders. Java...search for specific text in files of different formats across...

    blog.groupdocs.com/search/search-in-documents-b...
  9. Support of .NET Standard 2.0 in GroupDocs.Viewe...

    Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you. Support of .NET Standard 2.0 As promised, we have added the support of ....supported file formats and added the support of Gnu Zipped Files (.gzip)...versions have been fixed. Tiff files are rendered incorrectly. Incorrect...

    blog.groupdocs.com/viewer/support-of-net-standa...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....and extract some additional file format information. a GIF image...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...