Python论坛  - 讨论区

标题:[python-chinese] (no subject)

2005年04月06日 星期三 15:31

Carlos Z.F. Liu carlosliu at users.sourceforge.net
Wed Apr 6 15:31:26 HKT 2005

On Wed, Apr 06, 2005 at 12:23:33PM +0800, Meaglith Ma wrote:
> 请问我怎么把pdf格式转成一个图片格式,bmp,tiff或者jpg格式都可以。
> 
下次发贴记得写标题!

方法很简单呀,用 acrobat reader 打开 pdf 文件,用 digital camera 对的着
屏幕拍照,每一页照一张,然后将相机中的照片转送到电脑里!够简单吧!

^_^

-- 
 Best Regards,
 Carlos

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 16:45

Bruce Who whoonline at msn.com
Wed Apr 6 16:45:00 HKT 2005

cpunion:

     这样就OK了。

m = re.findall(u'[\u4e00-\u9fa5]+', unicode('1234中华人民共和国万岁China中文936中文China踩死小日本\t1234', 'cp936'))
for i in m:print i
    
中华人民共和国万岁
中文
中文
踩死小日本


======= 2005-04-06 15:10:59 cpunion wrote: =======

> >>> m = re.findall(u'[\u4e00-\u7fff]+', unicode('1234中华人民共和国万岁 
>China中文936中文China踩死小日本\t1234', 'cp936'))
>
> >>> for i in m:
>    print i
>
>   
>中华人民共和国万岁
>中文
>中文
>死小日本
>
>我这个范围是准确的,“踩”字就没包括在里面,现在没找到unicode中文编码分布 
>的资料,以后有资料了,把那个范围完善一下就可以了。
>
>
>Qiangning Hong 写道:
>
>>
>> On Apr 6, 2005 1:49 PM, *Carambo* <qutr at tjub.com.cn 
>> qutr at tjub.com.cn>> wrote:
>>
>>     x = "中文"
>>     >>> if re.match('[^\x00\xff][^\x00\xff]', x) != None:
>>     ...     print "OK"
>>     ...    
>>     OK
>>
>>
>> 没看明白你想匹配什么
>>
>> -- 
>> Qiangning Hong
>> Get Firefox! 
>> <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1 
>> <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>>
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>  
>>
>
>-- 
>座右铭:不怕不会,就怕不会搜!
>
>提点建议:大家把自己的邮件客户端设置一下,这里好多邮件是乱码,如果你们看到我的邮件是乱码,也请通知我一下,以免影响交流。
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>.

= = = = = = = = = = = = = = = = = = = =
			

        Bruce Who
        whoonline at msn.com
          2005-04-06


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 16:50

Bruce Who whoonline at msn.com
Wed Apr 6 16:50:33 HKT 2005

60_days:

	怎么又有这种信,是谁啊?

======= 2005-04-06 16:45:00 60_days wrote: =======

>您发给我的信件已经收到。
>
>
>
>--------------------------------------------
>网易@163.com免费电子邮箱,260兆超大空间,支持12兆附件,全国唯一24小时客户服务。
>欢迎您来注册使用。网易邮件中心:http://mail.163.com

= = = = = = = = = = = = = = = = = = = =
			

        Bruce Who
        whoonline at msn.com
          2005-04-06


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 17:12

alang yin alang.yl at gmail.com
Wed Apr 6 17:12:44 HKT 2005

安装一个tiff打印机驱动,利用打印功能,把pdf文件打印成多页的"tiff"格式图片。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 19:52

Meaglith Ma meaglith.ma at mypress.com.cn
Wed Apr 6 19:52:44 HKT 2005

Carlos Z.F. Liu,您好!
       晕倒,我是说想用python实现程序转换。
	   根本的想法是从Office文档转PDF,再从PDF转图片格式。
	   当然是用python实现了,不是截屏。
	

======= 2005-04-06 15:31:26 您在来信中写道:=======

>On Wed, Apr 06, 2005 at 12:23:33PM +0800, Meaglith Ma wrote:
>> 请问我怎么把pdf格式转成一个图片格式,bmp,tiff或者jpg格式都可以。
>> 
>下次发贴记得写标题!
>
>方法很简单呀,用 acrobat reader 打开 pdf 文件,用 digital camera 对的着
>屏幕拍照,每一页照一张,然后将相机中的照片转送到电脑里!够简单吧!
>
>^_^
>
>-- 
> Best Regards,
> Carlos
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        Meaglith Ma
        meaglith.ma at mypress.com.cn
          2005-04-06


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 20:35

mrf_con mrf_con at 163.com
Wed Apr 6 20:35:24 HKT 2005

python-chinese at lists.python.cn,您好!

	有没有人看到我发言啊?
	怎么没回我发出去的信都没有人看到啊?难道这个邮件列表系统有问题了么?

        致
礼!
 				

        mrf_con
        mrf_con at 163.com
          2005-04-06

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 20:41

Meaglith Ma meaglith.ma at mypress.com.cn
Wed Apr 6 20:41:48 HKT 2005

mrf_con,您好!

	我看到了,你再重发一遍问题吧。

======= 2005-04-06 20:35:24 您在来信中写道:=======

>python-chinese at lists.python.cn,您好!
>
>	有没有人看到我发言啊?
>	怎么没回我发出去的信都没有人看到啊?难道这个邮件列表系统有问题了么?
>
>        致
>礼!
> 				
>
>        mrf_con
>        mrf_con at 163.com
>          2005-04-06
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        Meaglith Ma
        meaglith.ma at mypress.com.cn
          2005-04-06


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 21:02

mrf_con mrf_con at 163.com
Wed Apr 6 21:02:47 HKT 2005

python-chinese at lists.python.cn,您好!

	谢天谢地, 我的问题是使用asp脚本用什么python啊?我下载了一个activestatepython但是怎么也配置不成功

        致
礼!
 				

        mrf_con
        mrf_con at 163.com
          2005-04-06

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年04月06日 星期三 21:53

limodou limodou at gmail.com
Wed Apr 6 21:53:09 HKT 2005

早八百年就有了。一直过滤着呢。

On Apr 6, 2005 4:50 PM, Bruce Who <whoonline at msn.com> wrote:
> 60_days:
> 
>         怎么又有这种信,是谁啊?
> 
> ======= 2005-04-06 16:45:00 60_days wrote: =======
> 
> >您发给我的信件已经收到。
> >
> >
> >
> >--------------------------------------------
> >网易@163.com免费电子邮箱,260兆超大空间,支持12兆附件,全国唯一24小时客户服务。
> >欢迎您来注册使用。网易邮件中心:http://mail.163.com
> 
> = = = = = = = = = = = = = = = = = = = =
> 
> 
> Bruce Who
> whoonline at msn.com
> 2005-04-06
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
My Sina Blog: http://blog.sina.com.cn/blog/1148608914
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号