Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 38,299 for

path

(0.23 sec)
  1. 使用 PHP 将 GIF 转换为 DIF

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

    products.aspose.cloud/cells/zh/php/conversion/g...
  2. 使用 PHP 将 CSV 转换为 PPTX

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

    products.aspose.cloud/cells/zh/php/conversion/c...
  3. 使用 PHP 将 HTML 转换为 XLSM

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

    products.aspose.cloud/cells/zh/php/conversion/h...
  4. 使用 PHP 将 GIF 转换为 XML

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

    products.aspose.cloud/cells/zh/php/conversion/g...
  5. 使用 PHP 将 MHTML 转换为 TSV

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

    products.aspose.cloud/cells/zh/php/conversion/m...
  6. 使用 PHP 将 MHTML 转换为 XLS

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

    products.aspose.cloud/cells/zh/php/conversion/m...
  7. 使用 PHP 将 HTML 转换为 GIF

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

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

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

    products.aspose.cloud/cells/zh/php/conversion/n...
  9. Delete a `FormField` from a Word document onlin...

    Delete a `FormField` from a Word document programmatically via Cloud API....where: nodePath (required) — the path to the node in the document...destFileName string Optional Result path of the document after the operation...

    docs.aspose.cloud/words/formfields/remove/
  10. Delete a Run object from a Word document online...

    Delete a Run object from a Word document programmatically via Cloud API....paragraphPath (required) — the path to the paragraph in the document...destFileName string Optional Result path of the document after the operation...

    docs.aspose.cloud/words/paragraphs/remove-run/