Hi all,
I have to find out to write a function that can serve PDF documents (invoices) in the browser window.
My challenge is that the PDF fiels is on another server, which I do have access to.
Can I somehow just create a link on the site, and then get the pdf from the different server to appear, by using fgets?
I know fgets can be used for cvs data - but I need to show the entire document/transfer it from one server to another.
Any ideas is appreciated, as I need to create this function asap :-)
Best regards, Klemme