提供了基于VC6.0的MFC实现读取PDF文件并批量更改PDF文件名字的示例程序,亲测可用,需要的朋友可以参考借鉴
test├── Debug
│ ├── StdAfx.obj
│ ├── StdAfx.sbr
│ ├── test.bsc
│ ├── test.exe
│ ├── test.ilk
│ ├── test.map
│ ├── test.obj
│ ├── test.pch
│ ├── test.pdb
│ ├── test.res
│ ├── test.sbr
│ ├── testDlg.obj
│ ├── testDlg.sbr
│ ├── vc60.idb
│ └── vc60.pdb
├── ReadMe.txt
├── StdAfx.cpp
├── StdAfx.h
├── res
│ ├── test.ico
│ └── test.rc2
├── resource.h
├── test.aps
├── test.clw
├── test.cpp
├── test.dsp
├── test.dsw
├── test.h
├── test.ncb
├── test.opt
├── test.plg
├── test.rc
├── testDlg.cpp
└── testDlg.h
2 directories, 33 files
评论