Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 46,509 for

link

(0.24 sec)
  1. 从PDF中移除附件与JavaScript|Aspose.PDF for JavaScript ...

    Aspose.PDF可以从您的PDF文档中移除附件。使用JavaScript Web工具包通过Aspose.PDF来移除PDF文件中的附件。... ; var link = document . createElement ( "a" ); link . href =...type : mime })); link . download = filename ; link . innerHTML =...

    docs.aspose.com/pdf/zh/javascript-cpp/removing-...
  2. How to Merge PDF using JavaScript via C++|Aspos...

    This page explain how to merge PDF documents into a single PDF file with Aspose.PDF for JavaScript via C++...DownloadFile function generates a link and allows you to download the...json . errorText ; /*make a link to download the result file*/...

    docs.aspose.com/pdf/javascript-cpp/merge-pdf/
  3. 通过 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/
  4. TextBox.is_valid_link_target method | Aspose.Wo...

    TextBox.is_valid_Link_target method. Determines whether this [TextBox](../) can be Linked to the target [TextBox](../)....is_valid_link_target method is_valid_link_target(target) Determines...can be linked to the target TextBox . def is_valid_link_target...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 使用JavaScript在PDF中添加书签|Aspose.PDF for JavaScript...

    您可以使用JavaScript在PDF文档中添加或删除书签。... ; var link = document . createElement ( "a" ); link . href =...type : mime })); link . download = filename ; link . innerHTML =...

    docs.aspose.com/pdf/zh/javascript-cpp/bookmark/
  6. Links in SharePoint Online's web view are broke...

    When we were trying to investigate an issue for one of our clients we found out that Links in SharePoint Online’s web view are broken in Aspose.Words 22.2 and other versions. We specifically don’t know which version of …...Links in SharePoint Online's web view are broken in Aspose.Words...our clients we found out that links in SharePoint Online’s web view...

    forum.aspose.com/t/links-in-sharepoint-onlines-...
  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. 用 JavaScript 结合 C++ 管理 OLE 对象|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。... Click the download link to get the modified file.</p>'...]); const link = document . createElement ( 'a' ); link . href =...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  9. 如何使用 Java 获取 Link 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Link 注释的 Java 示例代码。...API</version> </dependency> 通过 Java 获取 Link 注释 你需要 Aspose.PDF for Java 才能在你的环境中试用代码。...创建新页面或获取对现有页面的引用 创建 Link 注释 调用 Page.Annotations 集合中的 Link 注释方法 Get 再次保存该文件...

    products.aspose.com/pdf/zh-hans/java/annotation...
  10. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....element—such as text, images, and links—with tags that define their...operators like images, text, and links). insert_child. remove_child...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/