Paul Montag

Results 12 comments of Paul Montag

I updated the code to pass the checks.

https://github.com/signintech/gopdf/issues/98 I reached out to the author of gopdf so he can pull code if he wants. I have been making some good progress, I feel like this will be...

Templates are done. I will likely get a plan moving forward written up today and put it here. Then do you have any preferences on where the code should be...

I've gotten pulled off this temporarily because I needed to get some other internal projects done. I believe I got most of the harder things pulled over. At this point...

I may be wrong, but wouldn't something like this break? ```go var pdf *gofpdf.Fpdf pdf = gofpdf.New(blah blah blah) ``` New would return a gofpdf.Pdf and not a *gofpdf.Fpdf so...

Could we just pull in the font code from gopdf? I would be willing to give this a try if there isn't a reason I shouldn't.

> The second approach would be to carry over the high level functionality of gofpdf to a PDF generator that already does Unicode embedding, perhaps gopdf. I haven't looked at...

Sounds good. In the coming days I will add a branch to my fork that is just the gopdf library and I will start pulling the high level functionality over....

I have started a new branch on my fork https://github.com/d1ngd0/gofpdf/tree/ftr/gopdf As you can see I moved all the gofpdf code into a folder called old/ and then placed all the...

Is there any reason these couldn't be configured using environmental variables? If you wanted me to make a pull request I'm sure I could get around to it in the...