Hi,
I have an ASP.NET application where user is Anonymous when he connects to website.
Also I have a printing server inside network.
I want to let this user to print to the network printer.
In order to print I have to use File.Copy command.
When I do this I get "Access denied".
So I tried to impersonate the user with credentials of use...
I have a longer text saved in a String. I would like to print the text in two columns on a single page. How can I do this using Java Swing?
I don't understand how I can wrap the text when it's time to use a new line. I have read Lesson: Printing in the Java tutorial, but I haven't found any useful methods for working with text or String...
I've used the code below to emulate Safari's ability to change the scale of a webpage:
-(IBAction)changeScale:(NSControl *)sender {
[[[[wv mainFrame] frameView] documentView] setBounds:[self originalBounds]];
[[[[wv mainFrame] frameView] documentView] scaleUnitSquareToSize:NSMakeSize([sender floatValue], [sender floatValue])];
...
We've created a flow chart using Visio that has multiple layers. (The background is that each layer represents variations on a basic process.)
Now we want to be able to print each layer individually. Currently this involves lots of clicking to select the correct layer and and then press print - then repeating this for each of the 10 l...
Hi friends,
I'm new at drupal.
I created custom content type with CCK. Added some Phone, Address, Fax fields... Now I'm editing the related node. but in the node it just says print $content How can I use the custom fields I've created? maybe something like print $field_name ? anything like that?
appreciate helps!!!!!
...
When printing the page below in Safari/Chrome, the content (everything on the page, basically) is squished into the left side of the page, at about 60% of the page's width.
However, in FireFox and IE 7, the printed page shows the content as the full width (and looks quite nice, imo). I resized all the layout elements to 100% width (usin...
I am wondering if there is anything built in to Silverlight, or possibly c# to allow for printing reports?
I'd be happy with any number of methods: exporting files to a pdf format and printing from there, exporting as a text document of some sort and printing from there, or just simply showing the print dialog from the web application i...
I am using the code from MS to print a form however it looks like the form needs to be visible with a Show/ShowDialog() to work.
I am trying to use the code for a form that I don't want to show.
Any ideas?
...
I have files I need to drive thru a print driver and save then as files. Can I programactly use the DevMode Structure to drive these files without openning the application it was created in? Also can I change the DevMode Structure values to change to other file types programmatically and continue to drive them and save them to files?
...
I'm usisng a simple WPF FixedDocument for WPF printing.
How can I use ResourceManager with resx files or something like that
to print in different languages? The locale for the GUI remains the same,
but every report can be printed in different languages.
thanks.
...
I am receiving some strange begaviour in IE6 when printing a page.
For some reason it is printing out parts of a CSS background image sprite.
I have overridden all background-image declarations with:
* {background-image:none !important;}
But to no avail. I didn't think background images were supported by default anyways so this is a...
I'm trying to do a printable component (an invoice document). I use JComponent instead of JPanel because I don't want a background. The component has many subcomponents.
The main component implements Printable and has a print-method that is calling printAll(g) so that all subcomponents should be printed. But my subcomponents doesn't pri...
In one of my project, I need to display print option to the user (on loading html page).
While this works fine, but the content printed contains the
url and date of printing.
Please let me know how I can configure at javascript level (not at printer level) so that these default things (url, date of printing, page 1 of 10 etc..) are no...
hi,
from a c++ program i need to print a simple label. the label contains a text, an image and a barcode.(in my project the label is more complex, this is just for example)
my customer need a way to customize che label layout.
in the past in java I solve this problem using a report created with jasperreport. my customer customize the r...
I have couple modal windows and I am trying to add "print this" functionality. I found a script and I am trying to modify this. He creates an iframe, loads the html, prints and then closes the frame. I am going to insert my ajax html response to that div. For some reason, my ajax response is not loading into the div that I want to print....
Hi
Any idea how to calculate the height of auto generated child controls in fixed-page... When using ActualHeight it give 0.0....
I need to to calculate height of the dynamic content in the fixed page.
Thanks and Regards
...
I need to waste a single ink channel on my epson printer, anyone know how to do it?
I mean, there is no documented way to do that, but I could program a software that could do that, send RAW commands, or special colors.
I searched for some documentation, no luck.
...
HEllo,
i have a small problem:
i have a Crystal 8,5 Report in a VB 6 application. About 2 days ago, all worked like a charm.
Since this morning, whenever i press View REport, it shows on screen but the PRINT BUTTON is disabled, meaning has visible=false. I cant see it so i can print the report.
I searched the net like a maniac and st...
Alright, I was tasked to develop a Windows Service that listens to a directory for files that are dropped in it, read them, delete them and print out a report.
I installed the service on my work laptop (Win 7 x86) and a test machine (XP x86) under a User account at first. It would do everything as it should except the print the report. ...
I'm maintaining this Swing app that has a "print" option. Users need to be kept from interacting in any way with the underlying file system, but the print dialog offers "print to file" as one printer, and that of course allows selecting a directory and file from the file system.
Is there a painless way to override/modify the print dialo...