Skip to content

Commit

Permalink
damm plz
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoungsueKim committed Dec 18, 2023
1 parent 3d85c45 commit 6b79663
Show file tree
Hide file tree
Showing 1,408 changed files with 1,083,874 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ COPY requirements.txt /opt/project

RUN apt-get update && apt-get install -y cups libcups2-dev cups-bsd
COPY cups-files.conf /etc/cups/cups-files.conf
COPY ./verbose-waffle/model /usr/share/cups/model
COPY ./cups /usr/share/cups
COPY ./verbose-waffle/CNRCUPSIRADV45453ZK.ppd /etc/cups/ppd/CNRCUPSIRADV45453ZK.ppd
COPY ./verbose-waffle/CNRCUPSIRADV45453ZK.ppd /usr/share/cups/model/CNRCUPSIRADV45453ZK.ppd
COPY ./verbose-waffle/CNRCUPSIRADV45453ZK.ppd /usr/share/ppd/CNRCUPSIRADV45453ZK.ppd
RUN service cups start

RUN pip install --no-cache-dir --upgrade -r /opt/project/requirements.txt
Expand Down
4 changes: 4 additions & 0 deletions cups/banners/classified
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template classified.pdf
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area job-id options time-at-creation time-at-processing

4 changes: 4 additions & 0 deletions cups/banners/confidential
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template confidential.pdf
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area job-id options time-at-creation time-at-processing

4 changes: 4 additions & 0 deletions cups/banners/form
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template form_english.pdf
Font UseDefault
Font-size 11
4 changes: 4 additions & 0 deletions cups/banners/secret
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template secret.pdf
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area job-id options time-at-creation time-at-processing

4 changes: 4 additions & 0 deletions cups/banners/standard
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template standard.pdf
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area job-id options time-at-creation time-at-processing

4 changes: 4 additions & 0 deletions cups/banners/topsecret
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template topsecret.pdf
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area job-id options time-at-creation time-at-processing

4 changes: 4 additions & 0 deletions cups/banners/unclassified
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#PDF-BANNER
Template unclassified.pdf
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area job-id options time-at-creation time-at-processing

Loading

0 comments on commit 6b79663

Please sign in to comment.