How to print the selected pages of engineering drawing after adding the new markups?
SR 3-2224296271: Converting drawing into pdf
Description:
We want the source drawing file to be printed to pdf document with the single page (first page or any selected page). The code that we tried to implement this is given below. We failed to print this with vuebean api. This code is used in servlet. The resultant pdf file should be the monochrome.
m_jvue = new JVue( true , true );
if (m_jvue!= null ){
m_jvue.setValue("JVUESERVER", m_host);
m_frame.add(m_jvue);
m_frame.setVisible( false );
m_jvue.init();
}
m_jvue.setFile(m_fileName);