Explore what’s new in GroupDocs.Total for .NET 25.8. Available now on NuGet and GroupDocs website.
ویژگیهای جدید GroupDocs.Total برای .NET 25.8 را کشف کنید. هماکنون در NuGet و وبسایت GroupDocs در دسترس است....download # Grab the compiled assemblies for both .NET 6 and .NET...
GroupDocs.Redaction for .NET 25.12 nieuwste oplossingen en updates, uitgebracht in december 2025. Beschikbaar op NuGet en de GroupDocs-website....Redaction-assemblies vanaf de GroupDocs.Redaction...
This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....Assembly Product Solution GroupDocs...
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....Assembly Product Solution GroupDocs...
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(); }...Assembly Product Solution GroupDocs...
This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your .NET applications....Assembly Product Solution GroupDocs...