We have pdf files getting created from the blob data that we receive from a API call, we want to print these PDFs without any user interface immediately after receiving data from API.
These can be. Achieved using shell execute/ batch file using external pdf viewer but clients don't want to use any pdf viewer(Adobe reader, etc) to be installed on their machine. And msedge is used to view the files.
Can we print a pdf file via pdfdocument object from powerbuilder?Or any other way to print a pdf file from powerbuilder ?