func Register(f httpimgPdf, urlStr, tp string) (info *gofpdf.ImageInfoType)
Register registers a HTTP image. Downloading the image from the provided URL and adding it to the PDF but not adding it to the page. Use Image() with the same URL to add the image to the page.
▹ Example