You need the ttx binary from FontTools to dump the cmap table of the fonts into an xml font.ttx file:
> sudo apt-get install fonttools
> ttx -t cmap sorren.eot
Dumping "sorren.eot" to "sorren.ttx"...
| <?php | |
| /** | |
| * Split PDF file | |
| * | |
| * <p>Split all of the pages from a larger PDF files into | |
| * single-page PDF files.</p> | |
| * | |
| * @package FPDF required http://www.fpdf.org/ | |
| * @package FPDI required http://www.setasign.de/products/pdf-php-solutions/fpdi/ |
You need the ttx binary from FontTools to dump the cmap table of the fonts into an xml font.ttx file:
> sudo apt-get install fonttools
> ttx -t cmap sorren.eot
Dumping "sorren.eot" to "sorren.ttx"...
| UPDATE gp_customer_entity SET email='test@example.com' WHERE email NOT LIKE '%mhdirekt%' AND email NOT LIKE '%keyup%' AND email NOT LIKE '%grec.cz'; | |
| UPDATE gp_sales_flat_order_address SET email=NULL; | |
| UPDATE gp_sales_flat_order SET customer_email=NULL; | |
| UPDATE gp_core_config_data | |
| SET value = REPLACE(value, 'www', 'dev1') | |
| WHERE path LIKE '%base_url'; |