I am trying to put different header and footer images while creating a pdf doc. The problem is i can not insert two different images using --logoimage command. I have tried different ways but have failed. The document which gets created picks up the last image i set using --logoimage, in the example below it sets the footer fine but header is blank and vice versa.
htmldoc --webpage --quiet --no-compression -t pdf12 --size "/home/test/bbb557c4886b2f1c840130eeef93b395.txt"
htmldoc --webpage --quiet --logoimage http://test.com/images/pdf/header.gif --header l --no-compression -t pdf12 --size -f "/home/test/bbb557c4886b2f1c840130eeef93b395.txt"
htmldoc --webpage --quiet --logoimage http://test.com/images/pdf/footer.gif --footer l --no-compression -t pdf12 --size -f "/home/test/bbb557c4886b2f1c840130eeef93b395.txt"