User 956e0ca334
15-10-2013 09:32:54
Hi there,
I'm afraid I have another problem regarding exporting using exportToBinFormat. This was working before I did the upgrade to the Marvin/Jchem 6.1 .
String pdfformatString = "pdf:w200,h200, transbg,"
+ "atsiz0.3000000000000001,"
+ "atomFont:SansSerif,"
+ "bondw0.125,"
+ "wireThickness0.045,"
+ "stickThickness0.07,"
+ "ballRadius0.35,"
+ "H_hetero,"
+ "anybond_solid,"
+ "cv_inChain,"
+ "#ffffff,"
+ "ligandOrderVisibility_withDef,"
+ "mono,"
+ "aprop,"
+ "downwedge_mdl,"
+ "coordBondStyle_solid,"
+ "coordBondStyleAtMulticenter_solid,"
+ "chargeWithCircle,"
+ "wireframe";
byte[] moldataPDF = MolExporter.exportToBinFormat(doc, pdfformatString);
This is now give an error:
Image width (w) argument is missing
Even though it is specified. Do widths now have to be specified differently for PDFs? I have checked I seem to have all the correct jar for the new version.
Thanks for all help,
Megan