Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 46,431 for

link

(0.12 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. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [TextBox](../) in a sequence of shapes.... Examples Shows how to link text boxes. doc = aw . Document...text_box_shape4 . text_box # Create links between some of the text boxes...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用 JavaScript 将 PDF 转换为 Word 文档|Aspose.PDF for ...

    学习如何编写 JavaScript 代码以直接在 Web 中将 PDF 转换为 DOC(DOCX)。... ; var link = document . createElement ( "a" ); link . href =...type : mime })); link . download = filename ; link . innerHTML =...

    docs.aspose.com/pdf/zh/javascript-cpp/convert-p...
  4. CustomDocumentProperties.add_link_to_content me...

    CustomDocumentProperties.add_Link_to_content method. Creates a new Linked to content custom document property....add_link_to_content method add_link_to_content(name, link_source)...link_source) Creates a new linked to content custom document property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to get/set TextToDisplay of hyperlink in PD...

    Hi Aspose team, I am currently trying to find a way to identify all hyperLinks in my document. It works for hyperLinks (URI) but I need to know also what is text that document reader will see. For example, I have foll…...pdf"); // get the first link annotation from the first page...GoToURIAction) { // Modification link: change link URI GoToURIAction goToAction...

    forum.aspose.com/t/how-to-get-set-texttodisplay...
  6. 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-...
  7. 使用JavaScript via C++将每个工作表保存为不同的PDF文件|Documenta...

    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....; // Prepare container for links const linksContainer = document...); const link = document . createElement ( 'a' ); link . href =...

    docs.aspose.com/cells/zh/javascript-cpp/save-ea...
  8. 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...
  9. 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
  10. How to Remove Hyperlink in PDF using Java

    This quick tutorial describes the process on how to remove hyperLink in PDF using Java. It has all the information for the environment settings, the program logic in terms of steps, and a runnable sample code to remove all Links from PDF using Java....particular link annotation only. Steps to Remove Link from PDF...Aspose.PDF for Java to remove links Open the target PDF file using...

    kb.aspose.com/pdf/java/how-to-remove-hyperlink-...