Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Convert MS word document
RobertoM
I need an help!!!
In a workflow can i convert a word file to a PDF using PDF rendition server?
If yes how I can do?
if no there is another way to do that?
Find more posts tagged with
Comments
Nicholas
Not sure thru workflow but this should be possible. You can install PDF server and details for this available in admin guide.
Thanks Nicholas
RobertoM
Thanks for the informations, but i have search in Admin guide but i have not find anything.
Where can I find some documentation?
Thank you very much for your help
Roberto
Nicholas
Your version?
WorkSite MP Administration guide 4.1 SP1 having the relative information.
Thanks Nicholas
wiel
You can use javascript in the workflow to call a javascript helper class (you'll have to write that yourself; extend com.imanage.cms.t2.workflow.engine.javascripthelper.JavaScriptHelperBase). In the javascript helper class you can update the document properties and use
doc.setRenditionType(Rendition.PDF)
(and the doc.update() ofcourse)
That way te pdf server will pick up the docuiment and render it as pdf.
Wiel
RobertoM
Thanks for your help!
Now I try to do it ...