GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact RepositoryGroupDocs Artifact Repositoryhttps://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
The following example demonstrates how to save the redacted document, replacing an original file:
// Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....Find Answers by API GroupDocs.Total Product Family GroupDocs...
Major Features Provided an option to fit an image within textbox bounds while maintaining ratio.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149 Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents Feature ASSEMBLYNET-150 Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies Feature ASSEMBLYNET-151 Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents Feature ASSEMBLYNET-152 Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents Feature Public API and Backward Incompatible Changes Provided an option to fit an image within textbox bounds while maintaining ratio To keep the size of the textbox and stretch the image within bounds of the textbox preserving the ratio of the image, use the keepRatio switch as follows....Products All Products GroupDocs.Total Product Family GroupDocs...
This page contains release notes for GroupDocs.Assembly for Java 17.8.0 Major Features Document assembly for email file formats is supported.
All Changes Key
Summary
Category
ASSEMBLYNET-32
Support document assembly for MHTML file formats
Feature
ASSEMBLYNET-33
Support document assembly for MSG file formats
Feature
ASSEMBLYNET-34
Support document assembly for EML file formats
Feature
ASSEMBLYNET-35
Support document assembly for EMLX file formats
Feature
ASSEMBLYNET-40
Support building of charts located in chart worksheets...Products All Products GroupDocs.Total Product Family GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...