Transfom doc to pdf

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2008 09:38 AM
Hi, how I can transform all doc files in "user homes" to pdf files?
I read something, but I don't read a clear procedure to follow.
Can you explain me step by step this procedure?
I would to do this both programmatically and by web client.
Regards
(sorry for my english)
I read something, but I don't read a clear procedure to follow.
Can you explain me step by step this procedure?
I would to do this both programmatically and by web client.
Regards
(sorry for my english)
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2008 09:50 AM
I am not sure that you will find step by step instructions, but you can get a general idea of how the transformation is performed by checking the source of org.alfresco.repo.action.executer.TransformActionExecuter class. It can be found in Repository project.
Kind regards,
Denis
Kind regards,
Denis
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2008 02:20 PM
Using the web-client:
Go to the folder where you want the transformations to happen.
Then go to 'more actions' -> 'manage content rules'.
Create a new "all items" rule here to
"transform and copy content to a specific space", and specify PDF as the transformation type.
You choose if this executes on update, inbound, or outbound.
If there are files already present in this space that need transforming, then select 'reapply rule' in 'more actions'
Go to the folder where you want the transformations to happen.
Then go to 'more actions' -> 'manage content rules'.
Create a new "all items" rule here to
"transform and copy content to a specific space", and specify PDF as the transformation type.
You choose if this executes on update, inbound, or outbound.
If there are files already present in this space that need transforming, then select 'reapply rule' in 'more actions'

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2008 03:48 AM
Thanks, Can I manage rules via web service?
regards
regards
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2008 06:01 AM
I think you can - sort of.
I noticed this issue in JIRA: http://issues.alfresco.com/browse/AWC-1633
It looks like you can create rules using the webservice, but then you cannot edit that rule using the web-user-interface…
I noticed this issue in JIRA: http://issues.alfresco.com/browse/AWC-1633
It looks like you can create rules using the webservice, but then you cannot edit that rule using the web-user-interface…
