From fb6a1c11c376b82a9d93c6c48297527c1419edb1 Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 29 May 2014 16:09:09 -0500 Subject: [PATCH 1/2] Update README.md Oops, TOC is *not* supported. Yet. Wkhtmltopdf seems to have issues with it --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 829631d..1ce79bf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ The unmanaged DLLs that TuesPechkin depends upon have been packaged as *embedded - Improved exception handling within synchronized thread. Exceptions now bubble out - Set 'PrintBackground' to 'true' by default - GlobalConfig/ObjectConfig have been radically redesigned. See API and usage for details. -- Table of contents is now supported! - Multiple objects in one conversion now supported! (Multiple web pages, HTML documents, etc in one PDF) - Everything is in the 'TuesPechkin' namespace now (instead of 'Pechkin.') - You better just read the 'Usage' section for a glance at how the API has changed. From 283aae30cf835b8e3ea503cdfa59b865e103ef98 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 30 May 2014 14:08:30 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce79bf..4de46ee 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ The unmanaged DLLs that TuesPechkin depends upon have been packaged as *embedded - GlobalConfig/ObjectConfig have been radically redesigned. See API and usage for details. - Multiple objects in one conversion now supported! (Multiple web pages, HTML documents, etc in one PDF) - Everything is in the 'TuesPechkin' namespace now (instead of 'Pechkin.') -- You better just read the 'Usage' section for a glance at how the API has changed. +- Margins for the document are in 'double + unit' form, rather than 'hundredths of an inch as int' form. + +###### You better just read the 'Usage' section for a glance at how the API has changed. #### 0.9.3.3 - Fixed a problem with concurrency related to when the Pechkin object tells wkhtmltopdf to destroy its converter object. Now happens immediately after conversion, before anything else hits the queue.