Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 10,418 for

new

(0.13 sec)
  1. Annotate VSS and VSD Diagram formats using Grou...

    GroupDocs team is glad to announce another monthly release of document annotation API, where New file formats are introduced in supporting document format list and also New features are introduced . The latest GroupDocs.Annotation for .NET 17.6.0 API now provides support to annotate VSD and VSS Diagram file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....document annotation API, where new file formats are introduced in...document format list and also new features are introduced . The...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  2. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three New features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below....0 API with Three new features like adding Strikeout...for .NET 17.5.0 introducing new features and improvements, like...

    blog.groupdocs.com/comparison/strikeout-option-...
  3. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...expanded, with new sub-option classes and new public types. Current...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  4. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: Initialize class with new document password and set Permissions...

    docs.groupdocs.com/merger/net/add-password-to-p...
  5. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.xlsx" , new LoadOptions (...

    docs.groupdocs.com/comparison/java/load-passwor...
  6. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...raw=true" ; InputStream stream = new URL ( url ). openStream (); Signature...

    docs.groupdocs.com/signature/java/load-document...
  7. GroupDocs Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Announcing GroupDocs.Markdown f......Release Highlights Explore what’s new in GroupDocs.Comparison for ...Highlights Explore what's new in GroupDocs.Conversion for ...

    blog.groupdocs.com/index.xml
  8. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...
  9. Load from Amazon S3 Storage | Documentation

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...client = new AmazonS3Client (); GetObjectRequest request = new GetObjectRequest...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Add polyline annotation | Documentation

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-polyline-...