This page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Assembly Product Solution GroupDocs...
This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
Explore as novidades no GroupDocs.Conversion para Python 25.12. Disponível agora no NuGet e no site da GroupDocs....12 Download direto – As assemblies do componente .NET subjacente...
Ontdek wat er nieuw is in GroupDocs.Total voor Java 25.10. Nu beschikbaar op NuGet en de GroupDocs‑website....Assembly for Java 25.6 Release‑notities...
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...
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 describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Assembly Product Solution GroupDocs...