Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 14,335 for

file

(0.04 sec)
  1. How to integrate GroupDocs.Viewer in ASP.NET Co...

    This guide steps through integration process of GroupDocs.Viewer.UI in ASP.NET Core Web application...that project and configuration files has been created. Install packages...local disk to read and write files uploaded using UI. GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-integrate-...
  2. Inserting Images Dynamically | Documentation

    How to dynamically inserted image within your template...Base64-encoded bytes is available for file formats where dynamic image...available for almost all supported file formats. Was this page helpful...

    docs.groupdocs.com/assembly/java/inserting-imag...
  3. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....it supports: a wide range of file formats , adding text/image...

    blog.groupdocs.com/watermark/add-watermark-to-a...
  4. Configuring search network | Documentation

    This page contains information about configuring the search network....the class can be saved to a file or stream in the XML format...subsequently can be loaded from the file or stream using the Load method...

    docs.groupdocs.com/search/java/configuring-sear...
  5. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....library and configuring the file paths, incorporating this code...

    kb.groupdocs.com/annotation/java/how-to-highlig...
  6. 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...
  7. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight new features like support of Imaging DjVu File format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed information is listed below....like support of Imaging DjVu file format, Formulas, Smart Art...

    blog.groupdocs.com/comparison/formulas-smart-ar...
  8. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...= new PresentationWatermar ( File . ReadAllBytes ( "background...= new PresentationWatermar ( File . ReadAllBytes ( "test.png"...

    docs.groupdocs.com/watermark/net/working-with-s...
  9. 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...
  10. Extracting Common Image Information | Documenta...

    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...