SCRIPT Problem (Printing)

Hi All.
I am having a problem in printing invoice using SCRIPT.
I am printing &item_amount(.2C) & i.e total amount of an line item.
While debugging i am getting correct value but while printing it is printing value '0'
And i am having this problem only for a particular invoice number, for other invoices script is printing correct data.
Data in database is also correct.
Thanks in advance.

Hi,
remove the c in the brackets.
i.e. put &item_amount(.2) & .
Regards,
Sooness

Similar Messages

  • Sap script text printing issue..

    Hi,
    I have a SAP script with a text symbol say &abc& defined in the SAP script main window.
    From the print program I want to pass some text to this text symbol.
    In the print program I have an internal table with lines of text, sometime it can have just one line of
    text CHAR512 length or it can have multiple lines of char512 length text.
    Now how do I pass these lines to the text symbol &abc& ?
    I tried to do the following, but it does not help...
    DATA l_data TYPE STRING.
    loop thru the internal table
    concatenate l_data with text got from internal table
    endloop
    CALL FUNCTION 'TEXT_SYMBOL_SETVALUE'
        EXPORTING
          name   = '&abc&'
          value  = l_data
        EXCEPTIONS
          OTHERS = 0.
    I debugged and saw that l_data has most of the text (not all) but the sap script's printed output
    has only few text.
    what should I do to get all the text displayed on the printed output ?
    thnks

    Hi Vivek,
        Including two work area next to each other should not be a problem because i am doing the same thing. Check whether the length of field of work area one is over lapping the field of other work area.
    Note: Reward points if helpful.
    Cheers,
    Shafiq

  • When I try to go to icloud I get 'script problem' and cannot enter. Could someone please advise me what to try. Thanks.

    When I try to go to ilcoud I get 'script problem' and can't enter. Please advise what I should try. Thanks.

    I use e-trade and a couple of times, years back, I found them behind the Java updates.
    So, now I install new Java platforms on my backup disk and test the streaming data on that first because I know it will be over-written that evening with my nightly backup.
    Of course, since I began doing that there hasn't been a problem. Do the same with printer driver updates.
    Anyway, call ScottTrade and howl! Tell them how many Macs are out there and why aren't they in Apple Developers Program?

  • Wmii scripting problem [solved]

    I wrote a script to print battery information to wmii's statusbar.
    It works great on the command line, but not in the bar.
    The script:
    #! /bin/sh
    #Called from the status() function in wmiirc
    #Check the battery status and notify at 3% power. Why 3%? Why not?
    #Depends on perl for the floating point arithmetic
    #$1 is expected to be the name of the battery in Sysfs
    PERCENT=$(perl getBatPercent.pl $1)
    STATUS=$(cat /sys/class/power_supply/$1/status)
    #Notify the user if the battery is low.
    if (($PERCENT <= 3))
    then
    notify-send -t 500 "BATTERY LOW" "Plug it in, dude."
    fi
    echo -n $1':' $PERCENT'%' '('$STATUS')'
    When I run this script in a terminal, I get the expected output:
    $./batteryBitcher.sh BAT1
    BAT1: 79% (Unknown)
    But in wmii's bar, the number does not show up, so I get
    BAT1: % (Unknown) instead.
    Anyone know what the problem is here?
    Last edited by alexandrite (2009-11-23 19:18:56)

    have you tried putting in a dummy value for $PERCENT in your script?
    it looks like the perl script may be broking at some point, thus $PERCENT would be empty. 
    also, just to be opinionated and obnoxious, you can do floating point arithmetic with bc, and use awk or sed to harvest the data out of the proc file (im assuming thats what your perl script does). 
    in any event, the perl script is without a path, so, when wmii's scripts call it, it had better be in the directory they expect.  a safer thing would be to call the script with `perl /path/to/getBatterything.pl'  I may be wrong though, and that may not even be your problem.

  • Folder script to print folder content automator

    Hi,
    I had a folder script that printed any document added to a folder and when printed, then it deleted the document.  That script help me to print from an OS 9 emulator  (SheepShaver) through OS X.
    For I don't know the reason, the folder script does not work anymore.  It could be Yosemite or my new iMac upgrade.  Find out ?  And Apple Script is far away in my mind ... so I am not really sure what is going wrong.
    I would like to have the script to print from any folder it is assigned to, instead of applying to only one folder.  Can you help ?   Here is the actual folder script:
    property myPrinter : "HP_Officejet_8500" -- Le nom exact de l'imprimante est obtenu en faisant «lpstat -p» dans terminal.
    property filesFolderName : "Nous/Documents/SheepShaver/Données/En impression" -- Déterminer le chemin du dossier contenant les fichiers à imprimer.
    property fileStamp : ""
    property theFilePath : ""
    on adding folder items to thisFolder after receiving theseItems
              -- Définir le chemin du dossier contenant les fichiers à imprimer.
              set filesFolderPath to POSIX path of (path to users folder) & filesFolderName & "/"
              -- Pour chaque fichier dans le dossier ...
              repeat with i in theseItems
                       -- ... définir les informations du fichier; ...
                       set {name:fileName, name extension:fileExt} to info for i
                       -- ... définir l'estampe du fichier (date et l'heure), ...
                       --set fileStamp to do shell script "/bin/date +'('%d-%m-%y' '%HH%MM%S')'"
                       -- ... définir le chemin du fichier, ...
                       set theFilePath to quoted form of (filesFolderPath & fileName)
                       -- ... et enfin, l'imprimer sur l'imprimante choisie.
                       do shell script "usr/bin/lpr -P " & myPrinter & space & theFilePath
                       do shell script "/bin/sleep 10"
                       -- ... détruire le fichier imprimé.
                       do shell script "/bin/rm " & theFilePath
                       get theFilePath
              end repeat
    end adding folder items to
    Thanks in advance.
    Robert Lespérance

    You would think this would work, remember universal access - enable access must be on.
    tell application "System Events"
    tell application "Finder" to activate
    tell process "Finder"
    keystroke "a" using command down
    keystroke left using command down & option down
    end tell
    end tell
    The Select All works, but the collapse all doesn't
    CE Quickkey will do it with ease but that $80us a machine
    http://www.cesoft.com/products/qkx.html
    you could try the OS X scripting addition but it shareware and want money too and I don't know if it will work
    http://osaxen.com/files/extrasuites1.1.html
    Must be a free OS X scripting addition (osaxen) that does keystokes
    good luck.

  • HP Photosmart C7280 All-in-one problem printing. Ink System Failure has failed unable to copy--

    I'm having a problem printing on my HP Photosmart C7280 All-In-One. The following message is what came up on the printer screen: Ink System Failure has failed unable to copy, receive faxes or print. Refer to printer documentation Error O.cl9a0007.
    Does anyone have any suggestions?
    This question was solved.
    View Solution.

    Hey Spider! First off welcome to the forum.
    I would recommend removing all the ink cartridges, unplugging the USB cable from the computer that connects to the printer, and then shutting the printer off completely by removing the power cord. Then restart your computer. Turn the printer back on but leave it disconnected from the computer. After it has finished its power on cycle go ahead and insert the ink cartridges back into the printer and be sure to seat them properly.
    After you have all the cartridges back in the printer properly then connect it to the computer. See if this resolves the issue. If not post back with any findings.
    Thanks,
    SeanS
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Problem printing out to a parallelport printer

    Hello, I am using the javax.comm.*; package and I am having problems
    printing to the parallelport.
    Well, it prints out the string but the problem is that the light for paper feed
    starts blinking eventhough there is paper , once I click the paper feed button
    the printer then prints out the string.
    So, basically, everything is ok, apart from that I have to press the paper feed
    button for each time I want to print something.
    There is an error in my code somewhere, but as I am new to port communications I cannot understand what to do.
    Below is my code, please help.
    Thanks!
    public void print(String s){
    Enumeration ports;
    CommPortIdentifier portId;
         try{
              portId = CommPortIdentifier.getPortIdentifier("LPT1");
             addPort(portId,s);
         }catch (NoSuchPortException e){
                     e.printStackTrace();
    public static void addPort(CommPortIdentifier portId,String s){
         try{
              ParallelPort port = (ParallelPort)portId.open("LPT1",2000);
            /*port.notifyOnError(true);
            port.notifyOnBuffer(true);
            port.addEventListener(new ParallelPortEventListener(){
                   public void parallelEvent(ParallelPortEvent ppe){
                           System.out.println(ppe.toString());
                           System.out.println("An event has occured");
              try{
                   OutputStream os = port.getOutputStream();
                   if(os == null){
                        System.out.println("Os is null");
                   else{          
                          os.write(s.getBytes());
                   //os.flush();
              catch(Exception eis){
                   eis.printStackTrace();
              port.close();
         catch(PortInUseException e){
              System.out.println(e.currentOwner);
              e.printStackTrace();
         catch(Exception ecl){
              ecl.printStackTrace();
    }Of course this class imports :
    import java.util.Enumeration;
    import javax.comm.*;
    import javax.comm.CommPort;
    import javax.comm.CommPortIdentifier;
    import javax.comm.ParallelPort;
    import javax.comm.NoSuchPortException;
    import javax.comm.PortInUseException;
    import java.io.*;

    Wow - I wonder how the OP thought that the
    Developers Home > Developer Forums > Java Forums >
    Java Mobility Forums > Consumer and Commerce >Consumer and Commerce General >
    Forum was a correct choice for this problem??It's the same logic that leads one to believe that being new to port communications omits them from the responsibility of using general troubleshooting techniques to isolate/identify a problem.
    This logic often leads to obscure questions also, sadly.

  • Possible solution for problems printing with ICC profiles - esp. R2400

    (N.B. This is long because I've decided to go in to details about the background of the problem etc.. Also note that whilst my experience is with the Epson R2400, anyone with problems printing using ICC profiles in Aperture may find this post helpful, as will be explained further down the post.)
    Ok, here's the situation. I've been an Aperture user for over a year, and an R2400 owner for half a year. In that time I have done a huge amount of experimenting, but I've never managed to get Aperture to work perfectly with Epson's 'premium' R2400 ICC profiles - the ones you can download from their site which are better than the ones provided 'in the box'. This hasn't been too big a deal because, in fact, the R2400 does a rather good job just set to 'System Managed' in Aperture and 'Epson Vivid' with a gamma of 1.8 in the printer driver. Nevertheless, it really annoyed me that something that should work wasn't, which is why I've spent a lot of time trying to figure out what's going on. Having said that, I have come across a method which will give you pretty good prints out of your Epson R2400 using the premium profiles in Aperture - it's not perfect, but it's the best you're going to get if you want to use those profiles in Aperture. I understand the words 'it's not perfect' aren't what photography experts would probably want to hear, however, I have seen a few anguished posts from R2400 owners in here before, so I think some people may find it useful.
    The whole reason why Aperture is hopeless at using the R2400's premium profiles is because - unusually - their default rendering intent is set to 'relative colorimetric' rather than 'perceptual'. You might say 'but that's good - it means you get more accurate colours!', and if you do, you're right... however, there's a snag. To get an image to reproduce well using Epson's premium profiles and relative colorimetric rendering, you really need to use black point compensation. This is where the trouble lies: Aperture's black point compensation is diabolical to the point of being unusable when used with relative colorimetric rendering - I feel I need to be awarded compensation every time I've ever tempted to use the setting. So because BPC in Aperture is unusable, that effectively makes the premium profiles unusable too, because Aperture always uses the default rendering intent specified in the profile.
    The solution? Use perceptual rendering instead. Ok, so you can't change the rendering intent in Aperture, which makes that sound a tad difficult. However, as I said in the above paragraph, Aperture always obeys the default rendering intent specified in the profile... so you can see where we're going with this: we need to change the ICC profiles' default rendering intent from 'relative colorimetric' to 'perceptual'. I did some digging around and found one or two expensive pieces of software that could do that... but then I found that, lo and behold, the Mac OS has a command-line utility which can do the job for us, for precisely £0.00. It's called SIPS or 'Scriptable Image Processing System', and you can find out some information about it here: http://developer.apple.com/technotes/tn/tn2035.html#TNTAG58 For those who don't like reading technical jargon however, here's what you need to do to convert a profile's rendering intent. First go to terminal, then type in the following command:
    sips -s renderingIntent perceptual
    Do not press 'enter' yet. Instead, add a space after 'perceptual', find the ICC profile you want to modify, and click and drag it into the terminal window. You should then find that your command looks something like this:
    sips -s renderingIntent perceptual /Users/yourname/folder/RandomProfile.ICC
    At which point you can then press 'enter', and the command will execute, giving you an ICC profile which will now make Aperture use perceptual rendering.
    There is just one further thing to be aware of after doing this: for some crazy reason, you then need to turn on BPC in Aperture for the prints to come out as good as possible. Black point compensation shouldn't make any difference when using perceptual rendering as the idea of perceptual is that it takes account of things like that anyway, however, in Aperture BPC does make a difference, so remember to turn it on to get a half decent print. In general, I find that prints made using this setup come out pretty well; they almost perfectly match prints made using the profiles with a perceptual intent in Photoshop Elements, except for the fact that Aperture blocks up the shadows a bit more than Photoshop. However, if you can live with that, you might find this is quite a workable solution.
    Now, I said near the beginning of this post that all the above can apply to other printers too. Most printer profiles have 'perceptual' set as their default rendering intent, in which case everything I've just said won't be of much help. However, If you are reading this because you're having problems with ICC profiles in Aperture, but you don't use an Epson R2400, find your problematic ICC profile, double-click on it, and take a look at the window that opens: specifically, at the 'Rendering Intent' the window mentions. If it doesn't say 'Perceptual' then it may well be worth trying the steps I've outlined in this post to set it to perceptual, to see if doing so produces an improvement when using the profile in Aperture.
    Finally, just one note of caution: if you decide to try out the steps I've detailed above on a paid-for custom-made profile, please back your profile up before messing with it. I haven't experienced any problems when using SIPS to change a profile's rendering intent, but I obviously can't guarantee that it won't do something weird and corrupt your expensive custom-made profile.
    If you have any questions, feel free to ask, although (contrary to any impression I may give) I am not a colour-management expert; I'm just someone who doesn't give up when they have a problem that should be solvable.
    Thomas
    Mac Pro 2.0GHz with 30" ACD; 15" MacBook Pro 2.0GHz   Mac OS X (10.4.10)  

    Thomas
    Wow - thanks for such a comprehensive post.
    I have Aperture and a 2400 so this information is exceptionally useful to me.
    Again - thanks for caring and sharing
    Brian

  • Problem printing Report with Image in BI Publisher 11g

    I am working with BI publisher *11g* but I have problem printing images. Everything works fine if I do not include any images however when I add a image I get following problems.
    When I tried printing PDF in output I get
    Type /Xobject
    subtype /Image
    Filter /DTDDecode .......
    When I tried printing HTML output I get
    Type /Xobject
    <html...
    ....>
    When I tried printing RTF I get
    { \fontb1 }
    { \f0 Arial;}
    { \f1 Times:}
    I think I am missing some BI publisher configuration. Can you help me in this regard.
    Thanks,
    Santosh
    Edited by: user4956795 on Jan 16, 2012 2:08 PM
    Edited by: user4956795 on Jan 16, 2012 2:18 PM

    Isn't there a way for you to do this via a Package/Procedure versus having multiple queries?
    Per the BI Publisher guide,
    Following are recommended guidelines for building data models:
    Reduce the number of data sets or queries in your data model as much as possible. In general, the fewer data sets and queries you have, the faster your data model will run. While multiquery data models are often easier to understand, single-query data models tend to execute more quickly. It is important to understand that in parent-child queries, for every parent, the child query is executed.
    You should only use multiquery data models in the following scenarios:
    To perform functions that the query type, such as a SQL query, does not support directly.
    To support complex views (for example, distributed queries or GROUP BY queries).
    To simulate a view when you do not have or want to use a view.
    Thanks,
    Bipuser

  • Having problem printing to hp officejet pro 8500 since updated to yosemite. any help please?

    I am having problem printing to Hp Officejet pro 8500 printer, it says it is in use. I never had any problem until Yosemite update. Any ideas please?

    I had the same problem with a HP 4000 laser jet & SL, this is how I solved it
    http://www.macworld.com/article/142631/2009/09/snowleopard_printing.html

  • Problems printing from Google Chrome browser using my HP Officejet 6500 E709n Series printer

    Dear Sir or Madam:
    I am using Microsoft Windows XP Home Edition Version 2002 Service Pack 3 desktop computer.
    I have a HP Officejet 6500 E709n Series printer.
    I am encountering some problems printing from my Google Chrome browser in my Outlook.com account because when I try to change some settings in the print dialog interface the printout comes out incorrectly.
    Below are the 2 snapshots of the print dialog interface of Google Chrome browser before printing an email message from my Outlook.com account.
    Are there any software updates to correct this problem?
    Please reply back soon.
    Thanks.
    Sincerely,
    Etow

    Welcome to the forums Etow,
    I saw your post about the issue you are having with printing from Google Chrome. Have you tried disabling your pop up blocker to see if that will help? Also see this guide about Printing with Chrome.
    If the above does not help, try using Firefox or Internet Explorer to print.
    Have a great Friday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Problems Printing to HP 2610 All-in-one

    Hi Folks,
    First off, I'm a Windows person so please don't assume I know the internals of OS-X very well (my wife is the Mac user, but is not the household "techie"). That said...
    When we try to print documents to the HP 2610 All-in-one (USB connected directly to her G4), the print dialog comes up looking "almost" normal. The bottom of the print dialog only offers a "?", "Supplies.." and "Cancel" (but the left half of the cancel button is chopped off). "Send FAX Now" (greyed out) is also there. No print button! "Supplies" offers to sell me ink cartidges and "cancel" of course cancels the print job. Where is the "Print" button and how do I get it back?
    System preferences, System Profiler shows the printer as available, the default, USB and running HP driver version 7.3.0 (the latest one HP offers and the one I installed after upgraging to OS-X 10.4.3) is 7.3.1). System Preferences, Printers also shows the printer as available and on a USB port.
    I have tried printing from TextEdit, Office:X Word: Service Release 1 and AppleWorks 6 (6.2.2) and get the same messed up print dialog.
    Oddly... the system has no problems printing to a Brother 1440 Laser (not defaulted) connected via USB to one of my Windows XP Pro systems. It can't print to it's direct connected USB HP 2610.
    Dual 1.25Ghz PowerPC G4 Mac OS X (10.4.3) 768MB DDR SDRAM

    Hi Folks,
    First off, I'm a Windows person so please don't assume I know the internals of OS-X very well (my wife is the Mac user, but is not the household "techie"). That said...
    When we try to print documents to the HP 2610 All-in-one (USB connected directly to her G4), the print dialog comes up looking "almost" normal. The bottom of the print dialog only offers a "?", "Supplies.." and "Cancel" (but the left half of the cancel button is chopped off). "Send FAX Now" (greyed out) is also there. No print button! "Supplies" offers to sell me ink cartidges and "cancel" of course cancels the print job. Where is the "Print" button and how do I get it back?
    System preferences, System Profiler shows the printer as available, the default, USB and running HP driver version 7.3.0 (the latest one HP offers and the one I installed after upgraging to OS-X 10.4.3) is 7.3.1). System Preferences, Printers also shows the printer as available and on a USB port.
    I have tried printing from TextEdit, Office:X Word: Service Release 1 and AppleWorks 6 (6.2.2) and get the same messed up print dialog.
    Oddly... the system has no problems printing to a Brother 1440 Laser (not defaulted) connected via USB to one of my Windows XP Pro systems. It can't print to it's direct connected USB HP 2610.
    Dual 1.25Ghz PowerPC G4 Mac OS X (10.4.3) 768MB DDR SDRAM

  • Problem printing wirelessly with my mfc-j835dw

    Hi.
    I have a problem printing to my mfc-j835dw brother printer. I did not experience this issue until our broadband provider changed our modem/router to [echolife hg521] since it was crashed. I am not sure if there is a need to check for the settings of the printer or the modem/router itself. I tried to use my mobile hotspot and connect my printer to it and luckily i could print wirelessly.
    Any ideas regarding this issue?
    Your response are highly appreciated.
    Thanks!

    Verify the router is on the latest firmware.  If not, upgrade it.
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Here select manual configuration...Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Radio Band to Standard-20MHz and change the Standard channel to 1...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    You should use WPA2-AES and reset your TV and all your other wireless devices as it will ask for a new password/paraphrase.
    Change the Beacon Interval to 75 >>Change the Fragmentation Threshold to 2304, Change the RTS Threshold to 2304 >>Click on "Save Settings"...
    Now see if you can locate your Wireless Network and attempt to connect...
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Quality problem printing in Windows 8.1 with CP1215

    Recently purchased new laptop with Windows 8.1 Pro.  I have had my printer for years, CP1215, via USB, without having any problems printing to it with Windows 7 Pro. I first noticed that the quality of print I receive out of my printer on the new laptop is darker.  The darkness comes from black lines going diagonally across the page.  I would estimate at approximately a 2 degree angle.  I would also estimate that the lines appear every 4th pixel row.  I have attached 2 images, printed on 2 different printers.  The one on the top is the one off of my CP1215, the one on the bottom is a color copier in my office.  I have zoomed in incredibly on the prints to show the lines.  Just never had problems with this printer in pre Windows 8.1 days.  Tried installing ljcP1215-HB-pnp-win64-en.  Tried uninstalling printer, rebooting, then installing, still same problem.  I also have another problem with printing, but suspect it is more of a Microsoft problem.  My laptop thinks a network printer goes offline, stopping and restarting the print spooler service seems to fix that.  I had to make a .bat file on my desktop to do it, it happens at least 2 times in an 8 hr work day.                        

    Hi paulie99, Welcome to the HP Forums, I hope you enjoy your experience! I understand the printer isn't printing properly from Windows 8.I will be happy to help you. Check your printer driver settings. 1. On the File menu in the software program, click Print.2. Select the driver, and then click Properties or Preferences.3. Click the Paper/Quality tab.4. In the Type is or Size is list box, select the correct media type or size. Set the quality to ImageREt 2400. I have provided a document to install the Windows print driver to see if that makes a difference.Installing the Printer Software in Windows 8.1 for a USB or Network Connection. For the network printer I would setup a static IP address. Please let me know the results if you are still having issues. Thank you for posting on the HP Forums.Have a great weekend! 

  • Since the last update I have been unable to print from Firefox. No problem printing from Safari or any other program. I've seen a few responses to this problem but only to people running Windows. I'm on a Mac running v. 10.5.8

    Since the last update I have been unable to print from Firefox. No problem printing from Safari or any other program. I've seen a few responses to this problem but only to people running Windows. I'm on a Mac running v. 10.5.8.

    Also when I click on the link in my email to activate my account (in the hopes that a solve will be emailed to me) I get this message -
    "Something is wrong
    We could not activate your account. Please make sure that you have clicked the correct link in your email or typed in the correct address."
    Same message if I cut and paste the link.

Maybe you are looking for

  • Export/Encoding/Compression Error

    I have been trying to burn a DVD for the last week without any success using iMovie and iDVD. When trying to burn the DVD on iDVD, the program would "Unexpectedly Quit" while it is encoding the movie. It would encode the first 2-3 minutes of the movi

  • Selection Screens with optional selections

    How do you deal with selection screens that have optional selections?  I guess my question is do you have a select statement for each possible combinations or is there a way to dynamically create the select statements depending on the user's choices

  • Invoking 5.1 EJBs from 6.1 container?

    Hi, While trying to invoke a session bean deployed to a 5.1 instance from a component in a 6.1 container I got a weblogic.socket.UnrecoverableConnectException (incompatible versions - server:5.1.0 client:6.1.0) exception. Does it mean that in order t

  • Opening files automaticaly at launch

    Hey I've recently upgraded from Indesign CS6 to CC, and there is one option I can't seem to find in the new version... On CS6, when I would launch the application, Indesign would automaticaly re-open the files that were open when I had quit Indesign.

  • 複数ページのpdfを正しい設定でプリントしても.90度回転して紙からはみ出てしまう(mac os10.6.8)

    複数ページのpdfをプリントしても.90度回転した状態で紙から印字がはみ出てしまいます. エプソンのレーザープリンタLP-M6000F使用時についてで. インクジェットの場合は.正しく出力されます. プリント設定での方向などは正しく行っています. osはMAC OS10.6.8です. 複数ページのpdfである際のみに起こります. 同じファイルをwindowsで出力すると.設定通り.プリントされます. エプソンに聞いたところ.アクロバットの問題だといわれました. 何か改善策はないでしょうか.