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

path

(0.21 sec)
  1. 使用 PHP 将 FODS 转换为 MD

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

    products.aspose.cloud/cells/zh/php/conversion/f...
  2. 使用 PHP 将 GIF 转换为 TXT

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

    products.aspose.cloud/cells/zh/php/conversion/g...
  3. 使用 PHP 将 TXT 转换为 SQL

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

    products.aspose.cloud/cells/zh/php/conversion/t...
  4. Add a Bookmark to a PDF Document|Documentation

    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....are using an empty bookmark path to create the Bookmark under...

    docs.aspose.cloud/pdf/add-a-bookmark-to-a-pdf-d...
  5. Add Text in Footer of PDF via Cloud Node.js SDK

    Insert text-based footers in PDFs using Node.js with Aspose.PDF Cloud SDK....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...uploadDocument () { const pdfFilePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/footer/text/
  6. Encrypt PDF in Node.js SDK

    Aspose.PDF Cloud allows you to encrypt PDF Document. Check the Node.js source code to encrypt PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...uploadDocument () { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/encrypt/
  7. Html to pdf conversio is ot converting the file...

    Html to pdf conversio is ot converting the file correctly Hi Team I am trying to convert following html file to pdf. Please check the attached screenshot for the difference in actual file and the g......route-path { background: linear-gradient(90deg...flex-start; max-width: 100px; } .route-path-wrapper { display: flex; align-items:...

    forum.aspose.cloud/t/html-to-pdf-conversio-is-o...
  8. Export Ods to XLSX file via PHP

    Aspose.Cells Cloud REST API support exporting Excel file and internal objects to kinds of format files. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....getenv( "ProductClientSecret" )); $path = 'Book1.xlsx' ; $format = 'xlsx'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/php/export/ods-to-x...
  9. Decrypt PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to decrypt PDF Document. Check the Node.js source code to decrypt PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...uploadDocument () { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/decrypt/
  10. Add Image Stamp to PDF via Cloud Node.js SDK

    Add image-based stamps to PDFs using Node.js and Aspose.PDF Cloud SDK....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...fileName ) { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/stamp/image/