Hi there,
I'm able to convert xhtml to pdf file, but the value in each input tag can not be displayed in my exported pdf. Please can anyone help me or guide me to the right topic. Here is what I'm doing
InputStream is = //code to get content input stream
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(is);
CustomXmlDataStoragePart[] xmlParts =
wordMLPackage.getCustomXmlDataStorageParts().values().toArray(new CustomXmlDataStoragePart[0]);
OpenDoPEHandler openDoPEHandler = new OpenDoPEHandler(wordMLPackage);
OpenDoPEIntegrity openDoPEIntegrity = new OpenDoPEIntegrity();
// replace the xml ...

News of Plutext