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

link

(0.5 sec)
  1. 通过 C++ 使用 JavaScript 修复 PDF|Aspose.PDF for Java...

    本主题描述了如何通过 JavaScript 和 C++ 修复 PDF... ; var link = document . createElement ( "a" ); link . href =...type : mime })); link . download = filename ; link . innerHTML =...

    docs.aspose.com/pdf/zh/javascript-cpp/repair-pdf/
  2. Encoding when saving to html - Free Support For...

    Hello, when saving a document to HTML, the Link changes. Is the Link wrong? Can you take a look at it for me… change & to &amp even though it’s a parameter separator and then the Link doesn’t work Word Link: https:…...document to HTML, the link changes. Is the link wrong? Can you take...separator and then the link doesn’t work Word LINK: https://linkproxy...

    forum.aspose.com/t/encoding-when-saving-to-html...
  3. 使用JavaScript通过C++导出与XML映射相关联的XML数据|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript导出工作簿中的XML映射关联的XML数据。...); // Create a downloadable link for each exported XML const...}); const link = document . createElement ( 'a' ); link . href =...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  4. 使用 JavaScript 通过 C++ 旋转 PDF 页面|Aspose.PDF for J...

    本主题描述如何通过 JavaScript 通过 C++ 以编程方式旋转现有 PDF 文件中的页面方向... ; var link = document . createElement ( "a" ); link . href =...type : mime })); link . download = filename ; link . innerHTML =...

    docs.aspose.com/pdf/zh/javascript-cpp/rotate-pa...
  5. 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
  6. Manage print tickets of XPS files | .NET

    .NET API Solution to work with XPS. Includes the functionality to manage print tickets. C# examples on how to create, edit, get and Link them....print tickets Create, edit, link and get print tickets of XPS...how to create, edit, get and link them. To manipulate print tickets...

    products.aspose.com/page/net/print-tickets-xps/
  7. 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...
  8. 使用 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...
  9. 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...
  10. 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...