Könnyen konvertálhat dokumentumokat két népszerű formátum között, és megtanulhatja, hogyan lehet a Word-t PDF-be konvertálni C# használatával. Gyorsan alkalmazza az útmutatót a C# Word to PDF képesség létrehozásához....Search Product Family GroupDocs.Parser...
Գտեք պատասխաններ տարբեր տեսակի փաստաթղթերի և պատկերների փոխակերպման վերաբերյալ՝ օգտագործելով ծածկագիրը ցանկացած հարթակում:...Search Product Family GroupDocs.Parser...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Search Product Solution GroupDocs...
This page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Search Product Solution GroupDocs...
Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Search Product Solution GroupDocs...
This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Search Product Solution GroupDocs...
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(); }...Search Product Solution GroupDocs...