Hi,
Looking for some suggestions/ideas on converting word/power point documents into PDF files within the wM environment. I have gone through as many discussions I could find on converting to pdf files and heeded to the advice of using the PDFCreator as a quick and realiable way of converting documents (closest one I found was ‘Writing PDF Files in webMethods’).
But prior to calling upon PDFCreator (which I believe uses iText; iText FAQ mentions it does not support this type of conversion) here is the basic flow that the document will follow -
- Data (word/power point files) stored in a DB as BLOB
- Adapter extracts this data, encodes it in base64 and presents it in a XML
- Built-in base64 data decoder decodes the files (tested the flow this far and seems to be working fine).
- Once the data is decoded I am trying to figure out how to convert it to PDF.
- I can utilize the PDFCreator (probably ‘pdf.file:bytesToFile’) service once the conversion is successful.
Step 4 above is where I would appreciate any thoughts or suggestions.
Thanks