Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 40,269 for

wordsapi

(0.03 sec)
  1. Convert DOCX to PDF in PHP Laravel Without Losi...

    Hello, we are evaluating Aspose.words Cloud API for converting Microsoft Word documents, as part of a more complex application we developed for one of our customers (in Laravel PHP). We tested your API and the result s…...xxxxxxxx"; $wordsApi = new Aspose\Words\WordsApi($ClientId,$ClientSecret);...$format,null); $result = $wordsApi->ConvertDocument($request);...

    forum.aspose.cloud/t/convert-docx-to-pdf-in-php...
  2. 在 C++ 中编辑 WORD

    使用 C++ SDK 编辑 WORD。使用 REST API 在 WORD 中编辑文本、修改表格、添加图像。...L"######### ); auto wordsApi = std:: make_shared <WordsApi>(config); auto...) ; auto insertParagraph = wordsApi-> insertParagraphOnlin (i...

    products.aspose.cloud/words/zh/cpp/edit/word/
  3. Why the API not working properly, I am facing m...

    Why the API not working properly, I am facing many issues with the API from last one month. Today it’s shows 429 status code even on new accounts. Please check this urgent as my clients are waiting to convert words to ht…...$inputFile); $wordsApi = new Aspose\Words\WordsApi('e843535e-2...$inputFile, "html"); $convert = $wordsApi->convertDocument($request)->getPathName();...

    forum.aspose.cloud/t/why-the-api-not-working-pr...
  4. 在 Javascript 中编辑 PDF

    使用 Node SDK 编辑 PDF。使用 REST API 在 PDF 中编辑文本、修改表格、添加图像。...from "fs" ; const wordsApi = new WordsApi ( "####-#### , "#########...paragraph : requestParagraph }); wordsApi. insertParagraphOnlin (insertParagraphReque)...

    products.aspose.cloud/words/zh/nodejs/edit/pdf/
  5. C++ 中的 DOCX 水印

    将水印添加到 C++ 中的 DOCX。还可以使用 C++ API 从 DOCX 中删除水印。...L"######### ); auto wordsApi = std:: make_shared <WordsApi>(config); auto...auto insertWatermarkResul = wordsApi-> InsertWatermarkOnlin (i...

    products.aspose.cloud/words/zh/cpp/watermark/docx/
  6. I'm trying convert word file to pdf, but not wo...

    I’m trying convert word file to pdf, but not working my code. Before it’s works. $docxFile = $filePath; $pdfFileName = 'destination.pdf'; $api = new Wordsapi($clientId, $clientSecret); $upload_…...pdf'; $api = new WordsApi($clientId, $clientSecret);...e/Words/WordsApi.php:13583 #2: Aspose\Words\WordsApi->downlo...

    forum.aspose.cloud/t/im-trying-convert-word-fil...
  7. 在 C++ 中编辑 HTML

    使用 C++ SDK 编辑 HTML。使用 REST API 在 HTML 中编辑文本、修改表格、添加图像。...L"######### ); auto wordsApi = std:: make_shared <WordsApi>(config); auto...) ; auto insertParagraph = wordsApi-> insertParagraphOnlin (i...

    products.aspose.cloud/words/zh/cpp/edit/html/
  8. Compare TXT In PHP

    Compare two TXT using PHP. With our PHP SDK, you can easily find the difference between TXT files....Aspose \ Words \ WordsApi ; $wordsApi = new WordsApi ( '####-####...t , $fileName1 , NULL ); $wordsApi -> uploadFile ( $uploadFirstFileReque...

    products.aspose.cloud/words/php/compare/txt/
  9. Compare WORD In PHP

    Compare two WORD using PHP. With our PHP SDK, you can easily find the difference between WORD files....Aspose \ Words \ WordsApi ; $wordsApi = new WordsApi ( '####-####...t , $fileName1 , NULL ); $wordsApi -> uploadFile ( $uploadFirstFileReque...

    products.aspose.cloud/words/php/compare/word/
  10. 在 C++ 中编辑 MARKDOWN

    使用 C++ SDK 编辑 MARKDOWN。使用 REST API 在 MARKDOWN 中编辑文本、修改表格、添加图像。...L"######### ); auto wordsApi = std:: make_shared <WordsApi>(config); auto...) ; auto insertParagraph = wordsApi-> insertParagraphOnlin (i...

    products.aspose.cloud/words/zh/cpp/edit/markdown/