Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 46,434 for

link

(0.08 sec)
  1. AsposeFontConvertToTTF | Javascript

    Convert the fonts into ttf format. Reliable Javascript via C++ library for font conversion from Aspose.Font....errorCode is 0, then you can get links to the result files. If the...DownloadFile function generates a link and allows you to download the...

    docs.aspose.com/font/javascript-cpp/convert-fon...
  2. AsposefontConvertTowoff | JavaScript

    将字体转换为Woff格式。可靠的JavaScript通过C ++库可从Aspose.font进行字体转换。...0 ] ); 16 }; 17 18 /*Make a link to download the result file*/...21 var link = document. createElement ( "a" ); 22 link. href =...

    docs.aspose.com/font/zh/javascript-cpp/convert-...
  3. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedCss method. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document in C++....and link to the file from the html document using a <link> element...Match ( outDocContents , u "<link rel= \" stylesheet \" type=...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. HtmlFixedSaveOptions.export_embedded_css proper...

    HtmlFixedSaveOptions.export_embedded_css property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document....and link to the file from the html document using a <link> element...)) else : self . assertIn ( '<link rel="stylesheet" type="text/css"...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentProperty.isLinkToContent property | Asp...

    DocumentProperty.isLinkToContent property. Shows whether this property is Linked to content or not....Shows whether this property is linked to content or not. get isLinkToContent...boolean Examples Shows how to link a custom document property to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Extra Annotations using C++|Aspose.PDF for C++

    Explore how to add extra annotations, such as comments or highlights, to PDF files in C++ using Aspose.PDF....add Link Annotation A Link Annotation is a hypertext link that...an action to be performed. A Link is a rectangular area that can...

    docs.aspose.com/pdf/cpp/extra-annotations/
  7. DocumentProperty.link_source property | Aspose....

    DocumentProperty.Link_source property. Gets the source of a Linked custom document property....link_source property DocumentProperty.link_source property Gets...of a linked custom document property. @property def link_source...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Install Aspose.PDF for JavaScript via C++|Aspos...

    This section shows a product description and instructions for installing Aspose.PDF for JavaScript via C++.... Follow the link for Direct Download To install...download section, select the link to Python “3.xxx” at the bottom...

    docs.aspose.com/pdf/javascript-cpp/installation/
  9. How to Remove Hyperlink from PDF using Python

    This article provides details on how to remove hyperLink from PDF using Python. It contains environment settings, a step-wise process to write the application and a runnable sample code to remove Link from PDF using Python....each annotation having type LINK Call the delete() method of...of different types including LINK. In this process, all the pages...

    kb.aspose.com/pdf/python/how-to-remove-hyperlin...
  10. Rectangle for hyperlink - Free Support Forum - ...

    Hi We need to add hyperLink annotation at right bottom with 10 as margin from both side. The rectangle gives only position from left and top. It will be very kind if someone help us to get this code, how to set positio…...// Create the link annotation LinkAnnotation link = new LinkAnnotation(page...Rectangle(llx, lly, urx, ury)); link.Action = new GoToURIAction("http://www...

    forum.aspose.com/t/rectangle-for-hyperlink/312974