Learn how to render your Document with responsive HTML layout that looks great on mobile and desktop devices....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
Note This page contains release notes for GroupDocs.Parser for .NET 18.9. Major Features There are the following features in this release:
Ability to extract a text from databases Ability to extract data from PDF Forms Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-555 Implement the ability to extract a text from databases New feature PARSERNET-975 Implement the ability to extract data from the form fields of PDFs New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...
Note This page contains release notes for GroupDocs.Merger for .NET 18.11 Major Features There are 3 new features in this regular monthly release. The most notable are:
Added Rotate method to rotate pages in Document Added ChangeOrientation method to change orientation of pages in Document Added functionality to get all supported formats Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-156 Implement RotatePages method New Feature MERGERNET-245 Implement ChangeOrientation method New Feature MERGERNET-259 Implement GetSupportedFormats method New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
This section decsribes how to get started with GroupDocs.Merger for Java library...Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
The following example demonstrates how to save file in its original format with current date as a suffix:
final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API for web browser or to reduce size....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
This article explains how to load a Document from a URL with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
Quick Start section for GroupDocs.Metadata API Manage metadata in your Documents fast and easy with our intuitive and powerful API just with a few lines of code.
Let’s review common usage scenarios when Documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...