I am downloading a webscreen within outsysytems as a pdf. However when i run the download and attempt to open to pdf it fails to load (i think because it is infact empty).
During debugging when i hit the server action HtmlToPdfConverter i get the error - "an error was raised by the application: The systems cannot find the file specified"
I have my URL within the action set as
MakeAbsoluteURL(GetEntryURL("DownloadReport","", "Token",CreateToken.Token))
Where DownloadReport is the name of my webscreen.
Thanks,
Alex
@Alex
Can you post the complete error here please?
You can find it in the management console.
Something like https://you.outsystemscloud.com/ServiceCenter/Error_Logs.aspx
JH
hi Alex O'Farrell,
I found that during configuration of html2pdf in admin page when we provide the binaries path it takes only 300 characters due which the path which is longer than 300 characters is cut. So this throws an error "The systems cannot find the file specified". so please check if it the same case with you.
Reagrds,
Amreen