Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,073 for

view file

(0.07 sec)
  1. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using the EpubRootPackage....is an e-book file format that uses the “.epub” file extension....format-specific information from EPUB files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. GroupDocs.Viewer for .NET | Documentation

    GroupDocs.Viewer for .NET 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 .NET application....spreadsheets, presentations, PDF files, web pages, email messages,...process and customize the output files. For example, you can protect...

    docs.groupdocs.com/viewer/net/
  3. Easy Integrate GroupDocs.Annotation for .NET Li...

    GroupDocs.Annotation for .NET library is a web-based framework which provides features for annotating different types of documents in a web-browser without having to install plugins or middleware on the client. With GroupDocs.Annotation, end users can View and annotate PDF, Microsoft Word, Excel, Outlook, PowerPoint, OpenOffice, AutoCAD and other types of documents and image Files. The library comes with a set of commenting and markup tools, including: rectangles, polylines, watermarks, point and area notes, text markup and strikeouts....Annotation, end users can view and annotate PDF, Microsoft...types of documents and image files. The library comes with a set...

    blog.groupdocs.com/annotation/easy-integrate-gr...
  4. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....metadata in AVI files Working with metadata in AVI files Leave feedback...format-specific information from AVI file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Password Protect Word Documents in C# | Lock Un...

    C# way to add passwords to Word documents within .NET application. Change the existing password of protected DOC DOCX Files or remove passwords to unlock....unlock PDF , and PowerPoint files. In this article, we will see...existing password of DOC & DOCX files within the .NET applications...

    blog.groupdocs.com/merger/password-protect-word...
  6. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....usually used with MP3 audio files. The whole tag occupies 128...the ID3v1 tag in an MP3 file. an MP3 file Extract the root metadata...

    docs.groupdocs.com/metadata/net/handling-the-id...
  7. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....properties extracted from a file. Some metadata standards can...the exact format of the loaded file. The code sample below demonstrates...

    docs.groupdocs.com/metadata/python-net/find-met...
  8. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop File format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/Fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File format) from a PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....information on the Photoshop file format and metadata blocks please...Photoshop file format) from a PSD image. a PSD file Get the root...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. GroupDocs Apps Suite: Online Document Managemen...

    Businesses relish the economic opportunities SaaS and cloud based platforms offer. Organizations worldwide are reacting to a shift in the document management space. Lawmakers in various countries stresses the need to save documents and Files online, rather than the traditional way: paper. Different verticals such as pharmaceuticals, IT, and banking have started implementing and harnessing the benefits from online document management. There are many advantages: digital File storing and sharing is safe and secure, protects unauthorized use through security layers, and reduces cost, to mention a few....need to save documents and files online, rather than the traditional...are many advantages: digital file storing and sharing is safe...

    blog.groupdocs.com/total/online-document-manage...
  10. Protect PDF document | Documentation

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer....DENY_PRINTING # Create a PDF file. pdf_options = gvo . PdfViewOptions...security = security viewer . view ( pdf_options ) Was this page...

    docs.groupdocs.com/viewer/python-net/protect-pd...