• Hi
    I have a wordpress page with 300+ links to external pdfs. I need to grab the external pdfs, save them in my “wp-content->upload” folder and automatically change the links in the post to the new file location.

    Example:
    Existing post:

    <br />
    Some text
    <a href="https://www.NotMyPage.com/system/script/getfile2.asp?id=752" rel="nofollow">
    Download the pdf</a> some more text

    New post after the pdf is grabbed, saved and link has changed:

    Some text
    <a href="https://www.myPage.com/wp-content/uploads/pdfs/filename" rel="nofollow">Download the pdf</a>
    some more text

    Is there such a plugin in the market? QQWorld Auto Save Images can do this with images, but not with pdfs.

    HOpe someone can guide me in the right direction, Thank you!

    Gimme

  • The topic ‘Grab and save pdf's and other file types’ is closed to new replies.