Sort Score
Result 10 results
Languages All
Labels All
Results 5,291 - 5,300 of 64,773 for

path

(0.14 sec)
  1. Convert ODT to EMLX in Python | products.aspose...

    Save ODT to EMLX within Python applications without using Microsoft Word or Outlook...specifying output HTML file path and relevant HTML Save options...converted to HTML at the specified path Now Load the saved HTML file...

    products.aspose.com/total/python-net/conversion...
  2. 新 HTML 导出系统 - Aspose.Slides.WebExtensions|Aspos...

    使用模板、CSS 和 JS 将演示文稿导出为 HTML——无需 SVG。了解单页或多页输出、资源控制以及针对 PPT、PPTX 和 ODP 的自定义。...AddTemplate < Slide >( "slide" , Path . Combine ( templatesPath ,...< AutoShape >( "autoshape" , Path . Combine ( templatesPath ,...

    docs.aspose.com/slides/zh/net/web-extensions/
  3. Converting a MD file to XLSX using C# | Aspose.PDF

    Sample code for MD‑to‑XLSX conversion in .NET. Use the API example code for batch MD‑to‑XLSX conversion within VB.NET, ASP.NET, or any .NET‑based application....while passing the output file path & SaveFormat.Xlsx as parameters...will be saved at the specified path Here is an example that demonstrates...

    products.aspose.com/pdf/net/conversion/md-to-xlsx/
  4. Converting a EPUB file to TXT using C# | Aspose...

    Sample code for EPUB‑to‑TXT conversion in .NET. Use the API example code for batch EPUB‑to‑TXT conversion within VB.NET, ASP.NET, or any .NET‑based application....while passing the output file path & SaveFormat.Txt as parameters...will be saved at the specified path Here is an example that demonstrates...

    products.aspose.com/pdf/net/conversion/epub-to-...
  5. Convert DRC to DAE via Python | products.aspose...

    Sample code for DRC to DAE Python conversion. Use API example code for batch DRC files to DAE conversion within VB.NET, Asp.NET or any .NET based application....save method Pass the output path with DAE file extension & object...resultant DAE file at specified path System Requirements Before running...

    products.aspose.com/3d/python-net/conversion/dr...
  6. Updating Linked Excel Chart Links in PowerPoint...

    I’m trying to update some linked charts in a PowerPoint presentation using slides for .Net. I have found several examples, but all mention methods like getLinkFormat and UpdateLinks, but trying to use those gives me an …...pptx"); // Path to the new Excel workbook (use the same path for all...newWorkbookPath with the appropriate path inside the loop (e.g., read...

    forum.aspose.com/t/updating-linked-excel-chart-...
  7. NullReferenceException in Document.OptimizeReso...

    See the attached demo project, which throws the following exception: Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at #=zRfa24k6qRV51vWOnVLP8VICdg7c7CNQNesY…...pdfDocument = new Document("path/to/your/document.pdf"); // Create...optimized document pdfDocument.save("path/to/your/optimized_document.pdf");...

    forum.aspose.com/t/nullreferenceexception-in-do...
  8. Merge PPSX Files via C++ | products.aspose.com

    C++ example code to combine PPSX documents on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....method to save at specified path System Requirements Aspose.Slides...Merge PPSX Files - C++ // The path to the documents directory....

    products.aspose.com/slides/cpp/merger/ppsx/
  9. 将 EPUB 转换为 XPS – C# 代码示例

    使用 Aspose.HTML for .NET API 将 EPUB 转换为 XPS。在C#示例中考虑各种EPUB到XPS的转换方案。尝试在线EPUB转换器。...(stream, new XpsSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines..."input.epub" ); 5 6 // Prepare a path to save the converted file 7...

    docs.aspose.com/html/zh/net/convert-epub-to-xps/
  10. 将 MHTML 转换为 XPS – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 在 C# 中将 MHTML 转换为 XPS。在 C# 示例中考虑所支持的 MHTML 到 XPS 的转换方案。...(stream, new XpsSaveOptions(), Path. Combine (OutputDir, "convert-by-two-lines..."sample.mht" ); 5 6 // Prepare a path for converted file saving 7...

    docs.aspose.com/html/zh/net/convert-mhtml-to-xps/