Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 10,673 for

new

(0.07 sec)
  1. Delete Signatures of the certain type | Documen...

    This article explains how to delete signature of the certain type 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/delete-signat...
  2. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "sample.csv" ) {...

    docs.groupdocs.com/conversion/java/convert-to-d...
  3. 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...
  4. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Consulting Blog Knowledge Base New Releases Status Websites aspose...groupdocs.signature: Create a new instance of class and pass the...

    docs.groupdocs.com/signature/java/sign-document...
  5. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some New features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....we’re delighted to share some new features and improvements that...NET 3.7.0 - New FeaturesWe’ve introduced following new features...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  6. Convert CAD formats | Documentation

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...DWG file Converter converter = new Converter ( "sample.dwg" ); //...

    docs.groupdocs.com/conversion/java/convert/cad/
  7. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-extended-...
  8. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....Consulting Blog Knowledge Base New Releases Status Websites aspose...the format var loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  9. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file. using ( Viewer viewer = new Viewer ( filePath )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  10. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/plain-text/