Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 153,459 for

load

(0.17 sec)
  1. Generate HTML to PDF - JavaScript files - Free ...

    Hi, I am using Aspose.PDF.Generator and I want to convert HTML pages to PDF. The HTML page is built using JavaScript files. Is it possible to do this? If so, how do I get the javascript to work? Do you have any examples …...Sample JS code is: function load() { var x = document.getEle...HtmlLoadOptions(basePath); // Load HTML file Document doc = new...

    forum.aspose.com/t/generate-html-to-pdf-javascr...
  2. Working with Hyperlinks|Documentation

    This section explains how to add or get Hyperlink in a Visio Shape with Aspose.Diagram....GetDataDir_Hyperlinks (); // Load source Visio diagram Diagram...GetDataDir_Hyperlinks (); // Load source Visio diagram Diagram...

    docs.aspose.com/diagram/net/working-with-hyperl...
  3. Remove ODP Annotation using Java | products.asp...

    Java sample code to delete ODP format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Load ODP with an instance of Presentation...Iterate over all Authors of loaded ODP Remove all Comments of...

    products.aspose.com/slides/java/annotation/odp/
  4. 在 Python 中在屏幕上显示电子邮件信息|Documentation

    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....Create MailMessage instance by loading an Eml file message_format...MailMessage message = mailMessage . load ( self . dataDir + "Message...

    docs.aspose.com/email/zh/java/displaying-email-...
  5. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。...// Load the encrypted ODS file with the appropriate load options...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  6. Find the Root Element Name of XML Map with Node...

    Learn how to find the root element name of an XML map in Excel using Aspose.Cells for Node.js via C++....Code The following sample code loads the sample Excel file , accesses..."sampleRootElementNam.xlsx" ); // Load sample Excel file having Xml...

    docs.aspose.com/cells/nodejs-cpp/find-the-root-...
  7. Remove ODP Annotation using C++ | products.aspo...

    C++ source code to delete annotations from ODP... Load ODP with an instance of Presentation...Iterate over all Authors of loaded ODP Remove all Comments of...

    products.aspose.com/slides/cpp/annotation/odp/
  8. Remove PPT Annotation using C++ | products.aspo...

    C++ source code to delete annotations from PPT... Load PPT with an instance of Presentation...Iterate over all Authors of loaded PPT Remove all Comments of...

    products.aspose.com/slides/cpp/annotation/ppt/
  9. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless document saving. Optimize your workflow today!...password which will protect the loading of the document by Microsoft...options ); // To be able to load the document, // we will need...

    reference.aspose.com/words/net/aspose.words.sav...
  10. word转html报错:com.aspose.words.zzXeW.zzW4B()" is ...

    版本:23.8 编程语言:java word转换html与html转word,多次转换后,在word转换html步骤报错 步骤1:word转html word源文件: 3-1出租合同(租给个人)-我方作为出租方使用05.docx (340.7 KB) 转换后文件为html: convert1.zip (334.7 KB) 步骤2:html转换word 转换后的word文件: 包含内容编辑器-慕华 18-03-2026…...println("Iteration " + (i + 1)); // Load DOCX Document doc = new Document(currentDocx);...save(htmlPath, SaveFormat.HTML); // Load back from HTML Document htmlDoc...

    forum.aspose.com/t/word-html-com-aspose-words-z...