Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 12,327 for

new

(0.07 sec)
  1. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Editor editorFromPath = new Editor ( emlInputPath )) //from...

    docs.groupdocs.com/editor/net/edit-email/
  2. Evaluation Limitations and Licensing | GroupDocs

    free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup the license. License lic = new License (); lic . SetLicense...

    docs.groupdocs.com/redaction/net/evaluation-lim...
  3. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/searching-for-...
  4. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....Consulting Blog Knowledge Base New Releases Status Websites aspose...DocumentAssembler assembler = new DocumentAssembler (); assembler...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputEml...

    docs.groupdocs.com/metadata/net/working-with-sa...
  6. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....Consulting Blog Knowledge Base New Releases Status Websites aspose...xlsx" ; using ( Parser parser = new Parser ( excelPath )) { // Check...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  7. GroupDocs.Search for .NET 16.12 Supports Search...

    We are really pleased to announce the monthly release of GroupDocs.Search for .NET 16.12 API. In this release, we have introduced three New features. You can now apply search to password protected documents. Not only this, the latest release provides its users with the functionality to maintain list of synonyms and stop words. Download the latest version and try out all the amazing features of GroupDocs.Search for .NET 16.12 API....release, we have introduced three new features. You can now apply search...GroupDocs.Search for .NET - New Features # In version 16.12,...

    blog.groupdocs.com/search/groupdocs-search-net-...
  8. Rotate pages of pdf using merger api - Free Sup...

    Hello all I have a pdf with some pages in portrait and some in landscape, now I want to change the pages which is in landscape into portrait mode, I used groupdocs merger OrientationOptions orientationOptions = New Orie…...orientationOptions = new OrientationOptions(OrientationMode.Landscape, new int[]...1 }); using (Merger merger = new Merger(documentPath)) { merger...

    forum.groupdocs.com/t/rotate-pages-of-pdf-using...
  9. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationReadFile try ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Formatting inconsistency with numbered bullets ...

    Hi, there is a formatting inconsistency occurring with numbered bullets when editing Word documents. The original word document contains some numbered lists. image.png (80.6 KB) for this test we are using GroupDocs.ed…...We have opened the following new ticket(s) in our internal issue...to the process of creating a new EditableDocument object. The...

    forum.groupdocs.com/t/formatting-inconsistency-...