Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 9,971 for

new

(0.07 sec)
  1. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Signature for .NET API: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/verify-qr-code...
  2. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Consulting Blog Knowledge Base New Releases Status Websites aspose...try { Signature signature = new Signature ( "sample.docx" ) TextSignOptions...

    docs.groupdocs.com/signature/java/basic-usage/
  3. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = New ParserSettings(New Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = New Parser(Constants....Consulting Blog Knowledge Base New Releases Status Websites aspose...ParserSettings settings = new ParserSettings ( new Handler ()); // Create...

    docs.groupdocs.com/parser/java/handle-loading-o...
  4. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/delete-text-si...
  5. Update Barcode signatures in document | Documen...

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/update-barcode...
  6. 使用 C# .NET 验证文档中的数字签名

    使用电子签名 API、GroupDocs.Signature for .NET 在 C# 中验证数字签名 PDF、Word 和 Excel 文档中的数字签名信息。...using (Signature signature = new Signature("sample.pdf")) { //...DigitalVerifyOptions options = new DigitalVerifyOptions("certificate...

    blog.groupdocs.com/zh/signature/verify-digital-...
  7. Add resource redaction annotation | Documentation

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-resource...
  8. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...
  9. Load from URL | Documentation

    This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Viewer viewer = new Viewer ( stream , new LoadOptions ( FileType...

    docs.groupdocs.com/viewer/net/load-document-fro...
  10. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" ); using ( Viewer viewer = new Viewer ( stream )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...