Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 31,037 for

page

(0.11 sec)
  1. GroupDocs.Signature for .NET 21.4 Release Notes...

    Note This Page contains release notes for GroupDocs.Signature for .NET 21.4 Major Features This release contains important improvements for PDF Digital signatures, for signature image preview generation, changes with the additional signature options properties and bug fixes. Below the list of most notable changes in release of GroupDocs.Signature for .NET 21.4: Implemented ability to support Border properties for PDF Digital signature on document Page. Improved generation of digital signature image preview for Pdf document....Notes Leave feedback Note This page contains release notes for GroupDocs...Digital signature on document page. Improved generation of digital...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  2. 在 Word、Excel、PowerPoint、PDF 中使用 C# 搜索图像签名

    使用 .NET Signature API 从 C# 中的任何文档(DOC、XLS、PPT、PDF) 中搜索条形码、二维码、数字或电子签名以及图像数据内容。...WriteLine($"QRCode signature found at page {qrCodeSignature.PageNumber}...WriteLine($"Signature found at page {resSignature.PageNumber} with...

    blog.groupdocs.com/zh/signature/search-image-si...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...be an estimated word count, page count, character count, etc...statistics for a diagram (only the page count statistic is available...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Java...Fields Leave feedback On this page This article demonstrates how...successfully finished" ); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/edit-and-update-...
  5. SplitStreamFactory - GroupDocs.Merger for Java ...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......for create or release output page preview stream. SplitStreamFactory...for create or release output page preview stream. Methods in com...

    apireference.groupdocs.com/merger/java/com.grou...
  6. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....resultInputStream ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/java/compare-mult...
  7. Load file from Azure blob storage | Documentation

    This article demonstrates how to convert file stored in Azure Blob storage using GroupDocs.Conversion for .NET API....return container ; } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/load-file-fro...
  8. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....docx" )); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/net/compare-multi...
  9. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Load document from FTP | Documentation

    This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API....retrieveFileStream ( filePath ); } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...