cancel
Showing results for 
Search instead for 
Did you mean: 

Content Transformer pdf to tiff

alfone
Champ in-the-making
Champ in-the-making
Hi,

i´m using alfresco 3.2 community edition.
i have to transform tiffs to pdfs.
I´m able to register new transformer but i don´t know, how i am able to use them. do alfresco this automaticly without a rule-action?
And how i am able to display more supported formats, when i want transform a pdf to x. Not only to jpeg, gif and png. which configuration file i have to fit?

I´ll be really grateful for any help.

alfONE
5 REPLIES 5

alfone
Champ in-the-making
Champ in-the-making
Hey,

no developer who has a similar problem???

Please, i need some help!

mrogers
Star Contributor
Star Contributor
alfresco will convert content to plain text for full text indexing purposes.

But you need to tell it to do any other conversions, otherwise how can alfresco know what format to transform to?

A rule is one common way of doing that.   Another is to have a bit of code that calls the transformer when something happens.

alfone
Champ in-the-making
Champ in-the-making
Ok.
The tiff to pdf conversion works without any problems. But…now i want to transform a pdf to a tiff. I don´t get it to work.
The console-output says set:
13:12:03,967 User:alfONE ERROR [ui.common.Utils] A system error happened during the operation: 00140004 Content conversion failed:
   reader: ContentAccessor[ contentUrl=store://2010/1/14/13/12/257206e2-3cd2-43cd-a916-0ec51b8a6a36.bin, mimetype=application/pdf, size=8848543, encoding=UTF-8, locale=en_US]
   writer: ContentAccessor[ contentUrl=store://2010/1/14/13/12/0ceb3ff6-0589-4fec-a34c-c62a68e62ed3.bin, mimetype=image/tiff, size=0, encoding=UTF-8, locale=en_US]
   options: org.alfresco.service.cmr.repository.TransformationOptions@1cbd0c5
org.alfresco.service.cmr.repository.ContentIOException: 00140004 Content conversion failed:
   reader: ContentAccessor[ contentUrl=store://2010/1/14/13/12/257206e2-3cd2-43cd-a916-0ec51b8a6a36.bin, mimetype=application/pdf, size=8848543, encoding=UTF-8, locale=en_US]
   writer: ContentAccessor[ contentUrl=store://2010/1/14/13/12/0ceb3ff6-0589-4fec-a34c-c62a68e62ed3.bin, mimetype=image/tiff, size=0, encoding=UTF-8, locale=en_US]
   options: org.alfresco.service.cmr.repository.TransformationOptions@1cbd0c5
and so on….

Someone have an idea what´s my mistake…

alfone
Champ in-the-making
Champ in-the-making
thanks a lot…i got it by myself…

msvoren
Champ in-the-making
Champ in-the-making
Would be useful to make comment on your solution then…