WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How do I add a pdf file in to a Publsher website?

 
   Home -> Office other -> Web Design RSS
Next:  Linked Table Manager Errors  
Author Message
Helpless in Cleveland

External


Since: Sep 11, 2009
Posts: 1



(Msg. 1) Posted: Fri Sep 11, 2009 8:03 am
Post subject: How do I add a pdf file in to a Publsher website?
Archived from groups: microsoft>public>publisher>webdesign (more info?)

I need to place a pdf that others can download and print. How do I put that
into my webpgae. I tried to insert a pdf file logo in a picutre frame with a
hyperlink to the pdf file, but that doesn't work. Now what?
Back to top
Login to vote
Spike

External


Since: Jun 17, 2009
Posts: 7



(Msg. 2) Posted: Fri Sep 11, 2009 8:10 am
Post subject: Re: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cleveland Helpless Person Smile

Create the pdf file and place it in a folder on the server such as downloads
Create a hyperlink on one of your pages to send the user to get the pdf
www.mydomain.com/downloads/myfile.pdf

Spike

"Helpless in Cleveland" <Helpless in Cleveland RemoveThis @discussions.microsoft.com>
wrote in message news:BBB2C896-621A-44D0-BB93-4CB96B4F53C6@microsoft.com...
> I need to place a pdf that others can download and print. How do I put
> that
> into my webpgae. I tried to insert a pdf file logo in a picutre frame
> with a
> hyperlink to the pdf file, but that doesn't work. Now what?
Back to top
Login to vote
Brucels

External


Since: Mar 14, 2006
Posts: 89



(Msg. 3) Posted: Fri Sep 11, 2009 8:28 am
Post subject: RE: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In addition to Spike's suggestion, if you are working in Publisher 2000, I
believe you can just create the link from the appropriate page to the PDF
file on your local hard drive. When you publish the website, it will
automatically include a copy of the PDF in the files to be uploaded...at
least, I recall that's how it works.

Bruce (also in Cleveland)

"Helpless in Cleveland" wrote:

> I need to place a pdf that others can download and print. How do I put that
> into my webpgae. I tried to insert a pdf file logo in a picutre frame with a
> hyperlink to the pdf file, but that doesn't work. Now what?
Back to top
Login to vote
Helpless in Cleveland

External


Since: Sep 11, 2009
Posts: 3



(Msg. 4) Posted: Fri Sep 11, 2009 8:45 am
Post subject: RE: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Bruce, I did do that and I don't think it is working. I am working on
www.bereacfgs.com. It is on the Fundraising Conference (new this year!)
page. I can't get it to work. Any thoughts? Thanks again.

"Brucels" wrote:

> In addition to Spike's suggestion, if you are working in Publisher 2000, I
> believe you can just create the link from the appropriate page to the PDF
> file on your local hard drive. When you publish the website, it will
> automatically include a copy of the PDF in the files to be uploaded...at
> least, I recall that's how it works.
>
> Bruce (also in Cleveland)
>
> "Helpless in Cleveland" wrote:
>
> > I need to place a pdf that others can download and print. How do I put that
> > into my webpgae. I tried to insert a pdf file logo in a picutre frame with a
> > hyperlink to the pdf file, but that doesn't work. Now what?
Back to top
Login to vote
Don Schmidt

External


Since: Apr 21, 2007
Posts: 829



(Msg. 5) Posted: Fri Sep 11, 2009 10:42 am
Post subject: Re: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It appears your pdf link is pointing to the index folder; not a good idea
because when you update the site you may delete the intended pdf file.
Spike's suggestion to create a special folder for downloads, i.e.,
"downloads" and have downloads located outside of the index folder on the
server. Then your link should read,

http://www.bereacfgs.com/downloads/filename.pdf

Note: you could also write the hyperlink as

/downloads/filename.pdf

The drawback using the second method is, it won't work if you paste it in
your browser; the first method will work.

filename = the actual file name

--
Don - Publisher 2000®
Vancouver, USA


"Helpless in Cleveland" <HelplessinCleveland.TakeThisOut@discussions.microsoft.com>
wrote in message news:127678E6-AE3F-4937-ABB2-CDE2322A8C07@microsoft.com...
> Bruce, I did do that and I don't think it is working. I am working on
> www.bereacfgs.com. It is on the Fundraising Conference (new this year!)
> page. I can't get it to work. Any thoughts? Thanks again.
>
> "Brucels" wrote:
>
>> In addition to Spike's suggestion, if you are working in Publisher 2000,
>> I
>> believe you can just create the link from the appropriate page to the PDF
>> file on your local hard drive. When you publish the website, it will
>> automatically include a copy of the PDF in the files to be uploaded...at
>> least, I recall that's how it works.
>>
>> Bruce (also in Cleveland)
>>
>> "Helpless in Cleveland" wrote:
>>
>> > I need to place a pdf that others can download and print. How do I put
>> > that
>> > into my webpgae. I tried to insert a pdf file logo in a picutre frame
>> > with a
>> > hyperlink to the pdf file, but that doesn't work. Now what?
Back to top
Login to vote
Helpless in Cleveland

External


Since: Sep 11, 2009
Posts: 3



(Msg. 6) Posted: Fri Sep 11, 2009 12:16 pm
Post subject: Re: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you thank you thank you!!!! I thought that was what Spike was saying
but was not quite sure. Thank you!

"Don Schmidt" wrote:

> It appears your pdf link is pointing to the index folder; not a good idea
> because when you update the site you may delete the intended pdf file.
> Spike's suggestion to create a special folder for downloads, i.e.,
> "downloads" and have downloads located outside of the index folder on the
> server. Then your link should read,
>
> http://www.bereacfgs.com/downloads/filename.pdf
>
> Note: you could also write the hyperlink as
>
> /downloads/filename.pdf
>
> The drawback using the second method is, it won't work if you paste it in
> your browser; the first method will work.
>
> filename = the actual file name
>
> --
> Don - Publisher 2000®
> Vancouver, USA
>
>
> "Helpless in Cleveland" <HelplessinCleveland.TakeThisOut@discussions.microsoft.com>
> wrote in message news:127678E6-AE3F-4937-ABB2-CDE2322A8C07@microsoft.com...
> > Bruce, I did do that and I don't think it is working. I am working on
> > www.bereacfgs.com. It is on the Fundraising Conference (new this year!)
> > page. I can't get it to work. Any thoughts? Thanks again.
> >
> > "Brucels" wrote:
> >
> >> In addition to Spike's suggestion, if you are working in Publisher 2000,
> >> I
> >> believe you can just create the link from the appropriate page to the PDF
> >> file on your local hard drive. When you publish the website, it will
> >> automatically include a copy of the PDF in the files to be uploaded...at
> >> least, I recall that's how it works.
> >>
> >> Bruce (also in Cleveland)
> >>
> >> "Helpless in Cleveland" wrote:
> >>
> >> > I need to place a pdf that others can download and print. How do I put
> >> > that
> >> > into my webpgae. I tried to insert a pdf file logo in a picutre frame
> >> > with a
> >> > hyperlink to the pdf file, but that doesn't work. Now what?
>
>
>
Back to top
Login to vote
Helpless in Cleveland

External


Since: Sep 11, 2009
Posts: 3



(Msg. 7) Posted: Fri Sep 11, 2009 12:19 pm
Post subject: Re: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Spike, Thanks so very much! I did this once a while ago and just could not
remember how I got there.
Thanks again Smile

"Spike" wrote:

> Cleveland Helpless Person Smile
>
> Create the pdf file and place it in a folder on the server such as downloads
> Create a hyperlink on one of your pages to send the user to get the pdf
> www.mydomain.com/downloads/myfile.pdf
>
> Spike
>
> "Helpless in Cleveland" <Helpless in Cleveland DeleteThis @discussions.microsoft.com>
> wrote in message news:BBB2C896-621A-44D0-BB93-4CB96B4F53C6@microsoft.com...
> > I need to place a pdf that others can download and print. How do I put
> > that
> > into my webpgae. I tried to insert a pdf file logo in a picutre frame
> > with a
> > hyperlink to the pdf file, but that doesn't work. Now what?
>
>
Back to top
Login to vote
DavidF

External


Since: Mar 18, 2004
Posts: 3465



(Msg. 8) Posted: Fri Sep 11, 2009 4:43 pm
Post subject: Re: How do I add a pdf file in to a Publsher website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You recall correctly. Unfortunately that does not work in newer versions and
you must manually upload the external file to your site and write the link
to where you put it.

DavidF

"Brucels" <Brucels RemoveThis @discussions.microsoft.com> wrote in message
news:41FE54C6-648C-4CA2-BDB2-FB321E24E43D@microsoft.com...
> In addition to Spike's suggestion, if you are working in Publisher 2000, I
> believe you can just create the link from the appropriate page to the PDF
> file on your local hard drive. When you publish the website, it will
> automatically include a copy of the PDF in the files to be uploaded...at
> least, I recall that's how it works.
>
> Bruce (also in Cleveland)
>
> "Helpless in Cleveland" wrote:
>
>> I need to place a pdf that others can download and print. How do I put
>> that
>> into my webpgae. I tried to insert a pdf file logo in a picutre frame
>> with a
>> hyperlink to the pdf file, but that doesn't work. Now what?
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Web Design All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support