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

I'd like to add some editable fields in my generated PDF with gofpdf. Make them editable in Safari or Chrome as the following screenshot. How can I do that? I've...

enhancement

In my experience, image rendering is the largest bottleneck. (see https://github.com/ajstarks/go-info-displays for an example of a deck rendered with pdfdeck that contains several large (4224x2376) images. Any clues to how...

performance

Hi, We are migrating from php to go and it would be nice if we could reuse our html templates. From what i've seen the current function supports only a...

long term enhancement

Hi, I know UTF-8 is not supported, but I'm wondering if its possible to automatically support multiple code pages. For instance, I have my fonts using the cp1252.map mapping, but...

long term enhancement

This library is very useful for many.. A feature to generate the document using a simple markup(xml or yaml format,) will be a great along with this. Its always easier...

enhancement
in progress

Ciao, years ago I collaborate for implementing PrintScaling in libharu https://groups.google.com/forum/#!topic/libharu/mfA9nIVoZUo I've read that doing the same thing in fpdf is simple https://stackoverflow.com/a/8444588 Can you add this option?

enhancement

PDF generated without required accessibility features, including tagging metadata. Example accessibility check using Adobe Acrobat default checker on basic.pdf document: [basic.pdf.accreport.zip](https://github.com/jung-kurt/gofpdf/files/1502360/basic.pdf.accreport.zip)

long term enhancement

http://www.independentagent.com/Education/VU/SiteAssets/Documents/PDF/ACORD/ACORD27EvidenceOfPropertyInsurance.pdf

enhancement

I have a requirement where it is necessary for blocks of text to not be broken in the middle ie. if a page break is necessary the block should start...

enhancement

Hi, Tried to run this ../makefont/makefont --embed --enc=fa1.map fontawesome-webfont-fa1.ttf Where fa1.mp was found here: https://www.deweyartdesign.com/wiki/code/fpdf However it list all characters as missing. Is there a way to embed it somehow...

bug