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

new

(0.07 sec)
  1. Deleting documents | Documentation

    This page contains information about deleting documents in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents" ); String [] fileNames = new String [ filePaths . length ];...

    docs.groupdocs.com/search/java/deleting-documents/
  2. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/net/indexing-metadata...
  3. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...font file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. How to Fix a virtualPath Issue in the SharePoin...

    This article will guide you how to resolve a virtualPath issue that may appear in SharePoint 2013 when trying to add a 3rd party library (for example SignalR), or when you use the “~” symbol in the path. We encountered this issue while developing a plugin that allows you to integrate the GroupDocs.Annotation for .NET library into SharePoint. Overall, the issue is quite strange, as it is not reported in the stack trace or logs.... Create a new class with the following code:...private static object \_lock = new object(); public void Init(HttpApplication...

    blog.groupdocs.com/annotation/how-to-fix-a-virt...
  5. Deleting documents | Documentation

    This page contains information about deleting documents in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents" ); string [] fileNames = new string [ filePaths . Length ];...

    docs.groupdocs.com/search/net/deleting-documents/
  6. Get changes coordinates | Documentation

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/get-changes-...
  7. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.msg" )) { //...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  8. GroupDocs.Viewer for .NET version 2.13.0 - cach...

    Last week we’ve announced a release of the GroupDocs.Viewer for .NET library version 2.13.0 and its two New features – an option for caching PDF copies of original files and the ability to use the viewer with an unlimited number of different independent root storage paths. Today we’d like to write about these features in more detail to help you quickly set up and get the most out of them....0 and its two new features – an option for caching...PDF format repeatedly for each new request. This was the case until...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. Extract text from Emails | Documentation

    To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Extract text from Emails | Documentation

    Extract text from emails using GetText method....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...