From 34665b73747aef15481f2edc514a0667290c6278 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 24 Apr 2010 04:31:54 +0000 Subject: [PATCH] cmap install instructions for windows machines git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@208 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index c47891f..5f9be8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Wed Apr 7 10:20:18 UTC 2010 +Last Modified: Sat Apr 24 02:48:00 UTC 2010
@@ -144,6 +144,16 @@ writing 'CNS1_H.py'... # python setup.py install +

+On Windows machines which don't have make command, +paste the following commands on a command line prompt: +

+python tools\conv_cmap.py pdfminer\cmap Adobe-CNS1 cmaprsrc\cid2code_Adobe_CNS1.txt cp950 big5
+python tools\conv_cmap.py pdfminer\cmap Adobe-GB1 cmaprsrc\cid2code_Adobe_GB1.txt cp936 gb2312
+python tools\conv_cmap.py pdfminer\cmap Adobe-Japan1 cmaprsrc\cid2code_Adobe_Japan1.txt cp932 euc-jp
+python tools\conv_cmap.py pdfminer\cmap Adobe-Korea1 cmaprsrc\cid2code_Adobe_Korea1.txt cp949 euc-kr
+python setup.py install
+