Sort Score
Result 10 results
Languages All
Labels All
Results 7,641 - 7,650 of 61,039 for

path

(0.18 sec)
  1. 在 Python 中获取演示文稿的段落边界|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python via .NET 中检索段落和文本部分的边界,以优化 PowerPoint 和 OpenDocument 演示文稿中的文本定位。... Presentation ( path + "Shapes.pptx" ) as presentation...with slides . Presentation ( path + "source.pptx" ) as pres :...

    docs.aspose.com/slides/zh/python-net/paragraph/
  2. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/customizing-charts/
  3. 在 Java 中將 PPTX 轉換為視頻 | products.aspose.com

    將 PPTX 轉換為 Java 中的視頻。使用 Java 庫 API 將 PowerPoint 轉換為視頻...FFmpeg ffmpeg = new FFmpeg ( "path/to/ffmpeg" ); FFprobe ffprobe...ffprobe = new FFprobe ( "path/to/ffprobe" ); FFmpegBuilder builder...

    products.aspose.com/slides/zh-hant/java/convers...
  4. HtmlSaveOptions.font_resources_subsetting_size_...

    HtmlSaveOptions.font_resources_subsetting_size_threshold property. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB... path . exists ( fonts_folder ): shutil...30MB. font_file_size = os . path . getsize ( filename ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides — PPT, PPTX — to clean Markdown with Aspose.Slides for PHP via Java, automate documentation and keep formatting....current directory (and a relative path is generated for them in the...are they saved, and are the paths relative? Images are exported...

    docs.aspose.com/slides/php-java/convert-powerpo...
  6. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...Workbook workbook = new Workbook("path/to/your/workbook.xlsx"); //...the workbook workbook.Save("path/to/your/updated_workbook.xlsx");...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  7. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/custom-slice-or-secto...
  8. 快速提示|Aspose.PDF for Java

    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.... String path = "D:\\" ; String fileOut = path + "JavaScript...

    docs.aspose.com/pdf/zh/java/quick-tips/
  9. Installing Aspose.Pdf for SharePoint License|As...

    Once you are happy with your evaluation, you can purchase a license for PDF SharePoint API and follow the installation instructions to apply it.... Note: The paths are omitted for clarity. You...You may need to add the actual path to stsadm.exe and/or solution...

    docs.aspose.com/pdf/sharepoint/installing-aspos...
  10. 将 EPUB 转换为 PNG – C# 代码示例

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

    docs.aspose.com/html/zh/net/convert-epub-to-png/