Hi Jason,
Thank you for the fixes. Hope it will fix my problems as well when generating Pdf out of docx.
But the trunk doesn't build (on 27.05.2011 at 11:27 GMT+1) because of missing:
import org.glox4j.openpackaging.packages.GloxPackage;
It is currently Sat Apr 05, 2025 4:02 am
/* tmp is an hibernate object that loads the docx template from a database */
InputStream fileInputStream = new ByteArrayInputStream(tmp.getFile());
LoadFromZipNG load = new LoadFromZipNG();
OpcPackage pkg = load.get(fileInputStream);
ByteArrayOutputStream out = new ByteArrayOutputStream();
SaveToZipFile save = new SaveToZipFile(pkg);
save.save(out);
byte[] bytes = out.toByteArray();
out.close();
return bytes;
Total posts 10157 • Total topics 2857 • Total members 2087