This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Merger Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...
Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime File. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html
The following are the steps to extract QuickTime atoms from a MOV video.
Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Merger Product Solution GroupDocs...metadata in MOV Files Working with metadata in MOV Files Leave feedback...
This guide steps through integration process of GroupDocs.Viewer.UI in ASP.NET Core Web application...Merger Product Solution GroupDocs...that project and configuration files has been created. Install packages...
Rendering Files to PDF with GroupDocs.Viewer for Node.js via Java. It means that you can embed PDF in websites or applications by using this Java API...Merger Product Solution GroupDocs...single PDF document. To render files to PDF, follow these steps:...
This article show how to enable you to load password-protected documents and load documents from different sources...Merger Product Solution GroupDocs...Stream Load password-protected file Use advanced logging Pre-rasterize...
GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources.
For more details please refer to the following guides:...Merger Product Solution GroupDocs...Stream Load password-protected file Use advanced logging Pre-rasterize...
This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs...issues, missing required data, files etc. For handling these exceptions...
This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs.... None ); // Save result to file annotator . save ( "outputPath"...
The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten.
The following example demonstrates usage of Save() method with default options.
final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Merger Product Solution GroupDocs...its extension (.PDF). The PDF file will be overwritten. The following...
API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Merger Product Solution GroupDocs...Develop Functions GUIDE Retrieve File Info Read Annotations Remove...