The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Signature Product Solution GroupDocs...affecting the meaning of the PDF file. The crop box defines the region...
GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf Files using Java....Signature Product Solution GroupDocs...differences between source and target files across paragraph, word, and...
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...
Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Signature Product Solution GroupDocs...embed as Base64, save to the file system with ImagesRelativePath...
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...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...organizational data in the form of files located in different directories...to apply some filters to get files of a specific type i-e *.docx...
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 load a document from a Stream with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...
Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Java API....Signature Product Solution GroupDocs...Call method and pass desired file path to save resultant document...