Convert word document into pdf [message #376565] |
Wed, 17 December 2008 20:54 |
Supernova11
Messages: 12 Registered: December 2008 Location: Indonesia
|
Junior Member |
|
|
Hi all,
We are developing a document archival application.
currently we using webutil to save a Ms.word documents into blob column and preview it again to the user as word document also.
But now there's a requirement to generate the Ms.word document from the database into PDF files. And then save the pdf files into the database again. There is two blob columns in the table for the Ms.word and PDF documents.
Is it possible to do that from Oracle forms, or do we need any other 3rd party component?
Sorry for my bad English..
Thanks
|
|
|
|
|
|
|
|
Re: Convert word document into pdf [message #387339 is a reply to message #379549] |
Wed, 18 February 2009 21:46 |
Supernova11
Messages: 12 Registered: December 2008 Location: Indonesia
|
Junior Member |
|
|
hii,
sorry, i've been very bussy lately.
actually, some one from oracle forums give me an idea like this.
1. generate the saved documents into the real files (*.doc)
2. Create *.bat files which will execute another 3rd party application to convert the documents into PDF format.
3. call the *.bat files from oracle form.
4. Save the converted document into the database.
i've tried that idea. and some how it works. i'm using open office component to convert the document into pdf.
any way. thank's for all of your supports.
best regards.
|
|
|
|