signintech / gopdf

A simple library for generating PDF written in Go lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import full pdf from s3

0xfourzerofour opened this issue · comments

commented

Is there a way to easy initiate a pdf object with a pdf object returned from another service (for me its S3)

data is returned from s3 as blob data and is just a pdf file with an arbitrary amount of pages.

could i load the file into the pfd objects buffer?

@oneplus1000 can you close this issue if it has been resolved? It seems like a misunderstanding of the library capabilities.