Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 3,759 for

view

(0.07 sec)
  1. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-zi...
  2. Working with metadata in AVI files | GroupDocs

    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); // .... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/handling-metad...
  4. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to View and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....Now you can easily fetch to view all the metadata properties...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  5. PDF Annotation, Word Annotation and Others in J...

    We are excited to launch the GroupDocs Annotation plugin for Joomla. Our annotation plugin lets you embed documents to Joomla sites and allows PDF annotation, Microsoft Word annotation, and annotation of other files easily. GroupDocs Annotation simplifies document reView and collaboration between teams. The powerful tool lets you add comments, draw text, strikeout content to Word, PDF or any image file through a browser. Share documents online with your colleagues for faster reView and approval process....can perform - download, proof, view or export. # Installing Annotation...

    blog.groupdocs.com/annotation/pdf-annotation-wo...
  6. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Node.js via Java....occurred, providing a cleaner view of the document structure. The...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  7. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Node.js via Java 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.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  8. Set image size limits | GroupDocs

    This article shows how to set output image size limits when rendering image to HTML... view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  9. Column Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create column chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to View the drop-down list....icon in the Charts group to view the drop-down list. Select the...

    docs.groupdocs.com/assembly/java/column-chart-i...
  10. Document viewer API usage in Java - Free Suppor...

    I have following queries regarding Groupdocs - Do I need only Viewer solution if I want to control user's downloading/copying ? Do I need to convert original documents in some form to use your product ? Do I need to up…...downloaded to user machines during view sessions. Instead, the viewer...downloads the file, it can be viewed only in our viewer not any...

    forum.groupdocs.com/t/document-viewer-api-usage...