-
An error during the installation.
![image](https://user-images.githubusercontent.com/20258564/70282675-8d5ebd00-17e4-11ea-9769-5290507ad185.png)
-
hi,
i installed this package in my laravel app.This is my controller method.It seems Output method not working.
```
-
`string url = String.Format("{0}://chart.googleapis.com/chart?cht=qr&chs={1}x{2}&chl={3}", protocol, qrCodeWidth, qrCodeHeight, provisionUrl);
`
"Warning: This API is deprecated."
https://developers.…
-
Hi
I am getting the following error when I run it on my Mac
File "Aaia.py", line 19, in
action.main(config,args)
File "Aaia/Aaia/actions/aws/main.py", line 28, in main
library.main…
-
I notice when outputting my PDF either via Output() or Output("I") the document properly displays on the screen both on a my PC and iOS device. However, when viewing the PDF on the iOS device it doesn…
-
Hello,
I used "code.google.com/p/gofpdf" but it is not easy for accent char. Your package is in philosophy of Golang. For generate PDF, all text est in UTF-8.
But I see several problems in this p…
-
Hi Jung Kurt
Please assist as i am recieving an index out range error on fpdf.go link 2578 where the font is set after deploying to openshift, yet the code is working locally.
Please advise wh…
-
Hi,
I love this library, nevertheless I have the issue that I often have large PDF forms where e.g. "name" or "street" or "city" are fields with the same name, used many times in the same PDF file.…
-
I tried following
```go
// Logo
pdf.SetFont("Arial", "B", 21)
pdf.SetXY(2, 2)
pdf.Cell(40, 10, "KUEGNE+NAGEL")
// Consignee
pdf.SetXY(2, 10)
pdf.SetFont("Arial", "", 8)
pdf.Cell(10,…
-
Hiya @jung-kurt
Do you think this method would be a useful addition to this library? It would allow the programmer to adjust the text underline thickness whilst still having it scale with the font…