Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 10,428 for

new

(0.02 sec)
  1. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( filePath )) { //...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  2. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-to-stream/
  3. Render to PNG or JPEG | Documentation

    With GroupDocs.Viewer for Java you can render documents to PNG and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-png...
  4. Get a list of changes | Documentation

    This article explains how to get a collection of changes between compared documents when using GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...local disk const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  5. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  6. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Consulting Blog Knowledge Base New Releases Status Websites aspose...try { const revisionHandler = new groupdocs . comparison . RevisionHandler...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  7. Rich Text MSG email with inline attachment show...

    One prevalent use case of Rich Text format emails is to embed documents into table cells. However, when converting such emails into PDF format, the document icons are converted to missing files “x” icons. Sample MSG fi…...PdfConvertOptions options = new() { PdfOptions = new GroupDocs.Conversion...Conversion.Converter converter = new(source); converter.Convert(source...

    forum.groupdocs.com/t/rich-text-msg-email-with-...
  8. Search index repository | Documentation

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Consulting Blog Knowledge Base New Releases Status Websites aspose...IndexRepository indexRepository = new IndexRepository (); // Creating...

    docs.groupdocs.com/search/nodejs-java/search-in...
  9. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "SoftwareDevelopmentP...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  10. Deleting Image signatures - advanced | Document...

    This article shows how to delete Image electronic signatures different ways 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/deleting-image...