Prev: Coldfusion and WAP
Next: Itext Problem
From: Dan Bracuk on 31 Dec 2006 07:38 [q][i]Originally posted by: [b][b]BKBK[/b][/b][/i] [I]Hi i want a print page btn, but can i have it so it tells the printer to "fit to page" width wise? also can i have it so it automatically prints ie print popup dosnt appear? [/I] You could configure all that in the page itself, using the print options of CSS. [/q] How do you configure printing without prompts using css?
From: RyanG24 on 31 Dec 2006 20:32 Hi i am using itext to display a pdf but i am getting this error Object Instantiation Exception. 10 : reader = createObject("java","com.lowagie.text.pdf.PdfReader").init(pdfFile); any ideas why this is?
From: PaulH **AdobeCommunityExpert** on 31 Dec 2006 22:37 RyanG24 wrote: > any ideas why this is? not providing much info but: itext in the server classpath? pdfFile in a valid path?
From: BKBK on 1 Jan 2007 03:14 [i]> How do you configure printing without prompts using css?[/i] Using just CSS? Ehr, you can't. In fact, for security you shouldn't be able to without script, macro, batch or some such process. My advice to RyanG24 is to merge the pages into one print job, and use CSS.
From: BKBK on 1 Jan 2007 03:46
[i]> my server is mx6.1 is the cfdocument tag valid...?[/i] No. The tag was introduced in MX7 [i]> Object Instantiation Exception[/i] Did you 1) stop Coldfusion 2) place the itext jar into a lib like /wwwroot/WEB-INF/lib 3) restart Coldfusion 4) make [i]pdfFile[/i] a full path? |