Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 34,778 for

path

(0.31 sec)
  1. 使用 PHP 将 MHTML 转换为 SXC

    利用PHP的Aspose.Cells Cloud SDK将MHTML格式文件转换为SXC格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.mhtml' ; $format =...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/m...
  2. 使用 PHP 将 SXC 转换为 PNG

    利用PHP的Aspose.Cells Cloud SDK将SXC格式文件转换为PNG格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.sxc' ; $format = 'png'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/s...
  3. 使用 PHP 将 XLSX 转换为 SVG

    利用PHP的Aspose.Cells Cloud SDK将XLSX格式文件转换为SVG格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xlsx' ; $format = 'svg'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  4. 使用 PHP 将 XLS 转换为 HTML

    利用Aspose.Cells Cloud SDK for PHP将XLS格式文件转换为HTML格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xls' ; $format = 'html'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  5. 使用 PHP 将 XLSX 转换为 XLT

    利用PHP的Aspose.Cells Cloud SDK将XLSX格式文件转换为XLT格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xlsx' ; $format = 'xlt'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  6. 使用 PHP 将 XLSX 转换为 HTML

    利用PHP的Aspose.Cells Cloud SDK将XLSX格式文件转换为HTML格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xlsx' ; $format = 'html'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  7. 使用 PHP 将 XLT 转换为 ODS

    利用PHP的Aspose.Cells Cloud SDK将XLT格式文件转换为ODS格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xlt' ; $format = 'ods'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  8. 使用 PHP 将 XLTX 转换为 PDF

    利用Aspose.Cells Cloud SDK for PHP将XLTX格式文件转换为PDF格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xltx' ; $format = 'pdf'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  9. Watermark In C++

    Add or remove watermark from PDF or Word C++. Also work with the watermark in any popular document formats using C++ API....std::ifstream(std::filesystem:: path ( L"Input1.docx" ), std::istream::binary));...std::ifstream(std::filesystem:: path ( L"Input2.jpg" ), std::istream::binary));...

    products.aspose.cloud/words/cpp/watermark/
  10. Edit WORD In C++

    Edit a Word document using C++ SDK. Edit text, modify tables, add images in a Word document with REST API....std::ifstream( std::filesystem:: path ( L"Input.docx" ), std::istream::binary));...std::ifstream( std::filesystem:: path ( L"Input.docx" ), std::istream::binary));...

    products.aspose.cloud/words/cpp/edit/word/