gofpdf icon indicating copy to clipboard operation
gofpdf copied to clipboard

A PDF document generator with high level support for text, drawing and images

Results 56 gofpdf issues
Sort by recently updated
recently updated
newest added

When parsing an svg before writing it to a pdf using SVGBasicParse(), if the svg contains tags then it does not appear on the pdf. My current workaround is to...

These formats are important to business use particularly the A3 which is a signed PDF with embedded XML data. Will become mandatory in EU, starting with Germany. This could take...

enhancement
help wanted

It seems gofpdf does not support font kerning at the moment. For example, when outputting "Tourist" with Arial font: Result of gofpdf: ![image](https://user-images.githubusercontent.com/5000910/64242499-396be000-cf38-11e9-89fe-65ce3580d2ee.png) Expected: ![image](https://user-images.githubusercontent.com/5000910/64242567-599b9f00-cf38-11e9-9dc0-921b28dee048.png) Note the difference of the...

enhancement

I need to create some very fine details (in the mm range) on certain parts of my PDF based on the pdf.Arc() function. I found that if I create circle...

bug

It may be useful to be able to read an existing pdf file, and be able to write over it.

enhancement

Hi Jung-Kurt While using MultiCell. In a single cell, how do i get to Bold some text while other text is left not bold. Furthermore, how do i go about...

enhancement

I need to generate a pdf document, and I have been using MultiCell to do so. However, I need the text to be justified, and MultiCell doesn't do so even...

enhancement

**Description** I cannot render moji like 👸🏻correctly in my pdf file. Do i need to import new font for it? Thanks

enhancement

Using the Symbola font (which contains 10744 glyphs -- see: http://users.teilar.gr/~g1951d/) when trying to index into the emoji range 0x1f600 - 0x1f64f, generateCIDFontMap crashes with index out of range. Using...

bug
help wanted

My imports (commit 8060f8371088d63b5935a6eeb617328705387ace): "github.com/jung-kurt/gofpdf" "github.com/jung-kurt/gofpdf/contrib/gofpdi" When use gofpdf.SetProtection() I can't use gofpdi.ImportPage() + gofpdi.UseImportedTemplate() - imported template pages not saved to result PDF.

bug