B4J Question open pdf after sending parameters with HttpJob

Kahapdos

Member
Licensed User
Longtime User
hello good day
I am sending some parameters via HttpJob to a php file that generates a pdf with the parameters embedded,
my question is if there is any way to retrieve the pdf either by downloading or viewing it (webview) after the job.Success?.

thanks
 

DonManfred

Expert
Licensed User
Longtime User
Why you do not return the generated pdf when your php-script is called?
Or return a url to the file.

See this example:
Please note the use of File.DirRootExternal in this (OLD) Example.

Just use a path you have access to here...
 
Upvote 0
Top