hello
My java based webScript transform a openoffice odt to a pdf. This work fine. But if the odt display the current file name as a field in the document footer, the pdf change the name. For example:
test.odt to OpenOfficeContentTransformer-source-2859216327825020457.otd
I discovered that the OpenOfficeContentTransformerWorker make a temp file for the transformation. And for the time of translation, the file name is OpenOfficeContentTransformer-source-… .
What is the reason for make a temp file?
It's possible to transform without creating a temp file?
I use Alfresco 4.0.d
Thanks,
Jonas