This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to load from local disk while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
The following example demonstrates how to save the document as a rasterized PDF file:
final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Rendering documents with GroupDocs.Viewer for Java in your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Rendering documents with GroupDocs.Viewer for Node.js in your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Learn how to enable extended information on the summary page using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Learn how to compare bookmarks in Word documents using GroupDocs.Comparison for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...