Sort Score
Result 10 results
Languages All
Labels All
Results 8,801 - 8,810 of 31,391 for

new

(0.1 sec)
  1. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...stream. using ( Viewer viewer = new Viewer ( stream )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  2. How to search for Image signatures | Documentation

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature API: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/search-for-ima...
  3. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...FragmentHighlighter highlighter = new FragmentHighlighter ( OutputFormat...

    docs.groupdocs.com/search/java/highlighting-res...
  4. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using 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-source-an...
  5. Get the PDF output file information | Documenta...

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  6. How to view PDF documents using Java | Document...

    This guide describes how to build your PDF files viewer in Java. View PDF files to render as HTML, JPG, PNG, or PDF using GroupDocs.Viewer Java API by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...file. try ( Viewer viewer = new Viewer ( "sample.pdf" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/how-to-view-pdf-...
  7. GroupDocs.Viewer for Java 19.11 Release Notes

    GroupDocs.Viewer for Java 19.11 Release Notes – the latest updates and fixes....config ViewerConfig config = new ViewerConfig (); config . setStoragePath...ViewerImageHandler imageHandler = new ViewerImageHandler ( config );...

    releases.groupdocs.com/viewer/java/release-note...
  8. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....empty($privateKey)) { throw new Exception('Please enter all required...//Create signer object $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  9. GroupDocs.Viewer for .NET 19.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 19.8 Major Features Warning In this version we’re introducing New public API which was designed to be simple and easy to use. For more details about New API please check Public Docs section. The legacy API have been moved into Legacy namespace so after update to this version it is required to make project-wide replacement of namespace usages from GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...this version we’re introducing new public API which was designed...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  10. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Consulting Blog Knowledge Base New Releases Status Websites aspose...the obtained struct invoke a new instance method and in this method...

    docs.groupdocs.com/editor/java/generating-works...