Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 83 for

uri

(0.03 sec)
  1. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/viewer/net/load-document-fro...
  2. Load document from FTP | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/annotation/net/load-document...
  3. Load file from FTP | Documentation

    This article demonstrates how to convert file stored in FTP storage using GroupDocs.Conversion for .NET API....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/conversion/net/load-file-fro...
  4. How to load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....( string filePath ) { Uri uri = new Uri ( filePath ); FtpWebRequest...FtpWebRequest request = CreateRequest ( uri ); using ( WebResponse response...

    docs.groupdocs.com/signature/net/load-document-...
  5. GroupDocs.Assembly for Java 19.5 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 19.5. Major Features Supported loading of template documents from HTML with resources and saving of assembled documents to HTML with resources. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-86  Support saving of assembled Word Processing documents to HTML with resources  Feature  ASSEMBLYNET-87  Support loading of template documents from HTML with resources  Feature  ASSEMBLYNET-109  Support saving of assembled Spreadsheet documents to HTML with resources  Feature  ASSEMBLYNET-110  Support saving of assembled Presentation documents to HTML with resources  Feature  ASSEMBLYNET-111  Support saving of assembled emails to HTML with resources  Feature  ASSEMBLYNET-114  An exception is thrown on saving a document to DOC or PDF assembled from a DOCX template containing charts  Bug  ASSEMBLYJAVA-13  Upgrade release JAR to JDK 7 after Java 6 discontinuation  Enhancement  Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs....base URI to resolve external resource files’ relative URIs to absolute...contains an image, which relative URI is resolved from myDir. Added...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  6. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags....defined as follows: <<link \[uri\_expression\]\[display\_text\_expression\]>>...ession\]>> Here, uri_expression defines URI for a hyperlink to...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  7. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Uri_expression][display_text_expression]>> Here, Uri_expression defines Uri for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value....defined as follows: << link [ uri_expression ][ display_text_expression...display_text_expression ]>> Here, uri_expression defines URI for a hyperlink to...

    docs.groupdocs.com/assembly/net/inserting-hyper...
  8. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Uri_expression][display_text_expression]>> Here, Uri_expression defines Uri for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....<<link [uri_expression][display_text_expression]>> Here, uri_expression...uri_expression defines URI for a hyperlink to be inserted dynamically...

    docs.groupdocs.com/assembly/java/inserting-hype...
  9. Dynamic insertion of links to bookmarks using J...

    After consulting relevant information, I still do n’t understand how to use bookmark whith GroupDocs.Assembly API, any suggestions I would appreciate it. I use Java. Thanks very much !... <<link [uri_or_bookmark_expression][disp...ression]>> uri_or_bookmark_expression defines URI or the name...

    forum.groupdocs.com/t/dynamic-insertion-of-link...
  10. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...URI ; import java.io.InputStream...); // Request parameters. URI uri = uriBuilder . build (); HttpPost...

    docs.groupdocs.com/redaction/java/use-microsoft...