资源简介
本资源是将PPT转换成HTML文件的过程,在本文档的word文件中描述了各种工具以及库的安装
代码片段和文件信息
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import os
import sys
import shutil
root = os.getcwd()
#total_list = 0
def htmlResult(path_resulttotal_list=0):
#print path_result
html = open(‘index.html‘ ‘w‘)
html.write(“““
ta charset=“UTF-8“>
ript language=“javascript“>
function setUrl(str){
//alert(“in getUrl method“);
//alert(str);
// get total list from html
var total_pages = document.getElementById(“total“).innerHTML;
//alert(“total_pages...: “+total_pages);
var old_url = document.getElementById(“pic“).src; // current img src
//alert(old_url);
var new_url = ““;
var old_str_num = ““;
var old_int_num = 0;
var new_int_num = 0;
var old_str = ““;
var new_str = ““;
// set new img src
var under = old_url.lastIndexOf(“_“)
var colon = old_url.lastIndexOf(“.“)
old_str_num = old_url.substring(under+1colon);
old_int_num = parseInt(old_url.substring(under+1colon));
old_str = “_“ + old_str_num + “.JPG“;
new_str = “_“ + new_int_num + “.JPG“
if(str == “pre“){
if(old_str_num == “1“){
alert(“It‘s already the first page!“);
}
else{
new_int_num = old_int_num - 1;
new_str = “_“ + new_int_num + “.JPG“;
new_url = old_url.replace(old_str new_str); // new img src
document.getElementById(“pic“).src = new_url;
}
}
if(str == “first“){
//alert(“go to the first page!!“);
if(old_str_num == “1“){
alert(“It‘s already the first page!!!“);
}
else{
new_str = “_1.JPG“;
new_url = old_url.replace(old_str new_str); // new img src
document.getElementById(“pic“).src = new_url;
}
}
if(str == “next“){
//alert(“go to the next page“);
if(old_str_num == total_pages){
alert(“It‘s already the last page!!!“);
}
else{
new_int_num = old_int_num + 1;
new_str = “_“ + new_int_num + “.JPG“
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 16966 2017-12-27 09:21 pptToHtml\python steps.docx
文件 150213 2017-12-22 10:22 pptToHtml\tools\comtypes-0.6.2.zip
文件 912656 2017-12-21 17:38 pptToHtml\tools\office2007_18@20590.exe
文件 6725 2017-12-26 18:45 pptToHtml\tools\picToHtml.py
文件 1074 2017-12-26 17:32 pptToHtml\tools\picture\first.PNG
文件 1108 2017-12-26 17:33 pptToHtml\tools\picture\last.PNG
文件 950 2017-12-26 17:33 pptToHtml\tools\picture\next.PNG
文件 862 2017-12-26 17:33 pptToHtml\tools\picture\pre.PNG
文件 988090 2017-12-22 19:09 pptToHtml\tools\PILwin64.zip
文件 3700 2017-12-26 19:27 pptToHtml\tools\pptToPic.py
文件 16674816 2017-12-21 16:55 pptToHtml\tools\python-2.7.6.amd64.msi
目录 0 2017-12-26 18:17 pptToHtml\tools\picture
目录 0 2017-12-26 19:27 pptToHtml\tools
目录 0 2017-12-27 10:00 pptToHtml
----------- --------- ---------- ----- ----
18757160 14
相关资源
- bootstrap两台前台+5套后台html页面
- html5+jquery与ssm进行json交互集成项目
- html5+css3经典案例
- html商城网页设计模板
- html游戏网页设计模板
- 花店网站设计,html+CSS+JS
- 移动Web前端高效开发实战:HTML 5 + C
- S1课程HTML全部
- flash/html5 网页视频播放器-共18款
- 一些比较好看的模板html网站开发
- html源代码网页模板文件
- HTMLRunExe 2.7软件及使用说明(破解版)
- 利用HTML5CSS3和WebGL开发HTML5游戏
- 大战飞碟flash游戏的flash+swf+html文件
- 网页设计制作作品大全
- 30套WAP手机静态模板
- [HTML5] HTML5 Canvas核心技术 图形、动画
- html咖啡网页设计模板
- 60套HTML5+CSS3各行各业网站模板中
- 众妙之门—精通CSS3(PDF版)
- html5博客论坛类型网站后台ui框架模板
- 96个HTML静态网站模板打包
- 商城 前端 html 页面 模板
- HTML——NBA全明星
- 旅游网站设计
-
疯狂HTML5 CSS3 ja
vasc ript讲义.mobi - 《HTML5与CSS3教程第8版》PDF版+源代码
- Head First HTML与CSS 第2版 源代码
- HTML5微信模版
- Head First HTML and CSS(英文版)
评论
共有 条评论