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 need support for digitally signed pdf documents. The goal is to ensure that no one beside the signer ("notar") can modify the document. This is needed for contracts or...

enhancement
help wanted

Hi, I'm trying to create a table where each cell can be word wrap. How can I do that? I tried using MultiCell but it goes to the next line...

enhancement

There needs to be access to all private properties of the Fpdf type. This would allow extending functionality like the fpdf package does with custom scripts. ie. To implement rounded...

in progress

I've seen some suggestions for adding Chinese support, but all have been closed. So, I raise it once again because that will benefit a lot of people! And I found...

long term enhancement

Is it possible to export a PDF X3 with an embedded color profile? https://www.bvdm-online.de/fileadmin/tundf/PDFX-3_d_web.pdf

enhancement
help wanted

I have a large pdf to generate, but it seems that the library buffer all the thing in memory。 So can it output the buffer at demand to disk? and...

in progress
long term enhancement

currently only simple fonts are allowed, and any attempt to render using a composite font will just drop anything outside the 256 glyphs. I have been digging into Composite fonts...

enhancement

Greetings to all! Thanks to the developers for this great library! I really liked how pdf creation was implemented and I started making a template. In the process of creating,...

enhancement

Hi and thanks for the excellent library! I found the following minor bug with the latest version: When you make a cell with right-aligned text, the width of the text...

in progress

Considering the interface type Pdf should have all of the methods that are defined in Fpdf (which also then automatically get added to Tpl) would it make sense to make...

in progress