gofpdf
gofpdf copied to clipboard
A PDF document generator with high level support for text, drawing and images
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...
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...
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...
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...
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
Memory Usage
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...
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...
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,...
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...
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...