Search:

Type: Posts; User: prodtechjoshim

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    3,388

    Re: javax.print setting attributes

    Hi aussiemcgr,

    I have tried a few variations, with and without the attributes:


    PrintRequestAttributeSet preqats = new HashPrintRequestAttributeSet();
    preqats.add(new Copies(2));
    // Media...
  2. Replies
    2
    Views
    3,388

    javax.print setting attributes

    There's no section for javax.print so -

    I have a program for printing a pdf file that was generated using the iText 2 package.
    The file is created as an A4 document.
    The program is able to load...
Results 1 to 2 of 2