This article explains how to merge files of Pdf, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Node.js via Java API....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition GroupDocs...
This article shows how to save a file to the specified stream in Java...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for ....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Node.js via Java....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This section describes how to use GroupDocs.Viewer for Java to convert different document types to Pdf, HTML, PNG, and JPEG formats....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This section describes how to import documents into another document as OLE objects using Java language...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
Free Support
Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...Viewer 转化中文乱码 Regarding GroupDocs Java Document Viewer Error converting...exception when converting ICO to pdf Extraction of email attachments...
GroupDocs.Watermark for Java supports the following watermark types.
TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document.
Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This section explains how to save document with various file formats....Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
// Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...