Skip to content

Instantly share code, notes, and snippets.

View tangcheng2014's full-sized avatar

tangcheng2014

View GitHub Profile
@tangcheng2014
tangcheng2014 / batch_qpdf.py
Created April 11, 2018 02:19 — forked from zhangchunlin/batch_qpdf.py
batch_qpdf.py
#!/usr/bin/env python
#coding=utf-8
from __future__ import print_function
import os
import sys
def main():
dpath_in = os.path.expanduser(r"~/1del/")
dpath_out = os.path.expanduser(r"~/1delt/")