Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 7,353 for

uri

(0.64 sec)
  1. Using Azure OpenAI with Aspose.Words.IA - Free ...

    I want to use Aspose.words.IA in .Net to Check grammar using my Azure OpenAI instance. but I receive an error message : Ressource not found. Th url and Apikey are correct because I already use them in my project to reach…...OpenAIClientOptions() { Endpoint = new Uri("BASE_URL") } );...

    forum.aspose.com/t/using-azure-openai-with-aspo...
  2. 搜索

    搜索...Uri; import android.os.Build; import...TextView textView = null; private Uri document = null; @Override protected...

    blog.aspose.com/zh-hant/words/build-android-wor...
  3. LoadOptions class | Aspose.Words for Python

    aspose.words.loading.LoadOptions class. Allows to specify additional options (such as password or base Uri) when loading a document into a [Document](../../aspose.words/document/) object...options (such as password or base URI) when loading a document into...LoadOptions(load_format, password, base_uri) A shortcut to initialize a new...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.LoadOptions for enhanced document loading. Set passwords and base Uris effortlessly for seamless integration and secUrity....options (such as password or base URI) when loading a document into...relative URIs found in the document into absolute URIs when required...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Working with PDF File Metadata in Python|Aspose...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....pdf" ) # Register a namespace URI for the 'xmp' prefix document...metadata . register_namespace_uri ( "xmp" , "http://ns.adobe.com/xap/1...

    docs.aspose.com/pdf/pyhton-net/pdf-file-metadata/
  6. Convert SVG to PNG in Python – Code Examples

    Convert SVG to PNG in Python with Aspose.SVG. Use Converter.convert_svg(), set the background, page size, margins, and resolution....path or provide a correct base URI Output dimensions are not as...from the SVG string and a base URI, then pass that document to Converter...

    docs.aspose.com/svg/python-net/convert-svg-to-png/
  7. Azure AD Setup & Microsoft Graph Auth - Aspose....

    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....access) Optionally, set a Redirect URI (needed for interactive or web...flows that don’t use a redirect URI. 5. Microsoft Graph Authentication...

    docs.aspose.com/email/java/microsoft-graph-auth...
  8. 使用 Outlook 日历项目|Documentation

    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....new ReminderAttachment ( new URI ( "ftp://Host.com/pub/sounds/bell-01...new ReminderAttachment ( new URI ( "http://Host.com/templates/agenda...

    docs.aspose.com/email/zh/java/working-with-outl...
  9. Installation – Aspose.HTML for Java

    Learn how to install the Aspose.HTML for Java library and get step-by-step instructions for configUring it in Maven and Gradle projects....repositories { 2 maven { 3 url = uri ( 'https://repository.aspose...

    docs.aspose.com/html/java/getting-started/insta...
  10. 在 C# 中创建、加载和读取 SVG 文件

    使用 Aspose.SVG for .NET 在 C# 中创建、加载和读取 SVG 文件。查看 SVGDocument 的字符串、stream、本地文件、URL、相对资源路径解析、异步外部资源加载和动态生成 SVG 的示例。... 第二个构造函数参数是基础 URI。Aspose.SVG 使用它解析 SVG 内部的相对路径,例如链接的图像、CSS...are resolved against this base URI 9 string baseUri = Path. Combine...

    docs.aspose.com/svg/zh/net/create-svg-document/