Hi,
We are facing a problem while converting a docx to a pdf. We're using the CreatePDF example and FOP. The PDF is not completely generated due to EMF files, and so we are trying to bypass this.
What we are trying to do is change the resulting FO by substituting the src path of the EMF with equivalent images in JPEG. However, we're not sure how to update the FO, and then make the ...