Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 15,314 for

file

(0.09 sec)
  1. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#.... We have used a PDF file for extracting text in this...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  2. Set password for output document | GroupDocs

    This article explains how to set document password after Files comparison within your Java applications using GroupDocs.Comparison for Node.js via Java....comparison' ); // Define file paths for the source, target...'sample-files/source.docx' ; const targetFile = 'sample-files/target...

    docs.groupdocs.com/comparison/nodejs-java/set-p...
  3. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET.... a file to examine Get a collection...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. GroupDocs.Total for .NET 25.9 – Latest Updates ...

    Explore what’s new in GroupDocs.Total for .NET 25.9. Available now on NuGet and GroupDocs website....large machine‑learning model files that considerably increase the...TOTALNET‑284 Parser Resolved “file type not supported” error when...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  5. Cancel document viewing in ASP.NET Core - Free ...

    Hi, Is there any way to cancel document rendering in ASP.NET Core? Cancel rendering | Documentation (groupdocs.com) For example if there’s issue in the document, and we’d like to cancel it within IFileStorage.ReadFile…...scenario is like this: the document file is fetched from external API...

    forum.groupdocs.com/t/cancel-document-viewing-i...
  6. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  7. Adding image watermarks | GroupDocs

    Add image watermarks from File or stream using GroupDocs.Watermark for Python via .NET....Add image watermark from local file The following example shows...

    docs.groupdocs.com/watermark/python-net/adding-...
  8. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....into services that operate on file streams. Was this page helpful...

    docs.groupdocs.com/comparison/python-net/get-li...
  9. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....class by passing the input XLSX file path to its constructor as a...how to add watermarks to XLSX files. Code to Add Watermark to Excel...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....and extract some additional file format information. a presentation...package Use the property to obtain file format information AdvancedUsage...

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