You can add or change data in the doc_data.txt file, or you can pass additional, overriding data to pdfskins on the command line. This is most useful for changing the default colors used in the Classic skin. For example:
pdfskins full_doc.pdf -title "Great American Novel" -color1 #336600 \
-color2 white
In the Classic skin, color1 is the color of the header and color2 is the color around the upper-left logo. Alternatively, you can add or change these lines in doc_data.txt:
InfoKey: Color1
InfoValue: #336600
InfoKey: Color2
InfoValue: white
InfoKey: Title
InfoValue: Great American Novel
pdfskins full_doc.pdf -title "Great American Novel" -color1 #336600 \
-color2 white
In the Classic skin, color1 is the color of the header and color2 is the color around the upper-left logo. Alternatively, you can add or change these lines in doc_data.txt:
InfoKey: Color1
InfoValue: #336600
InfoKey: Color2
InfoValue: white
InfoKey: Title
InfoValue: Great American Novel
0 comments:
Post a Comment