Age | Commit message (Collapse) | Author |
|
|
|
|
|
- MoveTo
- LineTo
- CurveTo
- CurveBezierCubicTo
- ClosePath
- DrawPath
|
|
|
|
|
|
|
|
argument names.
|
|
web server. Resolves issue 29.
|
|
|
|
visibility of which can be controlled from the document reader.
|
|
|
|
Only if a non-core font or non-default code page is used does an actual font directory need to be specified when creating an Fpdf instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
converted for proper rendering in the PDF document.
|
|
selected font.
|
|
interface) and then close the PDF instance.
|
|
within cell.
|
|
naming convention is that a machine can quickly tokenize name segments for indexing and tagging purposes. For example, HtmlWrite easily breaks into Html and Write. By capitalizing all letters in an initialism, this name breaks into H, T, M, L, and Write -- not as useful for tagging purposes. Rather than having to manually filter through the mostly valuable output of golint, I have grudgingly changed names so that golint produces no output.</rant>
|
|
|
|
jSignature web control.
|
|
|
|
change: WriteLinkID instead of WriteLinkId.
|
|
prior to placement.
|
|
|
|
|
|
access to gofpdf internals, and makes tutorials more easily copied-and-pasted for other projects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was adapted from the FPDF transparency script by Martin Hall-May.
|
|
|
|
from the geometric figures FPDF script by David Hernández Sanz, with a starter
function provided by Anthony Starks.
Anthony Starks also made a case for not closing the io.Writer after it is used
to produce a document. An additional method, OutputAndClose, was added so that
the library can close the writer if desired.
|
|
|
|
|
|
|