Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Adobe

Trying to create a pdf form. I am able to do this in adobe, but I am having
no such luck trying to automate adobe and build the pdf. Not sure if anyone
has done this or knows where I can pick up a book to learn about it. Not
sure if that is even possible. Any advice would be appreciated.
[300 byte] By [Jarrett] at [2007-11-10 12:49:02]
# 1 Re: Adobe
"Jarrett" <Cooley222@yahoo.com> wrote in message
news:3e875320$1@tnews.web.dev-archive.com...
>
> Trying to create a pdf form. I am able to do this in adobe, but I am
having
> no such luck trying to automate adobe and build the pdf. Not sure if
anyone
> has done this or knows where I can pick up a book to learn about it. Not
> sure if that is even possible. Any advice would be appreciated.

I've used Acrobat to read from and write to a PDF form, but have never
created one using anything but Acrobat. There was a good series of articles
written by Rick Schummer in FoxPro Advisor on the topic, but again he was
addressing a form that was already created, not creating one through
automation...

- Kris
Kristyne McDaniel at 2007-11-11 23:51:18 >
# 2 Re: Adobe
"Kristyne McDaniel" <newsbox@mcstyles.com> wrote in message
news:3e875f74@tnews.web.dev-archive.com...

> I've used Acrobat to read from and write to a PDF form, but have never
> created one using anything but Acrobat. There was a good series of
articles
> written by Rick Schummer in FoxPro Advisor on the topic, but again he was
> addressing a form that was already created, not creating one through
> automation...

Actually... I think the article was in FoxTalk...

- Kris
Kristyne McDaniel at 2007-11-11 23:52:23 >
# 3 Re: Adobe
On 30 Mar 2003 12:27:12 -0800, "Jarrett" <Cooley222@yahoo.com> wrote:

>
> Trying to create a pdf form. I am able to do this in adobe, but I am having
>no such luck trying to automate adobe and build the pdf. Not sure if anyone
>has done this or knows where I can pick up a book to learn about it. Not
>sure if that is even possible. Any advice would be appreciated.

In addition to the FoxTalk articles Kris mentioned, Rick also wrote
about PDF's in the book "MegaFox: 1002 Things You Wanted to Know about
Extending Visual FoxPro", www.hentzenwerke.com.

Tamar
Tamar E. Granor at 2007-11-11 23:53:16 >
# 4 Re: Adobe
Both Tamar and Kristyne have mentioned Rick's work in both FoxTalk and
MegaFox. The PDF chapter from MegaFox is available as a free sample chapter
at www.hentzenwerke.com

--
Craig Berntson
MCSD, Visual FoxPro MVP
www.craigberntson.com
Salt Lake City Fox User Group
www.slcfox.org

"Jarrett" <Cooley222@yahoo.com> wrote in message
news:3e875320$1@tnews.web.dev-archive.com...
>
> Trying to create a pdf form. I am able to do this in adobe, but I am
having
> no such luck trying to automate adobe and build the pdf. Not sure if
anyone
> has done this or knows where I can pick up a book to learn about it. Not
> sure if that is even possible. Any advice would be appreciated.
Craig Berntson at 2007-11-11 23:54:21 >
# 5 Re: Adobe
"Jarrett" <Cooley222@yahoo.com> wrote:
>
> Trying to create a pdf form. I am able to do this in adobe, but I am having
>no such luck trying to automate adobe and build the pdf. Not sure if anyone
>has done this or knows where I can pick up a book to learn about it. Not
>sure if that is even possible. Any advice would be appreciated.

Check out the following that I've used successfully:

A Free Pdf Maker for Visual Fox Pro
http://64.152.50.10/vfpps2pdf/

==Carl
Carl Warner at 2007-11-11 23:55:25 >
# 6 Re: Adobe
Adobe Acrobat Reader isn't response with VFP automation. I tried to find solution
for PDF creating and I get two way for resolve: 1) 5D PDF Creator; 2) After
installation Adobe PostScript printer 'am try to use it with ps2pdf library...
Alex Roublev at 2007-11-11 23:56:21 >