Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 10,375 for

new

(0.06 sec)
  1. 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...
  2. 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...
  3. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over 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/java/search-for-ba...
  4. 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...
  5. 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...
  6. 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/
  7. 使用 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-...
  8. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...another slide index, and obtain a new instance of class. Finally, when...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  9. Generate previews | Documentation

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser API...Consulting Blog Knowledge Base New Releases Status Websites aspose...previews using ( Parser parser = new Parser ( Constants . SamplePdfWithToc...

    docs.groupdocs.com/parser/net/generate-previews/
  10. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...