306 Commits

Author SHA1 Message Date
Devon Govett
d927d0695c Merge pull request #418 from franckl/master
small typo in the example
2015-10-25 10:24:08 -07:00
Devon Govett
94c9f8f475 Merge pull request #434 from pgte/fix-png-image
fixes PNG image generation error: document is not defined
2015-10-25 10:07:48 -07:00
Pedro Teixeira
d4604b4a74 fixes #433 2015-10-20 09:53:52 +01:00
franckl
8298e3847f small typo in the example 2015-08-26 14:28:42 -05:00
Devon Govett
86c94d2c19 Merge pull request #390 from macdaddy/master
Typo correction
2015-04-25 17:26:26 -07:00
David Christian Liedle
5355556b20 Typo correction
It's is a contraction for It-is; Its is the possessive.
2015-04-25 18:19:20 -06:00
Devon Govett
a04155fc76 != -> isnt 2015-04-02 15:27:15 -07:00
Devon Govett
7acefc28c6 Merge pull request #383 from naturalatlas/no-auto-first-page
Allow automatic first page to be disabled (#65).
2015-04-02 15:26:36 -07:00
Brian Reavis
d28983d0ee Allow automatic first page to be disabled (#65). 2015-04-02 15:19:33 -06:00
Devon Govett
40efbe62d1 0.7.1 v0.7.1 2015-03-25 23:04:26 -04:00
Devon Govett
fa5e6c2b15 Merge branch 'Nathanaela-Fix_PDF_Object_Output' 2015-03-19 20:23:59 -07:00
Devon Govett
22a9bfdfab Get rid of PDFObject.s and use JS String object to represent PDF strings
Also improves escaping based on the spec, and detects unicode strings automatically, which are converted to UTF16-BE.
2015-03-19 20:22:44 -07:00
Devon Govett
1e0e7f9567 Merge branch 'Fix_PDF_Object_Output' of https://github.com/Nathanaela/pdfkit into Nathanaela-Fix_PDF_Object_Output
Conflicts:
	lib/object.coffee
2015-03-19 20:19:02 -07:00
Devon Govett
a797c1aa87 Merge pull request #377 from leesdolphin/master
Fixed regression caused by CoffeeScript 1.9.0+
2015-03-19 18:26:07 -07:00
Lee Symes
c0abc88a64 Fixed regression caused by CoffeeScript 1.9.0+.
This fixes #376
2015-03-17 16:41:32 +13:00
Nathanael Anderson
cba6f80b4e Update object.coffee code to eliminate .isString and .isRaw hacks and replace with the Buffer object so that anything can be supported. 2015-03-16 13:57:06 -05:00
Nathanael Anderson
ca8c3c38ff Fix missing object.coffee outputs. 2015-03-15 20:29:42 -05:00
Devon Govett
5f93d67b87 Merge pull request #361 from weswam/master
Updated Docs to list support for a base64 data uri and buffer when adding an image
2015-01-31 12:38:21 -08:00
weswam
afdf62ab9a reverted the code example as requested 2015-01-14 21:37:16 -08:00
weswam
0c6761ae28 Added note and example about using a data uri with base64 encoded data. 2015-01-14 20:34:14 -08:00
Devon Govett
435c2a4dd8 Merge pull request #343 from denyskoch/master
Fixed wrong XRef size
2014-12-15 21:34:18 -05:00
Denys Koch
87ddddfc31 Fixed wrong XRef size 2014-12-11 12:25:48 +01:00
Devon Govett
892ccf96f0 Merge pull request #331 from laszbalo/master
Diminishing left-margin when inserting lists
2014-11-23 00:16:34 -08:00
Laszlo Balogh
18927a5d91 Fixed diminishing left-margin 2014-11-21 16:37:30 +00:00
Devon Govett
a56cb0409f Add gratipay badge 2014-10-30 21:47:11 -07:00
Devon Govett
82ca945004 v0.7.0 v0.7.0 2014-09-15 14:36:58 -04:00
Devon Govett
d6845488eb Update PDF guide 2014-09-15 14:36:41 -04:00
Devon Govett
b6186855ab Add docs on switching to previous pages 2014-09-15 14:35:50 -04:00
Devon Govett
b36c548a0d Merge pull request #308 from ef4/continued-breaker
Avoid unnecessarily breaking inside words when using `continued`
2014-09-15 14:05:52 -04:00
Devon Govett
3fbda6b452 Merge branch 'yelouafi-master' 2014-09-15 11:35:53 -04:00
Devon Govett
38e5b73e58 Move TTF table tags to prototype 2014-09-15 11:35:42 -04:00
Devon Govett
2eb9fa3aa2 Merge branch 'master' of github.com:yelouafi/pdfkit into yelouafi-master 2014-09-15 11:32:13 -04:00
yelouafi
9f4c6345c5 Moved @tag definition to the derived Table constructors 2014-09-13 17:30:42 +00:00
Devon Govett
4f2f0e697d Merge pull request #309 from ef4/infinite-loop
Infinite loop when first word is longer than line
2014-09-12 18:49:38 -04:00
yelouafi
c7c20ef6b7 removed @constructor.name line, corrected @tag params 2014-09-12 21:47:46 +00:00
Edward Faulkner
838afe15a0 Infinite loop when first word is longer than line 2014-09-12 16:25:12 -04:00
Edward Faulkner
1a5df016ce Avoid unnecessarily breaking inside words when using continued
`continued` is implemented by temporarily shortening the lineWidth,
which can cause the linewrapper to break inside words when that's not
really necessary.
2014-09-12 15:11:56 -04:00
Devon Govett
95b149e16d Minor style changes 2014-09-12 15:09:49 -04:00
Devon Govett
3842f6b7da Merge pull request #302 from ef4/buffered-pages
Optional page buffering
2014-09-12 15:06:19 -04:00
Edward Faulkner
1c48bad333 bufferedPages support 2014-09-12 14:59:45 -04:00
yelouafi
7f8714a40f TTFFont.parse should call *Table constructors with explicit @tag param 2014-09-12 18:34:44 +00:00
Devon Govett
8383dee3cb Merge pull request #303 from ef4/blank-ascender
Prevent missing ascender from breaking layout
2014-09-11 21:05:09 -04:00
Devon Govett
33920c3f2a Merge pull request #301 from ef4/center-spacing
Fix center-aligned character spacing
2014-09-11 19:51:10 -04:00
Devon Govett
1d4c208d47 Merge pull request #300 from ef4/continued-indent
Fix indent with continued
2014-09-11 19:47:21 -04:00
Edward Faulkner
3acfa5833d prevent missing ascender from breaking layout 2014-09-11 19:31:21 -04:00
Edward Faulkner
3e19194802 Fix center-aligned character spacing 2014-09-11 16:09:54 -04:00
Edward Faulkner
5b433d808a fix indent with continued 2014-09-11 13:34:51 -04:00
Devon Govett
ea22822d6c v0.6.5 v0.6.5 2014-08-29 11:49:36 -04:00
Devon Govett
09ed15b2e4 Fix unicode annotations 2014-08-29 11:49:20 -04:00
Devon Govett
932cd0c70c v0.6.4 v0.6.4 2014-08-27 19:22:36 -04:00