Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 152,101 for

load

(0.49 sec)
  1. 在Ruby中将HTML文件转换为Excel电子表格|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....Ruby 代码 def html_to_excel () load_format = Rjb :: import ( 'com...HTMLLoadOptions' ) . new ( load_format . HTML ) # Load the Html file through...

    docs.aspose.com/cells/zh/java/converting-html-f...
  2. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = new Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...aspose words as follows: // Load the Word document Aspose.Words...incorporating these suggestions: // Load the Word document Aspose.Words...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  3. Merge U3D File Formats via .NET | products.aspo...

    C# source code to Load, render and Merge U3D documents on .NET Framework, .NET Core, Mono....waiting for download processing Load the generated usdz file through...is a CAD and Gameware API to load, modify and convert 3D files...

    products.aspose.com/3d/net/merger/u3d/
  4. Merge OBJ File Formats via .NET | products.aspo...

    C# source code to Load, render and Merge OBJ documents on .NET Framework, .NET Core, Mono....waiting for download processing Load the generated usdz file through...is a CAD and Gameware API to load, modify and convert 3D files...

    products.aspose.com/3d/net/merger/obj/
  5. Working with Protection|Documentation

    This section explains how to set protection in the diagram with Aspose.Diagram....GetDataDir_Protection (); // Load diagram Diagram diagram = new...GetDataDir_Protection (); // Load diagram Diagram diagram = new...

    docs.aspose.com/diagram/net/working-with-protec...
  6. HTML to PDF conversion fails on Linux - font no...

    I’m performing HTML to PDF conversion on an Azure Function app running .NET 8 on Linux. The process always fails. The following message appears: No font was found. To resolve this problem, you can set up your custom se…... This can be done by loading the font files from memory...application. Here’s how you can do it: Load Fonts from Memory : If you have...

    forum.aspose.com/t/html-to-pdf-conversion-fails...
  7. 通过 C++ 使用 Node.js 将文件保存到响应对象|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 动态生成文件并直接将其发送到客户端浏览器。...join ( __dirname , "data" ); // Load your source workbook const workbook...dataDir , "Book1.xlsx" ); // Load your source workbook const workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/saving-file...
  8. While using concate in Aspose.Pdf.Facades forma...

    0000800070_Service_Create_V15 (2) (1).pdf (2.1 MB) here is a file. when we concate this file with another text its formating is tting changed. File after concatination.pdf (1.7 MB)...Pdf; // Load the first PDF (the one that...Document(@"C:\Docs\Source1.pdf"); // Load the second PDF Document second...

    forum.aspose.com/t/while-using-concate-in-aspos...
  9. Supported Features on Document Save|Aspose.Word...

    Save your document to any supported format using Node.js. Convert and export a document of any size.... All imported documents loaded into Aspose.Words can be exported...Supported Features on Document Load File Formats and Conversions...

    docs.aspose.com/words/nodejs-net/supported-feat...
  10. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...throws Exception { try { // Load Aspose license License license...Aspose.Words.Java.lic"); // Load your template (DOTX with custom...

    forum.aspose.com/t/html-to-docx-transformation-...