Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 58,157 for

path

(0.16 sec)
  1. Convert POTX to BMP in PHP | products.aspose.com

    Sample code for POTX to BMP PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to BMP files....while specifying output file path & SaveFormat.BMP as parameters...will be saved at the specified path System Requirements Before running...

    products.aspose.com/slides/php-java/conversion/...
  2. Convert ODP to SVG in PHP | products.aspose.com

    Sample code for ODP to SVG PHP conversion. Use PowerPoint PHP API for batch conversion ODP files to SVG files....while specifying output file path & SaveFormat.SVG as parameters...will be saved at the specified path System Requirements Before running...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert POTX to JPG in PHP | products.aspose.com

    Sample code for POTX to JPG PHP conversion. Use PowerPoint PHP API for batch conversion POTX files to JPG files....while specifying output file path & SaveFormat.JPG as parameters...will be saved at the specified path System Requirements Before running...

    products.aspose.com/slides/php-java/conversion/...
  4. Video Frame|Aspose.Slides for Python Documentation

    Add Video frame to PowerPoint presentation in Python...object and pass the video file path to embed the video with the...with slides . Presentation ( path + "pres.pptx" ) as pres : with...

    docs.aspose.com/slides/python-net/video-frame/
  5. Move Pages to PDF using Python for .NET | Aspos...

    Move PDF pages of your document programmatically programmatically with Python sample code using Aspose.PDF for Python for .NET...apdf from os import path src_file = path . join ( self . data_dir...data_dir , infile ) dst_file = path . join ( self . data_dir , outfile...

    products.aspose.com/pdf/python-net/pages/move/
  6. Split Visio Page wise in Python | products.aspo...

    Python source codes that explains how to split Microsoft Visio files into multiple files in Python applications...specified path. Load the Visio file with full path using diagram...and pass the file name (full path) having relevant SaveFormat...

    products.aspose.com/diagram/python-java/splitter/
  7. 使用C++将Excel转换为CSV、TSV和Txt|Documentation

    使用Aspose.Cells与C++轻松将Excel文件转换为CSV、TSV和TXT格式。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-c...
  8. Add Footer to PDF using C# | Aspose.PDF

    Add footer to PDF programmatically with C# sample code using Aspose.PDF for .NET....footer of PDF var inputFile = Path . Combine ( dataDir , "ImageInFooter..."ImageInFooter.pdf" ); var outputFile = Path . Combine ( dataDir , "ImageInFooter_out...

    products.aspose.com/pdf/net/footer/
  9. Add, Extract, or Remove Attachments in PDF usin...

    Add, extract and remove attachments on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....PDF document var inputFile = Path . Combine ( dataDir , "AddAttachment...pdf" ); var attachmentFile = Path . Combine ( dataDir , "test...

    products.aspose.com/pdf/net/attachments/
  10. 保存 SVG 文件 – Aspose.SVG for Python via .NET

    了解如何使用 Aspose.SVG Python 库将 SVG 文档保存到文件、内存流或 Url。...SVGDocument 3 4 # Prepare a path to the source and output SVG...output_dir = "output/" 7 input_path = os. path . join (data_dir, "with-resources...

    docs.aspose.com/svg/zh/python-net/save-svg-file/