Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Conversion Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...
This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Conversion Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...
Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Conversion Product Solution GroupDocs...based on digital certificate files and ability to support digital...
The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...
This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....Conversion Product Solution GroupDocs...setResourceLoadingTi ( 500 ); // Render a file. try ( Viewer viewer = new Viewer...
Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource Files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a File, its containing folder is used as a base URI to resolve external resource Files’ relative URIs to absolute ones by default as shown in the following example....Conversion Product Solution GroupDocs...Saving With External Resource Files / Loading of template documents...
This section explains how to load document from URL with GroupDocs.Signature API....Conversion Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "SampleSigned...
Learn how to compare Word (.doc, .docx) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences with simple Python code....Conversion Product Solution GroupDocs...you can: Compare DOC and DOCX files Highlight insertions, deletions...
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 the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Conversion Product Solution GroupDocs...metadata in MOV files Working with metadata in MOV files Leave feedback...