Export as pdf form to ipad

T

TheMilkGuy

Hi,

Sorry, I'm not really sure how to phrase exactly what I'm trying to accomplish here...

I have a VBA set up for the user to email themselves a pdf of a worksheet when they hit an ActiveX button. That pdf is then viewed on their iPad. There are some boxes on the form I would like to make "live" (?) so when theytap on said box a numeric keyboard will appear in Adobe on their iPad so they can fill in some numbers.

Does that make sense? Is it even possible?

Thanks in advance,
Craig
 
G

GS

Hi,
Sorry, I'm not really sure how to phrase exactly what I'm trying to
accomplish here...

I have a VBA set up for the user to email themselves a pdf of a
worksheet when they hit an ActiveX button. That pdf is then viewed
on their iPad. There are some boxes on the form I would like to make
"live" (?) so when they tap on said box a numeric keyboard will
appear in Adobe on their iPad so they can fill in some numbers.

Does that make sense? Is it even possible?

Thanks in advance,
Craig

What you speak of is a document *printed* as a PDF. You need to create
a PDF *Form* document so people can fill in fields. OR.., an app for
the ipad that lets users *edit* or add *markups or comments* to a PDF
document.

Software Development Kits (SDKs) to do this in any programming language
will cost more arms/legs than you have!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 
T

TheMilkGuy

Garry,

Thank you! Appreciate the quick reply. I'll put this one to bed for now. :)

Cheers,
Craig
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top