Trying to find a way to take a pdf file (created from PowerPoint Slide) and
insert the image into a Word document using vba. Does anyone know if this is
possible from code, I have not found a way to "copy and paste" from pdf, can
copy and paste from PowerPoint but I want the user to be able to use pdf
format if possible.

Thanks in advance for any suggestions!
Jerry

Re: Insert PDF image into word doc by Dave

Dave
Thu May 26 07:07:38 CDT 2005

Hi Jerry,

Open your PowerPoint presentation and navigate to the slide that you want to
insert in your Word document.
On the File menu, click Save As.
In the Save As dialog box, open the Save as type combobox and select a
graphics extension (*.gif, *.jpg, *.tif, *.bmp).
Save the current slide.
Insert that image into your document.

HTH,
Dave


"JWS315" <JWS315@discussions.microsoft.com> wrote in message
news:4EA8BA39-D373-4DC2-954F-784784B2BC4D@microsoft.com...
> Trying to find a way to take a pdf file (created from PowerPoint Slide)
and
> insert the image into a Word document using vba. Does anyone know if this
is
> possible from code, I have not found a way to "copy and paste" from pdf,
can
> copy and paste from PowerPoint but I want the user to be able to use pdf
> format if possible.
>
> Thanks in advance for any suggestions!
> Jerry



Re: Insert PDF image into word doc by JWS315

JWS315
Thu May 26 08:14:05 CDT 2005

Dave,

Thanks for the response, I am able to navigate through PowerPoint, however
what I am trying to do is open a PDF file and copy and paste the image from
pdf into a word doc - any thoughts?

Jerry

"Dave Lett" wrote:

> Hi Jerry,
>
> Open your PowerPoint presentation and navigate to the slide that you want to
> insert in your Word document.
> On the File menu, click Save As.
> In the Save As dialog box, open the Save as type combobox and select a
> graphics extension (*.gif, *.jpg, *.tif, *.bmp).
> Save the current slide.
> Insert that image into your document.
>
> HTH,
> Dave
>
>
> "JWS315" <JWS315@discussions.microsoft.com> wrote in message
> news:4EA8BA39-D373-4DC2-954F-784784B2BC4D@microsoft.com...
> > Trying to find a way to take a pdf file (created from PowerPoint Slide)
> and
> > insert the image into a Word document using vba. Does anyone know if this
> is
> > possible from code, I have not found a way to "copy and paste" from pdf,
> can
> > copy and paste from PowerPoint but I want the user to be able to use pdf
> > format if possible.
> >
> > Thanks in advance for any suggestions!
> > Jerry
>
>
>

Re: Insert PDF image into word doc by Dave

Dave
Thu May 26 09:45:06 CDT 2005

Hi Jerry,

Sure, use the PDF's Snapshot Tool. It looks like a little camera. Capture
the image from the PDF (it's placed on the clipboard), then you can paste it
into your Word Document.

HTH,
Dave


"JWS315" <JWS315@discussions.microsoft.com> wrote in message
news:953D46E4-A46A-407B-A5DD-62FA2848DA63@microsoft.com...
> Dave,
>
> Thanks for the response, I am able to navigate through PowerPoint, however
> what I am trying to do is open a PDF file and copy and paste the image
from
> pdf into a word doc - any thoughts?
>
> Jerry
>
> "Dave Lett" wrote:
>
> > Hi Jerry,
> >
> > Open your PowerPoint presentation and navigate to the slide that you
want to
> > insert in your Word document.
> > On the File menu, click Save As.
> > In the Save As dialog box, open the Save as type combobox and select a
> > graphics extension (*.gif, *.jpg, *.tif, *.bmp).
> > Save the current slide.
> > Insert that image into your document.
> >
> > HTH,
> > Dave
> >
> >
> > "JWS315" <JWS315@discussions.microsoft.com> wrote in message
> > news:4EA8BA39-D373-4DC2-954F-784784B2BC4D@microsoft.com...
> > > Trying to find a way to take a pdf file (created from PowerPoint
Slide)
> > and
> > > insert the image into a Word document using vba. Does anyone know if
this
> > is
> > > possible from code, I have not found a way to "copy and paste" from
pdf,
> > can
> > > copy and paste from PowerPoint but I want the user to be able to use
pdf
> > > format if possible.
> > >
> > > Thanks in advance for any suggestions!
> > > Jerry
> >
> >
> >



Re: Insert PDF image into word doc by JWS315

JWS315
Thu May 26 10:29:11 CDT 2005

Dave,

Is there any way to do this programmitcaly via vba code? I'm not sure how
to get to the SnapShot tool in pdf to select the image?

Thanks
Jerry

"Dave Lett" wrote:

> Hi Jerry,
>
> Sure, use the PDF's Snapshot Tool. It looks like a little camera. Capture
> the image from the PDF (it's placed on the clipboard), then you can paste it
> into your Word Document.
>
> HTH,
> Dave
>
>
> "JWS315" <JWS315@discussions.microsoft.com> wrote in message
> news:953D46E4-A46A-407B-A5DD-62FA2848DA63@microsoft.com...
> > Dave,
> >
> > Thanks for the response, I am able to navigate through PowerPoint, however
> > what I am trying to do is open a PDF file and copy and paste the image
> from
> > pdf into a word doc - any thoughts?
> >
> > Jerry
> >
> > "Dave Lett" wrote:
> >
> > > Hi Jerry,
> > >
> > > Open your PowerPoint presentation and navigate to the slide that you
> want to
> > > insert in your Word document.
> > > On the File menu, click Save As.
> > > In the Save As dialog box, open the Save as type combobox and select a
> > > graphics extension (*.gif, *.jpg, *.tif, *.bmp).
> > > Save the current slide.
> > > Insert that image into your document.
> > >
> > > HTH,
> > > Dave
> > >
> > >
> > > "JWS315" <JWS315@discussions.microsoft.com> wrote in message
> > > news:4EA8BA39-D373-4DC2-954F-784784B2BC4D@microsoft.com...
> > > > Trying to find a way to take a pdf file (created from PowerPoint
> Slide)
> > > and
> > > > insert the image into a Word document using vba. Does anyone know if
> this
> > > is
> > > > possible from code, I have not found a way to "copy and paste" from
> pdf,
> > > can
> > > > copy and paste from PowerPoint but I want the user to be able to use
> pdf
> > > > format if possible.
> > > >
> > > > Thanks in advance for any suggestions!
> > > > Jerry
> > >
> > >
> > >
>
>
>

Re: Insert PDF image into word doc by Dave

Dave
Thu May 26 13:51:16 CDT 2005

Jerry,

Not that I know of. Select the SnapShot tool, then place your cursor to the
outside edge of the image in the PDF document.
Press and hold the left mouse button, drag the mouse button to include your
image, release the mouse button when you have the image framed as you want
it.

Dave

"JWS315" <JWS315@discussions.microsoft.com> wrote in message
news:B677DE26-12DC-4989-9DAF-F0B98C8061EC@microsoft.com...
> Dave,
>
> Is there any way to do this programmitcaly via vba code? I'm not sure how
> to get to the SnapShot tool in pdf to select the image?
>
> Thanks
> Jerry
>
> "Dave Lett" wrote:
>
> > Hi Jerry,
> >
> > Sure, use the PDF's Snapshot Tool. It looks like a little camera.
Capture
> > the image from the PDF (it's placed on the clipboard), then you can
paste it
> > into your Word Document.
> >
> > HTH,
> > Dave
> >
> >
> > "JWS315" <JWS315@discussions.microsoft.com> wrote in message
> > news:953D46E4-A46A-407B-A5DD-62FA2848DA63@microsoft.com...
> > > Dave,
> > >
> > > Thanks for the response, I am able to navigate through PowerPoint,
however
> > > what I am trying to do is open a PDF file and copy and paste the image
> > from
> > > pdf into a word doc - any thoughts?
> > >
> > > Jerry
> > >
> > > "Dave Lett" wrote:
> > >
> > > > Hi Jerry,
> > > >
> > > > Open your PowerPoint presentation and navigate to the slide that you
> > want to
> > > > insert in your Word document.
> > > > On the File menu, click Save As.
> > > > In the Save As dialog box, open the Save as type combobox and select
a
> > > > graphics extension (*.gif, *.jpg, *.tif, *.bmp).
> > > > Save the current slide.
> > > > Insert that image into your document.
> > > >
> > > > HTH,
> > > > Dave
> > > >
> > > >
> > > > "JWS315" <JWS315@discussions.microsoft.com> wrote in message
> > > > news:4EA8BA39-D373-4DC2-954F-784784B2BC4D@microsoft.com...
> > > > > Trying to find a way to take a pdf file (created from PowerPoint
> > Slide)
> > > > and
> > > > > insert the image into a Word document using vba. Does anyone know
if
> > this
> > > > is
> > > > > possible from code, I have not found a way to "copy and paste"
from
> > pdf,
> > > > can
> > > > > copy and paste from PowerPoint but I want the user to be able to
use
> > pdf
> > > > > format if possible.
> > > > >
> > > > > Thanks in advance for any suggestions!
> > > > > Jerry
> > > >
> > > >
> > > >
> >
> >
> >