码迷,mamicode.com
首页 >  
搜索关键字:pdf pfile    ( 8709个结果
python——提取pdf中的指定页
from PyPDF2 import PdfFileWriter, PdfFileReader # 开始页 start_page = 0 # 截止页 end_page = 5 output = PdfFileWriter() pdf_file = PdfFileReader(open("3.pdf" ...
分类:编程语言   时间:2021-03-08 13:30:17    阅读次数:0
完美解决php无法分段上传大文件方法
4GB以上超大文件上传和断点续传服务器的实现 随着视频网站和大数据应用的普及,特别是高清视频和4K视频应用的到来,超大文件上传已经成为了日常的基础应用需求。 但是在很多情况下,平台运营方并没有大文件上传和断点续传的开发经验,往往在网上找一些简单的PHP或者Java程序来实现基本的上传功能,然而在实际 ...
分类:Web程序   时间:2021-03-06 14:34:28    阅读次数:0
js导出PDF
一、引用两个js库 <script src="/js/jspdf.debug.js"></script> <script src="/js/html2canvas.js"></script> 二、实现导出PDF /** * 导出PDF * @param id */ exportPdf:functio ...
分类:Web程序   时间:2021-03-05 13:08:22    阅读次数:0
PHP 拆分文字,将一串文字拆分成一个一个的文字
/* * 处理封面标题 文字竖排 * */ function get_pdf_title_cl($str){ if($str){ preg_match_all("/[0-9]{1}/",$str,$arrNum);/*检测数字数量*/ preg_match_all("/[a-zA-Z]{1}/",$ ...
分类:Web程序   时间:2021-03-02 11:54:38    阅读次数:0
SENet详解及Keras复现代码
SENet详解及Keras复现代码 论文地址:https://arxiv.org/pdf/1709.01507.pdf 代码地址:https://github.com/hujie-frank/SENet 1、通道间的特征关系 近些年来,卷积神经网络在很多领域上都取得了巨大的突破。而卷积核作为卷积神经 ...
分类:Web程序   时间:2021-03-01 13:05:57    阅读次数:0
语义分割中的nonlocal[7]- Co-occurrent Features in Semantic Segmentation
https://openaccess.thecvf.com/content_CVPR_2019/papers/Zhang_Co-Occurrent_Features_in_Semantic_Segmentation_CVPR_2019_paper.pdf Co-occurrent Features ...
分类:其他好文   时间:2021-02-25 12:15:25    阅读次数:0
Best PDF Document Viewers for Linux Systems
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:系统相关   时间:2021-02-24 13:22:40    阅读次数:0
vue + element ui 实现pdf文件下载和预览
【应用场景】 选中表格的一条数据,然后点击下载pdf文件,实现下载功能 一:pdf文件下载功能 1、后端接口地址,首先在axios.post的请求中把默认的 " responseType:‘json’ " 改为" responseType:‘blob’ 如果是其他文件格式,参考MIME多用途互联网邮 ...
分类:其他好文   时间:2021-02-22 12:36:39    阅读次数:0
flutter技术入门与实战pdf!BTAJ大厂最新面试题汇集,已拿offer
flutter技术入门与实战pdf!BTAJ大厂最新面试题汇集,已拿offer ...
分类:其他好文   时间:2021-02-20 12:35:53    阅读次数:0
NXOpen 批量导出STP、IGS、DWG、DXF、PDF(五合一)
C++ 关键代码 //导出STPvoid ExportFile::ExportSTPfile(){ try { UF_initialize(); string filepath = strDir + "\\" ;//拼接路径 //获取图层过滤 PropertyList *stringLayerPro ...
分类:其他好文   时间:2021-02-19 13:49:31    阅读次数:0
8709条   上一页 1 ... 6 7 8 9 10 ... 871 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!