• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef PDFTOPDF_JCL_H
2 #define PDFTOPDF_JCL_H
3 
4 struct ProcessingParameters;
5 class PDFTOPDF_Processor;
6 
7 void emitPreamble(ppd_file_t *ppd,const ProcessingParameters &param);
8 void emitPostamble(ppd_file_t *ppd,const ProcessingParameters &param);
9 
10 void emitComment(PDFTOPDF_Processor &proc,const ProcessingParameters &param);
11 
12 #endif
13