Hi all,
I want to create a curve from data which are store in a java list.
Can anybody help me.
Thanks.
It is currently Sun Aug 10, 2025 12:10 am
WARN Conversion org.docx4j.convert.out.pdf.viaXSLFO.Conversion.notImplemented(Conversion.java:478)
Mensagem: NOT IMPLEMENTED: support for wp:inline
without pic:pic
ERROR Conversion org.docx4j.convert.out.pdf.viaXSLFO.Conversion.createBlock(Conversion.java:828)
Mensagem: java.lang.NullPointerException
WARN Conversion org.docx4j.convert.out.pdf.viaXSLFO.Conversion.notImplemented(Conversion.java:478)
Mensagem: NOT IMPLEMENTED: support for w:pict
without v:imagedata
DocumentSettingsPart dsp = doc.getDocumentSettingsPart();
ObjectFactory factory = new ObjectFactory();
CTDocProtect protection = factory.createCTDocProtect();
protection.setEdit(STDocProtect.COMMENTS);
protection.setEnforcement(true);
protection.setCryptProviderType(STCryptProv.RSA_FULL);
protection.setCryptAlgorithmClass(STAlgClass.HASH);
protection.setCryptAlgorithmType(STAlgType.TYPE_ANY);
protection.setCryptAlgorithmSid(BigInteger.valueOf(4));
protection.setCryptSpinCount(BigInteger.valueOf(100000));
protection.setHash(???);
protection.setSalt(???);
dsp.getJaxbElement().setDocumentProtection(protection);
Total posts 10189 • Total topics 2867 • Total members 2097