Hi,
I'm experimenting this software, which is great! But my knowledge of programmation is insufficient to do what I want.
I have a website (from a wiki software), where html files are in folders within many subfolders. I want to create one pdf, and if possible keeping the links between pages.
I found on this forum how to convert all html from 1 folder :
for file in *.html ; do
prince $file
done
Works fine, but didn't go within subfolders.
If after I use pdftk to merge files, it doesn't work because the file's hierarchy is not preserved.
Is it possible to accomplish this task (or a part) in Prince?
Thanks
mel
I'm experimenting this software, which is great! But my knowledge of programmation is insufficient to do what I want.
I have a website (from a wiki software), where html files are in folders within many subfolders. I want to create one pdf, and if possible keeping the links between pages.
I found on this forum how to convert all html from 1 folder :
for file in *.html ; do
prince $file
done
Works fine, but didn't go within subfolders.
If after I use pdftk to merge files, it doesn't work because the file's hierarchy is not preserved.
Is it possible to accomplish this task (or a part) in Prince?
Thanks
mel