Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 10,573 for

new

(0.05 sec)
  1. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-file-info/
  2. 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-...
  3. Extract text in Raw mode | Documentation

    This article explains that how to extract text in Raw mode....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  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. Introducing Watermark Annotation for Cells in G...

    At GroupDocs, we keep on updating our products for better user experience. In this regard, we are excitedly announcing another monthly release of GroupDocs.Annotation for .NET 18.7. This latest release added New types of annotations for Cells like Text Replacement, Resource Redaction and Watermark. Apart from that, few improvements and fixes are also introduced in this release. We therefore recommend you to download this latest release of the API to enhance your document annotation experience.... This latest release added new types of annotations for Cells... Features # Added following new types of annotations for Cells:...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  6. 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...
  7. 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...
  8. 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-...
  9. 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...
  10. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "sample.xlsx" ))...

    docs.groupdocs.com/signature/net/sign-documents...