Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 10,115 for

new

(0.04 sec)
  1. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Consulting Blog Knowledge Base New Releases Status Websites aspose...words IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/net/indexing-with-sto...
  2. 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...
  3. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Check...

    docs.groupdocs.com/parser/net/extract-formatted...
  4. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document metadata by 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/net/advanced-searc...
  5. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" ; using ( Merger merger = new Merger ( filePath )) { merger...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  6. Extract Images from PDF, Excel, PPT, Word Docum...

    .NET API with features to extract images from PDF, spreadsheets, presentations, word-processing documents, and from specific pages using parsing API in C#.... using (Parser parser = new Parser("path/document.docx"))...Document // using (Parser parser = new Parser("path/document.xlsx"))...

    blog.groupdocs.com/parser/extract-images-from-p...
  7. Edit PowerPoint Presentations | Online Editing ...

    Discover efficient ways to edit PowerPoint presentations. Either edit PPT/PPTX files online or do it programmatically using C# & Java....PresentationEditOpti editOptions2 = new PresentationEditOpti(); editOptions2...PresentationEditOpti editOptions3 = new PresentationEditOpti(); editOptions3...

    blog.groupdocs.com/editor/edit-presentation-ppt...
  8. Search index location | Documentation

    This page contains information about index creation methods....Consulting Blog Knowledge Base New Releases Status Websites aspose...in-memory index Index index = new Index (); // Indexing documents...

    docs.groupdocs.com/search/net/search-index-loca...
  9. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...LoadOptions loadOptions) { viewer = new GroupDocs.Viewer.Viewer(filePath...pageNumber => { Stream pageStream = new MemoryStream(); stream = pageStream;...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  10. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Consulting Blog Knowledge Base New Releases Status Websites aspose...JpegReadImageResourc try ( Metadata metadata = new Metadata ( Constants . JpegWithIrb...

    docs.groupdocs.com/metadata/java/working-with-m...