cancel
Showing results for 
Search instead for 
Did you mean: 

PDF to DOC Converter

patil
Champ on-the-rise
Champ on-the-rise
Hi,
I want to convert pdf file to word file using Alfresco Content Transformation.
Let me know if you have done this, or if you know any api to use.

Thanks,
Patil
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
You should implement your own Alfresco Trasformer in the following way:
http://wiki.alfresco.com/wiki/Content_Transformations#Developing_New_Transformations

You could parse the PDF document using PDFBox and then you could write your own Microsoft Word document using Apache POI.

Hope this helps.