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....Signature Product Family GroupDocs.Metadata...class and load the source PDF file Create an instance of the WordProcessingConver...
You might need to save a document to any custom File at any location on the local disc or a even a Stream.
The following example demonstrates how to save a document to any location.
final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Signature Product Solution GroupDocs...save a document to any custom file at any location on the local...
Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5:
The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Signature Product Solution GroupDocs...document information from the local file. Old API DocumentInfo documentInfo...
This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Signature Product Solution GroupDocs...config or web.config project files. The following example shows...
This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...
Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Signature Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...
This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Signature Product Solution GroupDocs...( "input.pdf" )) { //Result file will be contain only 3 pages...
This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...setResourceLoadingTi ( 500 ); // Render a file. try ( Viewer viewer = new Viewer...
The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...