This article explains how to load a document from a URL with GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...
Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....app conholdate.com conholdate.cloud conholdate.app containerize...
The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class:
LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...app conholdate.com conholdate.cloud conholdate.app containerize...
Use GroupDocs.Signature libraries to e-Sign documents with different signature types, protect documents with digital certificates, generate QR Codes and barcodes using C# or Java languages....app conholdate.com conholdate.cloud conholdate.app containerize...