Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 46,903 for

link

(0.21 sec)
  1. SMTP send: The server committed a protocol viol...

    Last Friday, I created a new thread: Posted By: peterhuppertz in Aspose.Email Product Family Subject: [SMTP] The server committed a protocol violation. The server response was: Enter mail, end with “.” on a line by i…... The link to that topic was I can see...access your old post using the link given below. Furthermore the...

    forum.aspose.com/t/smtp-send-the-server-committ...
  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. Insert Hyperlink to Document|Aspose.Words for Java

    Insert a hyperLink to a document easily and fast instead of using docx4j....to visit " ); // Insert the link. builder . insertHyperlink (...// Create hyperlink Hyperlink link = createHyperlink ( mdp , "https://slashdot...

    docs.aspose.com/words/java/insert-hyperlink-to-...
  5. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。...get_Pages () -> idx_get ( 1 ); auto link = MakeObject < Aspose :: Pdf...( 100 , 200 , 300 , 300 )); link -> set_Color ( Aspose :: Pdf...

    docs.aspose.com/pdf/zh/cpp/create-links/
  6. 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
  7. 将PDF转换为图像格式在JavaScript中|Aspose.PDF for JavaScri...

    本主题向您展示如何使用Aspose.PDF将PDF转换为多种图像格式,例如TIFF、BMP、JPEG、PNG、SVG,仅需几行代码。... ; var link = document . createElement ( "a" ); link . href =...type : mime })); link . download = filename ; link . innerHTML =...

    docs.aspose.com/pdf/zh/javascript-cpp/convert-p...
  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. 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/
  10. 通过 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/