Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 15,670 for

file

(0.22 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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-...
  5. 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...
  6. PDF Document Viewer Module for Drupal is Now Av...

    Great news for all Drupal CMS users! We have released a PDF viewer module for Drupal. The module allows you to seamlessly embed PDF documents, as well as PowerPoint presentations, Excel spreadsheets, word processing documents and images into web-pages on your Drupal website. The PDF document viewer module for Drupal utilizes our GroupDocs Viewer’s functionality and provides you with the following benefits: Your website visitors don’t need any browser plug-ins or Flash to view documents hosted with our document viewer....print and download the original file right from your Drupal web-pages...presentations (PPT, PPTX) Image files (JPG, BMP, GIF, TIFF) Installing...

    blog.groupdocs.com/total/pdf-document-viewer-mo...
  7. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Saving With External Resource Files Working with List Reports -...DocumentTable Objects from a Single File as a Single Operation Defining...

    docs.groupdocs.com/assembly/net/advanced-usage/
  8. How to Add Link Annotation using Java

    Let's familiarize ourselves with step-by-step instructions to add link annotation using Java and quickly implement these points to add link annotation in Java....class and pass the input PDF file to its constructor Create an...

    kb.groupdocs.com/annotation/java/how-to-add-lin...
  9. How to Extract Metadata from PDF using Java

    Let's get familiar ourselves with the process to extract metadata from PDF using Java and learn how to create functionality to get metadata from PDF in Java....class and pass the source PDF file to its constructor Call the...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  10. How to Highlight Text in PDF using C#

    In this article, you will learn how to highlight text in PDF using C#. We will also provide you step-by-step instructions and code to highlight text using C# in PDF....annotation library and configured the file paths, it’s effortless to incorporate...

    kb.groupdocs.com/annotation/net/how-to-highligh...