Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 40,296 for

wordsapi

(0.07 sec)
  1. Javascript 中的 DOC 水印

    将水印添加到 JavaScript 中的 DOC。还可以使用 Node API 从 DOC 中删除水印。...from "fs" ; const wordsApi = new WordsApi ( "####-#### , "#########...: requestWatermarkData }); wordsApi. InsertWatermarkOnlin (insertWatermarkReque)...

    products.aspose.cloud/words/zh/nodejs/watermark...
  2. 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/
  3. Compare PDF In PHP

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

    products.aspose.cloud/words/php/compare/pdf/
  4. Compare HTML In PHP

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

    products.aspose.cloud/words/php/compare/html/
  5. Compare DOC In PHP

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

    products.aspose.cloud/words/php/compare/doc/
  6. 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...
  7. 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...
  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++ 中编辑 DOC

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

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