What can I do to be able to sell downloadable PDFs using PayPal Cart? I plan to have a business account set up. The PDFs will be hosted on my server.
Get Paypal API, follow the steps listed.(They are simple and you may find lots of tutorials too.) Successful transactions give you a transaction id, use that id on pdf download page. If it's valid, allow the user to download, else throw the error.