Gossamer Forum
Home : General : Perl Programming :

Adobe Acrobat - SDK

Quote Reply
Adobe Acrobat - SDK
Hi,

I know this isn't the best place to post, but no-one at Adobe is answering me, so its worth a try :)

Basically, I'm trying to write a Perl script that integrates with Adobe Acrobat Professional 7.0 (NT). However, I can't for the life of my, find the SDK kit, or even a shred of sample code. I literally just need to generate a .pdf dynamically, based from an upload .doc file.

Anyone got any pointers? Smile

TIA

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Adobe Acrobat - SDK In reply to
I haven't had a chance to do much with PDF but I found these links on CPAN:

http://www.pdflib.com/
http://search.cpan.org/...0.41/lib/PDF/API2.pm

Nothing specific to converting from doc to pdf though. Please post back if you find something. I'd like to take a look at it as well.

~Charlie
Quote Reply
Re: [Chaz] Adobe Acrobat - SDK In reply to
Hi,

Thanks for the reply. Doesn't look like either of those convert to .pdf from .doc :( I tried installing the win32 version, but the examples given suggest that it can only be used to generate from .html pages, which wouldn't be too much use for me, as the .html conversions from .doc are pretty rubbish, in comparison to the originals :(

Thanks anyway :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!