Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 10,666 for

new

(0.1 sec)
  1. Obtain document history information | Documenta...

    This article shows how to obtain the history of document changes with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Signature signature = new Signature ( "sampleSigned.pdf"...

    docs.groupdocs.com/signature/java/obtain-docume...
  2. GroupDocs.Total for .NET 25.9 – Latest Updates ...

    Explore what’s New in GroupDocs.Total for .NET 25.9. Available now on NuGet and GroupDocs website....Contents Important notice What’s new in this release Updated products...official releases page. What’s new in this release # Updated products...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  3. GroupDocs.Total 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 offer is only available on new GroupDocs.Total purchases and...parties or resellers. Product News New Product Launched: GroupDocs...

    blog.groupdocs.com/categories/groupdocs.total-p...
  4. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight New features like support of Imaging DjVu file format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed information is listed below....0 API with eight new features like support of Imaging...for .NET 17.2.0 introducing new features and improvements, like...

    blog.groupdocs.com/comparison/formulas-smart-ar...
  5. Conversion from EML to PDF with attached office...

    Hello, I have upgraded from 21.5 to 24.1, and the EML to PDF conversion is not working anymore as it used to with the older version. If, in the EML file, there is an attached MS Office document, that has been password …...reproducible, simply create a new mail (with MS Outlook), attach...code : Converter PDFConverter = new Converter(InputFile); PdfConvertOptions...

    forum.groupdocs.com/t/conversion-from-eml-to-pd...
  6. GroupDocs.Viewer 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....of the API has come with many new and improved features. Moreover...Two months ago we presented a new feature called InstanceID in...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = New FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = New Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Consulting Blog Knowledge Base New Releases Status Websites aspose...stream try ( InputStream stream = new FileInputStream ( Constants ...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Add search text annotation | Documentation

    The page describes how to add search text 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-search-te...
  9. Load document from Stream | Documentation

    This section explains how to load document from stream 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-...
  10. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OleSpreadsheetOption oleSpreadsheetOption = new OleSpreadsheetOption ( filePathEmbedded...

    docs.groupdocs.com/merger/net/add-document-to-s...