Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 10,612 for

new

(0.04 sec)
  1. 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...
  2. 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-...
  3. Save in original format | Documentation

    This article demonstrates that how to save file in its original format with current date as a suffix...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-in-origin...
  4. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...local documents const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  5. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = New TextWatermark("Test watermark", New Font("Arial", 19)); EmailLoadOptions loadOptions = New EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = New Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...watermark = new TextWatermark ( "Test watermark" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose..."Times New Roman" , "Arial" )); const loadOptions = new groupdocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  7. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...index settings const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/character...
  8. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....API and implements a number of new features and improvements in...monthly release adds a number of new features to the API along with...

    blog.groupdocs.com/categories/groupdocs.search-...
  9. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... This release covers some new features, few improvement and...release comes with support of new document formats such as POTX...

    blog.groupdocs.com/categories/groupdocs.convers...
  10. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...rotateOptions = new RotateOptions ( RotateMode . Rotate180 , new int []...

    docs.groupdocs.com/merger/net/rotate-pages/