I am using web-client for converting an html to pdf. I have setup an action rule wherein as soon as a file is uploaded in a folder, it is converted into pdf and is saved in the same folder.
Strangely whole of my document is not converted into pdf but a part of it is converted. For example if there are 10 pages in html doc the pdf contains just 2 or 3
I have a custom converter written to convert CSV files into XML's. Could you please share what all configurations that I need to do like web-client.xml, etc.
Hi, This wiki page shows how to wire the transformer in. http://wiki.alfresco.com/wiki/Content_Transformations The transformer self-registers, so the Web Client doesn't need any special config if you are using standard mimetypes. Put on the logging as shown to ensure that your bean is being picked up and registered. In the UI, you can configure a rule to do a transformation to XML when a CSV file is dropped in. The transformation registry will automatically pick your transformer out for the job.
On the issue of HTML to PDF, do you know which transformer is being used for the job?