Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 13,484 for

new

(0.07 sec)
  1. Deleting multiple signatures of different types...

    This article shows how to delete multiple 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/java/deleting-mult...
  2. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SampleXlsx...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  3. Merge and split documents with GroupDocs.Merger...

    Join documents, split them into single pages and read document information with GroupDocs.Total for Java, with runnable Java examples and downloadable input and output files....Consulting Blog Knowledge Base New Releases Status Websites aspose...merger.Merger ; Merger merger = new Merger ( "contract.docx" ); merger...

    docs.groupdocs.com/total/java/developer-guide/m...
  4. GroupDocs.Parser For .NET 17.01.0 Introduces Su...

    We are really pleased to announce the monthly release of GroupDocs.Parser for .NET API. In this release, we have introduced four New features along with an enhancement related to setting extraction mode. GroupDocs.Parser now supports extraction from ZIP containers. Not only this, the latest release provides its users with the functionality to search for some text in documents, extracting highlighted text from documents and opening password-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs....release, we have introduced four new features along with an enhancement... GroupDocs.Parser For .NET- New Features # The latest release...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  5. DICOM, Otp and DjVu file formats Support includ...

    GroupDocs team is glad to announce another monthly release where New file formats are added in supported file format list to annotate documents and image. The latest GroupDocs.Annotation for .NET 17.2.0 API now provides support to DICOM, Otp and DjVu with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....another monthly release where new file formats are added in supported...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/annotation/new-exciting-feat...
  6. input.docx

    Some text 1 Comment by Prokofjev Igor: First comment Prokofjev Igor Some text 3 This is some «date» 9 2016-03-22T18:26:00Z 70 12.0000 1 14 Prokofjev Igor Profitgroup 14 2016-03-22T17:08:00Z 1 2016-......2016-03-22T17:08:00Z New user 2016-03-22T17:08:00Z 1 99 New user 86 1 9...

    docs.groupdocs.com/metadata/python-net/_sample_...
  7. input.docx

    Some text 1 Comment by Prokofjev Igor: First comment Prokofjev Igor Some text 3 This is some «date» 9 2016-03-22T18:26:00Z 70 12.0000 1 14 Prokofjev Igor Profitgroup 14 2016-03-22T17:08:00Z 1 2016-......2016-03-22T17:08:00Z New user 2016-03-22T17:08:00Z 1 99 New user 86 1 9...

    docs.groupdocs.com/metadata/python-net/_sample_...
  8. input.docx

    Some text 1 Comment by Prokofjev Igor: First comment Prokofjev Igor Some text 3 This is some «date» 9 2016-03-22T18:26:00Z 70 12.0000 1 14 Prokofjev Igor Profitgroup 14 2016-03-22T17:08:00Z 1 2016-......2016-03-22T17:08:00Z New user 2016-03-22T17:08:00Z 1 99 New user 86 1 9...

    docs.groupdocs.com/metadata/python-net/_sample_...
  9. Introducing API v2 of GroupDocs.Parser for .NET

    The all-New API v2 of GroupDocs.Parser for .NET has been released! It would be a piece of breaking News for those who are already using our document parsing API as well as who are looking for an easy to use solution for extracting text, images, and metadata from PDF, word processing documents, spreadsheets, presentations, emails, EPUB & ZIP file formats. What’s New in the API v2? We have done some major updates at the architecture level of the API to perform product optimization....The all-new API v2 of GroupDocs.Parser for .NET has been released...would be a piece of breaking news for those who are already using...

    blog.groupdocs.com/parser/introducing-api-v2-of...
  10. Load from Stream | GroupDocs

    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...