Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 6,342 for

uri

(0.12 sec)
  1. Convert PDF to EPUB using C#

    Follow this article to convert PDF to EPUB using C#. It has all the details to set the IDE for development, a list of steps, and a sample code for transforming PDF file to EPUB using C#....can be converted to absolute URI by setting the baseUri property...

    kb.aspose.com/words/net/convert-pdf-to-epub-usi...
  2. 如何使用 Java 获取 Link 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Link 注释的 Java 示例代码。... println ( "URI: " + (( GoToURIAction ) l . getAction...

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. Convert MBOX to MSG via C++ application | produ...

    Sample C++ conversion code for MBOX document to MSG format. Use example code for batch MBOX to MSG conversion within any C++ Application....the collection to get Message URI for (auto msgInfo : System::...

    products.aspose.com/email/cpp/conversion/mbox-t...
  4. Aspose::Words::Loading namespace | Aspose.Words...

    Aspose::Words::Loading namespace. The Aspose.Words.Loading namespace provides classes and enumerations that allow to specify additional options when loading documents in C++....options (such as password or base URI) when loading a document into...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. aspose.words.loading module | Aspose.Words for ...

    The aspose.words.loading module provides classes and enumerations that allow to specify additional options when loading documents....options (such as password or base URI) when loading a document into...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlPropertyCollection class | Aspose.Word...

    aspose.words.markup.CustomXmlPropertyCollection class. Represents a collection of custom XML attributes or smart tag properties... uri ) # We can also access the properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with Outlook Calendar Items|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/java/working-with-outlook...
  8. How to create a new instance of MapiAttachment ...

    Hi, I am trying to create a new attachment from a string input and add it to an existing MapiMessage in a PST file. I do not see any constructors for MapiAttachment class. Why is it so? How can I add a new attachment…...Descriptor, <uri> ); But I am getting AsposeNotSupportedEx...List.AttachContentLocatio, <uri>); Srinidhi: Another question...

    forum.aspose.com/t/how-to-create-a-new-instance...
  9. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....relative URIs found in the document into absolute URIs when required...relative URIs found in the document into absolute URIs when required...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....specifies the location of the remote URI. To display a hyperlink text...Specify the link type as remote URI link . setAction ( new GoToURIAction...

    docs.aspose.com/pdf/java/actions/