Hi Wouter,
Speed is not an issue. There is another issue which is affecting PHP customers only. The signature generated by Sign method for PHP platform is a bit different from other platforms and sometimes Aspose for Cloud service rejects that signature.
We are investigating the issue in detail and it will be fixed soon. We will keep you updated on this issue. Sorry for the inconvenience.
Best Regards,
Hi Muhammad,
Thanks for the reply. Please keep me posted on the progress of this issue. I’d like to test along to see any improvements.
Wouter
Muhammad,
What is the status of this issue? Performance is degrading on a daily basis and this issue needs to be fixed this week… My clients are starting to pose deadlines. If this issue remains any longer, they will cease their subscriptions which will cost me my business.
Sorry to keep pushing but this is a major, major issue for me.
Hi Wouter,
The issue has been fixed. Please check at your end and let us know if you still see any issue. Also, it is better to upgrade to latest version of Sign method from Utils.php file at https://github.com/aspose-words-cloud/aspose-words-cloud-php
Best Regards,
Hi,
Seems promising, thanks for replying. I want to test and upgrade but I seem to be on an older version of the PHP SDK (version unknown).
In my scripts, I am including:
require_once(’…/…/…/includes/saaspose/saaspose.php’);
and then:
SaasposeApp::$AppSID = “”;
SaasposeApp::$AppKey = “”;
SaasposeApp::$OutPutLocation = $path;
$mainDocumentFile = $path . “/” . $filename . “.docx”;
//create Document object
$doc = new WordDocument("");
$result = $doc->ConvertLocalFile($mainDocumentFile, $filename . “.pdf” ,“pdf”);
This doesn’t seem to work anymore with the latest version from github, since //saaspose/saaspose.php’ does not exist anymore… Where can I find a complete PHP example?
Thanks,
Wouter
Hi Wouter,
You can still test with the old code. If you want to use latest version of the SDK, you can check PHP SDK example from https://docs.aspose.cloud/display/wordscloud/Converting+a+Document or Aspose.Words Cloud SDK for PHP unit tests for reference.
Best Regards,