Rank: Newbie Groups: Member
Joined: 12/2/2011 Posts: 4
|
It it possible to use EO.Pdf to save all the pages from site into a single PDF? How how could you resolve the links?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. EO.Pdf takes a single Url and will automatically resolve any resource referenced by that Url (for example, images, styles, etc). It does not follow links to other Urls appeared in the page. It is technical possible for you to crawl all pages, parse the links, call EO.Pdf for each link and then merge the result together into a single PDF document, but that is not built in so you will need to write such code.
Thanks
|