ps2txt.h
来自「pdf,html,ps等转txt的头文件和库。还包括ictclas中科院计算所的」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _PS2TXT_H_
#define _PS2TXT_H_
#include <stdio.h>
//#define Putc(x) putchar(x); /* makes some lines not exceed 80 chars. */
#define Putc(x,y) putc(x,y);
#define TRUE 1
#define FALSE 0
void dviparse(FILE* source,FILE* target);
void psparse(FILE* source);
#endif//_PS2TXT_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?