Excucute a command for print

Hello, i'm working in a Red hat in a Tomcat, and i want to execute a command that print a document and i am using:
Runtime rt= Runtime.getRuntime();
try
rt.exec( "lpr -Pimp2 /var/tomcat/webapps/ecarta3/impresion.txt" );
} catch ( IOException ioe ) {
ioe.printStackTrace();
}But it isn't work. What i'm doing wrong?
P.D. Sorry for my bad English

Sorry, it was a problem with Red hat configuration.

Similar Messages

  • Printer go off when we give command for print

    when ever we give command for print of adobe file it shows printer not attach to computer

    Welcome to the Adobe Forums.
    The more information you supply about your situation, the better equipped other community members will be to answer. Please supply the following Information where applicable:
        •    Adobe product and version number
        •    Operating system and version number
        •    Browser and version number (where applicable)
        •    The full text of any error message(s)
        •    What you were doing when the problem occurred
        •    Screenshots of the problem (if possible)
        •    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • SAP Script : Control Commands for printing Label (barcode) by Zebra Printer

    Hello,
    I would like to know the control commands in sap script for Zebra Printer. The purpose of task is to print a field in barcode format in Right Bottom of the label.
    The sample code is placed below. Kindly have a look at it. The problem now i am facing is, the barcode for Customer PO is printing on the wrong place (Left Bottom, the text & barcode are overwriting). Can anyone suggest a possible way or can any one send the document for Barcode commands in SAP Script for Zebra Printer.
    Sample script code:
    Initialization and reset Barcode
    XAMCY^XZ
    Start
    ^XA
    Barcode setup
    ^BY3,2.7,2.2
    Set label home position
    ^LH
    ^FWN
    FO385,025A0R,40,50FDPN: &VBAP-MATNR&FS
    FO385,725A0R,40,50FD&VBAP-ARKTX&FS
    FO385,1710A0R,40,50FDRtns: &zsntsc-contr&FS
    FO345,025A0R,40,50FDService Order# &AUFK-AUFNR&FS
    FO345,725A0R,40,50FDSerial# &EQUI-SERNR&FS
    FO345,1710A0R,40,50FDRepair Order# &VBAP-VBELN&FS
    FO245,025B3R,N,90,N,NFD&AUFK-AUFNR&FS
    FO245,725B3R,N,90,N,NFD&EQUI-SERNR&FS
    FO245,1710B3R,N,90,N,NFD&VBAP-VBELN&FS
    FO138,1710A0R,40,35FDCustomer PO# &VBKD-BSTKD&FS
    FO98,025A0R,40,50FDWrnty: &W_WARRANTY&FS
    FO98,605A0R,40,50FDRoute: &W_ROUTE&FS
    FO58,025A0R,40,35FDShip-to-name: &W_NAME1&FS
    FO58,1325A0R,40,35FDMinor Group/Nr: &TVM5T-BEZEI&FS
    FO58,1325A0R,40,35FDMinor Group/Nr: &TVM5T-BEZEI&FS
    FO18,885A0R,40,35FDReported By: &QMEL-QMNAM&FS
    FO18,1710B3R,N,90,N,NFD&VBKD-BSTKD&FS
    ^XZ
    Thanks in Advance,
    Ramasamy

    HI
    GOOD
    GO THROUGH THIS
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool. 
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research - 
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes. 
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor. 
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    GO THROUGH THESE LINKS
    http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    THANKS
    MRUTYUN

  • Embedding PCL Commands for Print Tray Setting

    I find from Creating RTF Templates - 11g Release 1 (11.1.1) that PCL commands can be embedded in the RTF template. Can PCL command indicating the paper source tray be specified?
    For example, embed EC&l1H to the 1st page while EC&4H in the 2nd page.

    Solution
    You have to access this from the UI and not the control panel
    - IP into the laserprinter
    -Select Settings Tab
    -Configure Device (left side)
    -Expand "Configure Device" in the center of the page
    -Expand "Printing"
    -Expand "PCL"
    - at the very bottom "Media Source Mapping"...set it to Classic from Standard.
    Worked!

  • SUBMIT command;  for print dialog box-how to pass parameter here?

    Hi Gurus,
    I am calling a report from another report. Inside report_2 i am using,
    When i execute report2, i get a PRINT DIALOG BOX
    Here i need to enter the output device name. and again excute.
    I am not able to automate this in my program. Could you suggest?
    Through F1 help, i found the screen_field name(of the output device parameter) to be 'SFPOUTPAR-DEST'
    and i enter default output device 'PDEST'
    where do i give this?
    and also, after this, i need to do a 'Print Preview' action and see if file is opening up.
    Can i automate these actions?
    I am using:
    rspar_line-selname = 'SFPOUTPAR-DEST'. // the output device parameter name
    rspar_line-kind = 'S'.
    rspar_line-sign = 'I'.
    rspar_line-option = 'EQ'.
    rspar_line-low = 'PDEST'. // PDEST is the default value i want to pass
    APPEND rspar_line TO rspar_tab.
    Then i do, (inside report 2....)
    SUBMIT report_1
    WITH SELECTION-TABLE rspar_tab
    AND RETURN.
    Its not working... i just get the print dialog box(without values being defaulted)
    How do i proceed?
    Thanks,
    Rashmi

    Hi
    You can do the following way.
      data :  lv_pri_params     like pri_params,
              lv_user_name      type char16,
              lv_user_name0     like tbtcjob-authcknam.
      lv_user_name  = sy-uname.
      lv_user_name0 = sy-uname.
      call function 'LOAD_PRINT_PARAMETERS'
           exporting
                key            = lv_user_name
           importing
                out_parameters = lv_pri_params
           exceptions
                error_occured  = 1
                others         = 2.
      if sy-subrc <> 0 or lv_pri_params-pdest is initial.
        select single padest into lv_pri_params-pdest from tsp03.
      endif.
      submit report1
        with selection-table rspar_tab
                 destination             lv_pri_params-pdest
                 copies                  lv_pri_params-prcop
                 list name               lv_pri_params-plist
                 immediately             space
                 keep in spool           'X'
                 new list identification 'X'
                 line-count              lv_pri_params-linct
                 line-size               lv_pri_params-linsz
                 sap cover page          lv_pri_params-prsap
                 cover page              lv_pri_params-prbig
                 without spool dynpro
                 user lv_user_name
                 and return.
    Reward Points, if it is useful.
    With Regards
    Raja.
    Edited by: Ravindra Raja on Jun 24, 2008 4:15 PM

  • Is there a Windows Print Screen command for Mac?

    I need a screen shot for a presentation.  Is there a "print screen" command for Mac OS, analogous to Windows?

    Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
    Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
    Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
    Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard
    Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard
    Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard

  • Print-control commands for dotmatrix printer

    dear all,
    Here my requirement is we are using datamax printer ( dotmatrix printer) for printing script and i need some commands for that.
    please reply soon.
    thanx inadvance

    Hi Don
    Thank's for your reply.
    That's excactly what we want to do: within the same report we'll use different trays and/or number of copies.
    In the meantime, we talked to the manufacturer of the ELP module. They told us that the print stream contains parts of the correct sequence, but unfortunately the trailing two closing paranthesis are missing. For that reason, the command string is not recognized as valid command and is therefore printed "as is".
    We tried to add additional characters after the trailing paranthesis, again no success...
    The next step is to use the newer CR runtime, as Nikhil suggested in his answer.
    Weird problem...
    Regards
    Daniel

  • Printer connectivity failed; reconnected HP C4600, but computer commands to printer (for both print and scan) don't work.  Any ideas other than "it's a printer problem"?

    HP C4600 printer connectivity suddenly failed; attempted re-connect, message tells me reconnection succeeded, but computer commands to printer - both scan and print - do not function.  Any ideas, other than "It's a printer problem"?

    Have you the latest drivers?

  • HPM1212nf MFP i can't scan but wireless network works fine for printing

    i have the MFP set up fine for printing over a wireless network.  Any idea on what more i  need to do to get the machine to accept a scan command from the computer using HP Laserjet Scan?

    Hi there @bc123!
    Thanks for contacting the HP Forums!
    I see that your having a communication issue with the HP LaserJet when it comes to scanning to the computer, and I would be happy to provide you with my assistance.
    A good place to start when troubleshooting scanning is to ensure the CD was installed correctly on your computer. If the CD is unavailable then I can provide you with a link to the HP driver download: Drivers & Downloads
    In the link provided you will want to:
    1.enter your printers model number and click GO
    2.select your printer model
    3.select your operating system and click NEXT
    4.Click on Driver - Product Installation Software (‏1)
    5.Click DOWNLOAD next to the full feature software
    To provide you with a more direct link to your software and to better assist you, would you please provide me with the following information:
    1. What operating system version the computer is running (ex. Mac, Windows, etc.).
    Bellow are 2 links I located from HP and Macintosh on how to locate your version of operating system.
    Which Windows operating system am I running?
    Finding the OS X version and build information on your Mac
    2. If the computer is running Windows I will need to know what version (ex. 32-bit or 64-bit). 
    I have provided another link from the HP web site showing you how to check if its 32-bit or 64-bit
    Is the Windows Version on My Computer 32-bit or 64-bit?
    3. Laserjet model number (ex. P1102w, CP1025, etc.).
    Please post back with the requested information, as well as the results of your troubleshooting.
    Let me know if this was helpful!
    Cbert
    I work on behalf of HP.
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" at the bottom of this post to say “Thanks” for helping!

  • Where did all the setting for printing go in PSE8-Mac?!

    OK, I'm probably missing some obvious settings somewhere, please tell me after you read my rantings...
    I'm using the 'Full Edit' mode, assuming that is important. But the new Print Dialog looks like it has been dumbed down for some one, not sure who, however has it has me completely confused. There are now only three 'steps' for printing. One and two are self explanatory. However...
    Step three concerns paper size, image size and several other details. Just for testing, I created a new 4 x 6 inch, 300dpi page and drew some lines. Command-P. Proper printer is selected, select "Letter" as the paper size. 4 x 6 inch appears selected as the "Print size" (I thought that was because of the original page size, but it appears to simply be the default). That is a detail that could easily be over looked by a new user. If the original image is larger than 4 x 6, it will, obviously be either cropped or reduced to fit those dimensions! It seems to me that the "Select Print Size" should automatically assume to be the image size. OTOH, I can see that some people may want to do all their printing on one size of paper. In that case, why not have a preference for the default and let the user change it when they change paper sizes (if they want)?
    Now, if the user happens to notice that a new 8 x 10 inch image is going to be printed in a 4 x 6 area, she will now decide to check the other settings available in the pop up menu. OK, there IS an 8 x 10 inch choice. But look, what's this "Custom" choice? Let's investigate...Now this is strange! The defaults there seem to be 1.383 inches for height AND width! Who came up with that weird number?!
    Oh, there is a "Scale to Fit Media" check box. Checking that now makes the height and width somewhat closer to reality, they now indicate the pape dimensions. That IS logical, but not extremely helpful, IMHO. By the way, the second time one selects the "Custom" choice, the correct, original image size appeared in the Print size boxes. Although I cannot seem to get those to reappear. Oh well...
    My point is, how do these confusing configurations help? Beyond me, anyway.
    BTW, the dpi settings all seem to be 'computed' at one less than the number set by the user for an image. For example, a new image page created at 300 dpi shows 299 in the Custom dialog, 150 shows 149, etc. Close, but why not exact? Furthermore, why can't the user select any dpi they choose? Isn't that what the computer if for; calculate what happens to the pixels when they print at a different setting than the image? Sure, the user should be warned that terrible images my result, but if that's what the user wants, let it be done! Who's running this show, anyway? Oh yeah, I remember, now...excuse me for asking, I'm only a paying customer, what do I know?!
    Lastly, if one has more than one image open, every single one can easily be printed, accidentally. Why? Because they will all appear in the Print Dialog. Don't you see them? Over there on the left. Yeah, I see them, but why doesn't the image I have in front, the one I'm working on, be the one I probably want to print? Many of the others may simply be images I'm borrowing parts from. Why do the developers think I always want to print every image that might be open? I don't have any idea, either. Sure, there are a couple of ways to prevent this multiple image printing; select the one you don't want to print and use the "minus" button or simply close all those images before going to the Print dialog. Guess what. Using the 'minus' button only works for this printing, the next time you ask to print they will all be there, again. And, what if you aren't really finished using some of those extra images that you closed? Now you get to re-open them all again. Completely unnecessary steps because of poor user considerations/research, in my humble opinion. Again, this is exactly the thing that preferences are made for. Or, put them in the "Edit Guided" mode! Or, better yet, just give me back the old Print dialog! Nice!
    Now, I am extremely glad to see that PSE can now remember to keep that stupid Panel bin out of the way! Finally! Three more inches of screen to work with!!! Hooray!! Unfortunately, it still can't remember what the last setting for the jpeg quality was...still defaults to ZERO! Sure, that's the setting I always want to use, it's so much fun letting people try to guess what is in the image...one would think after 8 iterations this could be fixed. One down, umpteen to go. Oh well, what do you want for $80?

    Thanks for your listening/reading and I'll take your advice about dropping a note to the developers, but I won't be holding by breath! I doubt that they consider this a real problem. It's really just my ranting!
    Your solution is probably the 'fix' they might suggest, anyway. However, I'd rather have the screen space than a list of thumbnails of images I already have open. command-plus and/or minus is a pretty quick way of making it easy to see anything that might be visible. Of course, I'm sure there are other uses for the Project Bin that many find useful. Even though I have a 24" iMac, I rather like using the screen space the way I want, not an arbitrary way that got developed. I just don't see why developers can't program an app to allow every conceivable method of use by every living and future user! LOL!!!
    I guess today was the first time I've printed anything since installing 8. I was, quite confused when presented with the new Print interface. Actually, I thought that must be part of the 'Guided' set up which I assume leads one by the hand as much as possible. "Thank you Adobe, but I'm trying to avoid unnecessary contact with strangers right now." LOL! At least I know I didn't miss some setting somewhere.
    Thanks! Have a great weekend! And don't get scared too much tonight!

  • How to Suppress the POP UP window for Print out Device

    Hi All,
    I have One ALV Grid report and in this report I want to SUBMIT another report which, when executes gives the POP UP window for Printer Device and sends the output to that device. if we give LOCL, sends output to Spool.
    So I want to Suppress that POP UP Window and by default that POP UP window should take 'LOCL' as Printer Device.
    Thanks in advance,
    Helpful answer get awareded.

    On the submit command is a spool parameters option.
    The addition WITHOUT SPOOL DYNPRO suppresses the print dialog box that is displayed as standard when you use the addition TO SAP-SPOOL.
    The addition SPOOL PARAMETERS is used to transfer the print parameters in a pri_params structure that belongs to the data type PRI_PARAMS from the ABAP Dictionary.
    PRI_PARAMS-PDEST specificies the output device.

  • How can I command my printer to print a test page?

    Hello list,
    I've got an application that is used on the shop floor that tests a product and then prints a certification sheet at the end of the test that ships with the product.  They only run this test cell about once a month and invariably there is something wrong with the printer...no paper, dried up ink cartridge, etc.
    The operator has no keyboard or mouse and the Labview application starts from the Startup folder.
    I would like Labview command the printer to print a test page when when the test application starts.  I couldn't find anything in the Windows API or on the Labview pallets that would do that.
    Any ideas would be helpful.
    Using Windows 7 & LV11
    Thanks,
    Mike 
    Solved!
    Go to Solution.

    A couple of possible options:
    If the problems really are with the printer, then print your own page, just like you do when the test ends. I never looked at them closely, but I don't think the test pages actually include any info on the printer state, so it doesn't really matter what you print.
    For functionality which you can't find in the Win32 API, you should usually also try searching for .NET code. Searching for ".net print test page" yields multiple results which look decent at a very quick glance (and some of them do actually appear to use the Win32 API).
    Try to take over the world!

  • Set custom page size for printing

    I want to set a custom page size for printing some PDF three and four-page musical scores to roll paper on an Epson 1290 using Adobe Reader 9.3.4 on Ubuntu 10.04. The printer properties in the print dialog has a media size option, and one of the choices is "custom", but having chosen "custom", the dialog does not allow me to add the actual page size to the lpr printer command. I can see that when I choose "custom", the lpr command is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom etc
    but what I need for a three page output, for example, is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom.297x630mm etc
    and I can't see how to add the actual custom paper size. If I Ok the media size choice dialog with it just set to PageSize=Custom, I can see from the output preview in the print dialog that the actual page size that has been chosen is letter. The online Adobe doc for Reader 9 printing (http://help.adobe.com/en_US/Reader/9.0/content.html#heading2.3) says "For documents that are larger than the standard page size, go to File  > Page Setup.  Create a custom page size before you print your  document". The problem with that is that there is no "Page Setup" option on the File menu in the Unix version of Adobe Reader, only a "Print" option, which is where I already am.
    If I open the PDFs in Evince, it allows me to add the custom page sizes I want, but as Evince doesn't have the option to print multiple pages per sheet I can't use it either...

    Yes, it used to work, and the resize zoom bar used to work too (now its grayed out). I don't know if this is a "who's to blame for it" thing, but its not getting fixed and its pretty bad that no one seems to care enough even to respond. I found my own solution by opening it in Gimp. Just right click and select open with other ...Gimp and it will import into it. In the Gimp Print dialog, you have a scaling percentage in the "Page Setup" tab, and size settings in the "Image settings" plus loads of other stuff including multiple copies.

  • Shift or Adjust All Pages/Content for Print

    Is there a way to shift all content in an entire publication by specified amounts, from one central location or command - as a temporary "effect"?
    I work with a document containing a set of labels (@70) that print the variable, b&w text portions of products onto otherwise pre-printed labels (color background images and logos).
    I export the document to PDF for printing the labels, because the production crew that prints the labels on demand doesn't have access to InDesign (nor do I wish to teach them to use InDesign). So I'm actually printing from the PDF, but nevertheless all the content therefore has to be shifted in InDesign.
    When printing, the printer always prints off by @ 1/16" in one or more dimensions. (Changes with the weather, too; or maybe with wear on the printer.) This printer does not have functionality in its driver to shift the page images.
    (Getting a different printer is not an answer. We have to have certain printers because they set the ink hot enough to make it stick to the labels, but are still affordable enough. Besides, every printer ends up having its quirks - even our larger printer that is the exact same as those used by Kinkos for more routine color printing.)
    Given the quirks printers always have, I'd be sorely surprised if InDesign doesn't offer some functionality to easily allow shifting of all content before printing, exporting to PDF, or other purposes; but I can't find any sign of such a feature. This would be a useful feature, Adobe folks (hint, hint ).
    My prior solution for smaller label sets I've created in InDesign, is to create a new layer, copy all content, including those on master pages, and then shift that content, thereby maintaining an exact, true layout for future needs, too. I really don't want to do this for 70 labels, though; plus it'd be nice to not have the worry of potentially creating out-of-sync content between the different layers.
    I see Liquid Layouts, but I don't think that'll accomplish what I need any better. I need the page to stay the same size with the content in a slightly different place on it, not to change sizes. Can Liquid Layouts be made to work anyway? It could at least keep the content synced.

    I tried to dig up some links for  you re: InDesign's excellent support for automation in Javascript, but it seems like recent changes to Adobe help resources have caused link breakage, e.g. what should have been a link to the CS5 Scripting Guide was actually a page about how cool InDesign CS6 is going to be. In Turkish. You don't read Turkish, do you?
    If not, forums regular Jongware has a bunch of really useful Javascript reference material publicly available in a variety of formats.You may want to pay a visit to the InDesign Scripting Forum if you are interested in that kind of thing.

  • Using Presets for Printing Panoramas

    I have created a generic preset for printing panoramas on an Epson 4900 connected to a Mac with OS 10.8.4. Using the Epson printer driver's Page Setup via Lightroom 5, I reset the length of the panorama for each print and then update the Lightroom preset. Everything else in the preset is correct for my prints (paper, profiles, etc.).
    I have, however, periodically had the problem that even after resetting the print length in the driver and updating the generic panorama preset, that the print is the wrong length (either too long or too short) even though all indications are that everything is set correctly (see below). This can occur even if I shutdown and restart Lightroom (I have also had this problem in LR4).
    I would like to known how to correctly set up a panorama so paper is not wasted due to an incorrect length.
    The following items appear to be set correctly:
    (1) Printer Driver Page Setup paper size
    (2) The Lightroom Preset for the generic panorama (Both the print size and paper size. I looked at the text of the preset settings via TextEdit) I note that there is binary information at the bottom of the Lightroom preset. Is that being correctly updated?
    (3) The print display in Lightroom (the image correctly fills the print template which is of the correct size)
    (4) The print cell size in Lightroom is the size I have set in the printer driver
    The different sized panorams were printed on different days and the printer was turned off between those days. Cut sheet prints were also printed in between the panorams.
    One panorama was 8 feet long but it was truncated at 39 inches twice before it printed correctly (after I restarted Lightroom but not the printer). The other was correctly printed 58 inches long but on 8 feet of paper (which was blank after the image).
    I find it hard to believe the printer is remembering an old size (even after being powered off) but if Lightroom is not sending new information, I suppose that is possible.
    Allyn

    Hi Venu,
    Don't know about best-practice, but you can do this by using the file adapter, using the "Run Operating System Command" to execute a print command on the file.
    The file can be formatted in a mapping program.
    Regards,
    Bill

Maybe you are looking for

  • Port Replicator?

    Is there a high speed port replicator compatible with the kirabook? Does the "Port Replicator II" (http://us.toshiba.com/accessory/PA3916U-1PRP/) work for that particular model? Thanks. FVB Solved! Go to Solution.

  • Apple TV to HH3 wireless - no option to enter pass...

    Hello all - looking for help. Just trying to install Apple TV. It spots my HH3 wireless network but then tells me that wifi password I entered is not correct. It hasn't given me an option to enter one! Any ideas? Thanks in advance.

  • Sample editor functions greyed (checked previous discussions)

    Hi All, I have the same problem many have reported earlier. I tried the tips given bouncing in place, ensuring write access is there. but still the same problem. Please find the screenshots.

  • Is anyone else getting an "error occurred that we did not expect" when logging in?

    Trying to login to: https://www.healthvault-ppe.com/us/en and I'm getting the following error:  We're sorry. We could not complete your last request. An error occurred that we did not expect. The most recent action you were taking may not have comple

  • Showing Picture At Selection screen.

    Hi, I want to show Picture from my PC hard drive at selection screen of abap program ( SAP repo. mime type i know but i want specially from my hard drive on pc ). how it can be possible ? if possible give code. Thanks,