Skip to content

Commit

Permalink
done, NPM INSTAL MOFO HUMMUS!!!111
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Jun 10, 2013
1 parent 4010b61 commit c14b1f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 637 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hummus",
"version": "1.0.3",
"version": "1.0.4",
"description": "Create, read and modify PDF files and streams",
"main": "hummus",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion samples/PDFServer.js
Expand Up @@ -12,7 +12,7 @@ app.get('/', function(req, res){
pdfWriter.startPageContentContext(page).writeText('Hello ' + (req.query.id ? req.query.id : 'World'),
0,400,
{
font:pdfWriter.getFontForFile('./TestMaterials/fonts/arial.ttf'),
font:pdfWriter.getFontForFile('../tests/TestMaterials/fonts/arial.ttf'),
size:50,
colorspace:'gray',
color:0x00
Expand Down

0 comments on commit c14b1f5

Please sign in to comment.