Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 34,751 for

path

(0.23 sec)
  1. 使用 PHP 将 XLTM 转换为 MD

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

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

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

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

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

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

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

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

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

    products.aspose.cloud/cells/zh/php/conversion/x...
  6. DOC Წყლის Ნიშანი C++ Ში

    დაამატეთ ჭვირნიშანი DOC ს C++ ში. ასევე ამოიღეთ ჭვირნიშანი DOC დან C++ API ის გამოყენებით....std::ifstream(std::filesystem:: path ( L"Input1.doc" ), std::istream::binary));...std::ifstream(std::filesystem:: path ( L"Input2.jpg" ), std::istream::binary));...

    products.aspose.cloud/words/ka/cpp/watermark/doc/
  7. DOC Ջրի Նշագիծ C++ Ում

    Ավելացնել ջրի մակարդակի նշագիծ DOC ին C++ ում: Հեռացրեք նաև ջրի մակարդակի նշագիծը DOC ից՝ օգտագործելով C++ API:...std::ifstream(std::filesystem:: path ( L"Input1.doc" ), std::istream::binary));...std::ifstream(std::filesystem:: path ( L"Input2.jpg" ), std::istream::binary));...

    products.aspose.cloud/words/hy/cpp/watermark/doc/
  8. MARKDOWN Ის Რედაქტირება C++ Ში

    დაარედაქტირეთ MARKDOWN C++ SDK ის გამოყენებით. დაარედაქტირეთ ტექსტი, შეცვალეთ ცხრილები, დაამატეთ სურათები MARKDOWN ში REST API ით....std::ifstream( std::filesystem:: path ( L"Input.md" ), std::istream::binary));...std::ifstream( std::filesystem:: path ( L"Input.md" ), std::istream::binary));...

    products.aspose.cloud/words/ka/cpp/edit/markdown/
  9. Read Paragraph Properties|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....Required Description name string path true The presentation file name...name. slideIndex integer path true The 1-based index of the presentation...

    docs.aspose.cloud/slides/read-paragraph-propert...
  10. Replace Tables in PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to replace a Tables in a PDF Document. Check the Python source code to replace a Tables in PDF file....logging from pathlib import Path from asposepdfcloud import ApiClient...parameters.""" CREDENTIALS_FILE = Path ( r "C: \\ Projects \\ ASPOSE...

    products.aspose.cloud/pdf/python/table/replace/