This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs.... None ); // Save result to file annotator . save ( "outputPath"...
Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... To name just a few, the file formats that the viewer supports...CAD drawings, multipage TIFF files and a lot more . Another important...
This article explains how to set document password after Files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): try...
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....Watermark Product Solution GroupDocs...its extension (.PDF). The PDF file will be overwritten. The following...
Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...overhead of saving InputStream as a file on disk, provides a way to work...
Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....Watermark Product Family GroupDocs.Merger...allows you to load the input PDF file and the getImages method of...
This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Watermark Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...documents, such as OneNote files, using GroupDocs.Conversion...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information.
Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain File format information advanced_usage....Watermark Product Solution GroupDocs...and extract some additional file format information. a Spreadsheet...