gofpdf
gofpdf copied to clipboard
A PDF document generator with high level support for text, drawing and images
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...
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...
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...
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...
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...
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?
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)
http://www.independentagent.com/Education/VU/SiteAssets/Documents/PDF/ACORD/ACORD27EvidenceOfPropertyInsurance.pdf
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...
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...