12-22-2008, 03:15 AM
Hmm... coding is not my thing! But yes, the title of the document comes from the header of the page. It's the same for each one, the title of the vendor. I just add a 1, 2, 3... to the end of the title to save multiple PDF's in one folder. If I could get the default to save as the house number instead, that would be stellar.
It looks like there is an identifiable part of the page source that determines the house number. Here's a snippet:
"input type="hidden" name="part_no" value="888888"
where 888888 is a test house number. It appears in five total places, and is entered up to two different places on the ordering page.
It looks like there is an identifiable part of the page source that determines the house number. Here's a snippet:
"input type="hidden" name="part_no" value="888888"
where 888888 is a test house number. It appears in five total places, and is entered up to two different places on the ordering page.