when i create a PDF from my ASP pages i use the following.
anyone know how i can enter a footer image (for every page).
(i have tried --footer "C:/image.jpg"
i'm using :
Set myexec = Server.Createobject("Dynu.Exec"
Result = myexec.execute(PathToHTMLDOC & "htmldocd.exe --webpage --size a4 --top 0.2in --left 1.2cm --right 1.2cm --bottom 0.2in -f "&FilePath&" ""
anyone know how i can enter a footer image (for every page).
(i have tried --footer "C:/image.jpg"
i'm using :
Set myexec = Server.Createobject("Dynu.Exec"
Result = myexec.execute(PathToHTMLDOC & "htmldocd.exe --webpage --size a4 --top 0.2in --left 1.2cm --right 1.2cm --bottom 0.2in -f "&FilePath&" ""