AutoVue (MOSC)

MOSC Banner

How to print the selected pages of engineering drawing after adding the new markups?

edited Jan 30, 2011 8:19AM in AutoVue (MOSC) 1 commentAnswered
Ref: SR details in My Oracle Support:

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);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center