From: Dan Bracuk on
[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
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
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
[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
[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?







First  |  Prev  |  Next  |  Last
Pages: 1 2 3
Prev: Coldfusion and WAP
Next: Itext Problem