Luka Jaković

Results 14 comments of Luka Jaković

I'm just seeing that some of the commits inside the master branch were about this "Bottom" padding and I saw this PR [https://github.com/johnfercher/maroto/pull/478](https://github.com/johnfercher/maroto/pull/478) that seems to fulfill my request. I...

I was trying to upgrade the package with: `go get github.com/johnfercher/maroto/[email protected]` But I'm getting the following error: `go: github.com/johnfercher/maroto/[email protected]: github.com/johnfercher/maroto/[email protected]: invalid version: unknown revision v2.1.5`

It looks like Bottom on Text property works, in some way. I'm not sure if you had the time to test this, maybe I'm doing something wrong, but I get...

I'm not quite sure where it happens, maybe something with calculating row heights when rows with fixed height exist in header/footer. I was playing around the last few days and...

I think it might has to do something with font style: Bold in combination with putting images in some cells? ![image](https://github.com/user-attachments/assets/2a59ff87-d6c1-4c3a-8997-4679962783df) [test2.pdf](https://github.com/user-attachments/files/17409180/test2.pdf)

These are the files used (including .go file) - https://mega.nz/folder/TstgkKCY#CdDYrTrnVcOzGAxUcU__mg

I found something in [documentation](https://github.com/doctrine/dbal/blob/77a604153ee50f8f20b3b5bba0cefb2215c3b1aa/docs/en/reference/types.rst#L714) that might point to solving this problem: `[13] Chosen if the column definition does not contain the version option inside the platformOptions attribute array or...

Assigning true to column's platform options version does something right, but only to extent. It's still missing precision value, in this case 6. Looks like something regarding this was done...

I resolved this with creating my custom type for timestamp, and being able to set precision/scale to it. Although it would be really nice that the tool supported this whole...

Yes, my files are also in a directory as @beemensameh pointed out, but I'm not sure if that is the answer to this question. Is it still safe to delete...