-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (17 loc) · 728 Bytes
/
README
File metadata and controls
26 lines (17 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Ruby-FPDI
FPDI is a port of Setasign's FPDI PHP library to Ruby
FPDI is a library that allows inclusion and manipulation of existing PDFs
using the FPDI library.
Purpose
A common scenario is that a designer gives you a PDF and tells you
to make a dynamically generated PDF look exactly like their design.
This is a tedious task with most PDF libraries, because you need to
use basic shapes to build PDFs, and reproducing their complex design
perfectly can be time intensive. With FPDI, the designer can build a
"template" and you can "write on" the template, preserving the initial
design and saving time.
Usage
Pre-requisites
Requires FPDF for Ruby
Status
This code is currently pre-alpha and not ready to be used.