bytes = null;
}
} else if (type.equalsIgnoreCase("PDF")) {
// applet will not have this interface
// PDF is application-only because it is such a HUGE package
JmolPdfCreatorInterface pci = (JmolPdfCreatorInterface) Interface
.getApplicationInterface("jmolpanel.PdfCreator");
errMsg = pci.createPdfDocument(fileName, image);
}
if (appendText != null && os != null)
os.write(
(appendText instanceof byte[] ?
(byte[]) appendText