The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...
This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...overhead of saving InputStream as a file on disk, provides a way to work...
Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Comparison Product Solution GroupDocs...Develop Functions GUIDE Retrieve File Info Read Annotations Remove...
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....Comparison Product Solution GroupDocs...its extension (.PDF). The PDF file will be overwritten. The following...
This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Comparison Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...
How to use custom caching implementation with GroupDocs.Viewer using Java....Comparison Product Solution GroupDocs...listing of the MemoryCache.java file is below: Java import com.groupdocs...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional File format information.
Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain File format information advanced_usage....Comparison Product Solution GroupDocs...and extract some additional file format information. a PDF document...
This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article demonstrates that how to save the document as a rasterized PDF File...Comparison Product Solution GroupDocs...document as a rasterized PDF file: Python import groupdocs.redaction...