Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 6,936 for

uri

(0.18 sec)
  1. Html to pdf conversion - aspose-html - Free Sup...

    i used below dependency in java to convert html file to pdf. <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-imaging</artifactId> <version>25.5</version> </depen…...base URI. This can be achieved by specifying the base URI when...you can do that: Set the base URI to the location of your HTML...

    forum.aspose.com/t/html-to-pdf-conversion-aspos...
  2. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of secUrity risks. Take a look at common secUrity issues and their solutions in C++....absolute uri auto uri = System :: MakeObject < System :: Uri > ( originalUri...originalUri ); if ( uri -> get_IsAbsoluteUri ()) { return uri -> get_Scheme...

    docs.aspose.com/words/cpp/web-applications-secu...
  3. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform....(FontSavingArgs args) 11 { 12 string uri; 13 Stream stream; 14 this ....FontsFolder , args. FileName , out uri, out stream); 15 args. Stream...

    docs.aspose.com/note/net/create-and-load-a-onen...
  4. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG documents....callback to change the resource URI. public void ResourceSavingCallba...FindTextInFile ( outputPath , "/uri/for/" ); } /// <summary> ///...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose Errors related to Calendar and Email con...

    Hi , We are getting some aspose errors for one of our client from from Norway (Central European Standard Time). They have calender week from - Mon->Sunday ( and not Sunday to Saturday) Below are the list of errors whic…...error(UriFormatException): Invalid URI: The format of the URI could not be determined...error(UriFormatException): Invalid URI: The format of the URI could not be determined...

    forum.aspose.com/t/aspose-errors-related-to-cal...
  6. Working with Contacts on Exchange Server using ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ListContacts() method requires the URI of the Contacts folder, which...credentials. Get the Contacts folder’s URI with the ExchangeClient.MailboxInfo...

    docs.aspose.com/email/net/working-with-contacts...
  7. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of secUrity risks. Take a look at common secUrity issues and their solutions in Java....protocol = null ; URI uri = new URI ( fileName ); if ( uri . isAbsolute...isAbsolute ()) { protocol = uri . getScheme (); } else { URL url = new...

    docs.aspose.com/words/java/web-applications-sec...
  8. LoadFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.LoadFormat enum, defining document formats for seamless loading and enhanced compatibility in your applications....Shows how to specify a base URI when opening an html document...an image linked by a relative URI // while the image is in a different...

    reference.aspose.com/words/net/aspose.words/loa...
  9. 使用 C# 从 PDF 中提取链接

    本教程介绍如何使用 C# 从 PDF 中提取链接。它包含设置 IDE 的详细信息、步骤列表以及使用 C# 开发 PDF 链接提取器的示例代码。...您将学习如何从页面中检索选定的注释并从链接类型注释中获取 URI。 使用 C# 从 PDF 中提取 URL 的步骤 设置 IDE...Aspose.PDF for .NET 从 PDF 页面提取 URI 加载源 PDF file 并循环遍历其中的所有页面 创建...

    kb.aspose.com/zh/pdf/net/extract-links-from-pdf...
  10. ResourceLoadingAction | Aspose.Words for Java

    Specifies the mode of resource loading in Java....usually are inserted using a URI, or a byte array. // Every instance...predefined shorthands, as opposed to URIs. /// This will separate image...

    reference.aspose.com/words/java/com.aspose.word...