Changes between Version 1 and Version 2 of fix_css_sendpdf


Ignore:
Timestamp:
Mar 20, 2014 12:21:52 PM (10 years ago)
Author:
Domenico De Zio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • fix_css_sendpdf

    v1 v2  
     1
     2== Installazione di collective.sendaspdf ==
     3- aggiungere in parts =
     4    wkhtmltopdf
     5    wkhtmltopdf_executable
     6
     7- aggiungere tra gli eggs =
     8    collective.sendaspdf
     9
     10- in environment-vars =
     11    WKHTMLTOPDF_PATH ${wkhtmltopdf:location}/wkhtmltopdf
     12
     13- [wkhtmltopdf]
     14recipe = hexagonit.recipe.download
     15url = https://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-i386.tar.bz2
     16hash-name=false
     17download-only=True
     18filename = wkhtmltopdf.tar.bz2
     19
     20- [wkhtmltopdf_executable]
     21recipe = collective.recipe.cmd
     22on_install = true
     23on_update = true
     24cmds =
     25    tar jxvf ${wkhtmltopdf:destination}/${wkhtmltopdf:filename} -C ${wkhtmltopdf:destination}
     26    cd ${buildout:directory}/parts/wkhtmltopdf
     27    mv wkhtmltopdf-i386 wkhtmltopdf
     28    chmod +x wkhtmltopdf
     29
     30----
    131
    232== fix della visualizzazione del print css - collective.sendaspdf ==
     
    2757  font-size: 2em;
    2858  font-weight: bold;
    29   letter-spacing:-0.05em;
    3059}
    3160