Print Signature Image in A/P Check

Hi,
I did JDE BI Publisher A/P Pay check report using RTF template with XML file. using <?call-template?> funtion I am printing the signature below the amount value. Right now I included four signature images in the RTF template and calling them when user matches and it is working fine. Like below.
Templates declarations:
<?template:Sigrob?>
image1.jpg
<?end - template?>
<?template:Sigmark?>
image2.jpg
<?end - template?>
<?template:Sigbill?>
image3.jpg
<?end - template?>
Calling the templates:
<?Call-Template:Sigbill?><?Call-Template:Sigmark?><?Call-Template:Sigrob?>
With four signature images and company logos on the check the RTF template document size is 1.7 MB. Now if I want to handle 50 signatures and more, I have to insert them in RTF document which will increase the document size to 15-20 MB. Any alternate solution to keep all the signature images in a folder or path and access them from RTF template whenever user matches. Please let me know if more details are needed.
Thanks,
Vijay Kumar

Hello Avinash,
After seeing you answer. I implemented subtemplate concept with import function and able to achieve my requirement.
Thanks,
Vijay Vattiprolu

Similar Messages

  • Signature image url

    hi
    if i were to put the signature image file for a check in a unix directory (under $CUSTOM_TOP) , can i set the url as url:{’${CUSTOM_TOP}/IMGFILE’} for the image in the rtf(web property).
    What I am trying to do is, to have this image in a secure directory in unix and setting up the url as this env. variable.
    Thanks
    J

    You have to give the full path to the image. In the XML file, you should send something like:
    <CP_SIGNIMAGEPATH>/d01/appldev/devcomn/admin/cert/jsn70p.jpg</CP_SIGNIMAGEPATH>
    Then in the template, put the following in the alternate text section under the WEB tab for the placeholder image:
    url:{CP_SIGNIMAGEPATH}
    Hope that helps,
    Brett

  • How to print Signature stored in a flash drive on to check print program?

    Hi,
    I have a check print program template and have the following requirement. I need to print the signature image which is stored in a flash drive that will be inserted in to the check printer (HP laserjet 4250 series). The vendor sent the escape sequence to activate the signatue image. I'm familiar with how to print images stored in $OA_MEDIA area but not in a flash drive.
    Has anyone done this before? If you did, could you please let me know how and where to put the escape sequence the vendor sent on the .rtf document to activate the signature image while the check print program is run (Format Payment Instructions - in rel 12) ?
    Message was edited by:
    user586895

    Hi,
    This is an interesting problem, and not something I have considered before. I do not know of an exact solution, but as your printer is on a network, theoretically it will have an IP address. When your flash drive is inserted into the printer I would assume that is is treated like any other drive in a PC, so you would be able to use a URL to get to it.
    Using a dummy image and a URL to the printer flash drive you should be able to pick up the image.
    Not entirely sure if this would work, but it may be food for thought, and help you along the way.
    Regards,
    Cj

  • HP LaserJet 200 color M251nw prints, but images are blurred.

    Laserjet200 (HP LaserJet 200 color M251nw) prints, but images are blurred; sometimes the entire page and other times just the right half. Staples tech said the drum could be bad. Can this be corrected? Using W7 ultimate OS.

    Hi @jimmanning ,
    I see by your post that the images are blurred. I would like to help you.
    Run a calibration on the printer.
    On the printer touch the wrench, system setup, print quality, color calibration calibrate now.
    Print a Diagnostics Page to see if you have the same results. Trying to determine if it is a hardware or software issue.
    Go to Setup, Reports, arrow down and select Diagnostics Report.
    I have provided a document with more steps for running a cleaning and checking print driver settings.
    Troubleshooting Print Quality Issues.
    Remove the toner and check to see if there is any toner on drum.
    Make sure the paper type is selected to the media that you are using, not the default setting unspecified.
    Please provide the following information so I can assist you better.
    What were the results of Diagnostics Page and Print Quality Page?
    Are you using Genuine HP Toner?
    What are the Ink levels?
    Was there any damage on the toners?
    Have a nice day!
    Thank You.
    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" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • How to Print Signature in smartform

    Hi all,
    how to find Last Page of a Sold-To-Party to Print Signature in Smart Form?

    Hi ,
    Can u tell me where u r counting the No.Of  Pages  in your smartform...
    If u r counting no.of Pages other than final window it will not work(I mean in final window only u will get the value of the sfsy-formpages count) . Put the break-point in the final check what ever the condition for printing the signature window . 
    Let me know if u have any concerns....
    Regards,
    Lokesh.

  • Aperture printing greyed out after printing 1 image?

    HI
    I print 1 image fron my library and the printer icon greys out and is non-functional. Why?
    I can still print using the "Command" key+ "P "

    Others have the same issue, with the import button being grayed out.  My trail copy expired, but I believe by poking around in the options and selecting another Aperture library and re-selecting, I was able to continue.
    The problem is common enough, that hopefully Adobe will address.  In the mean time, try repairing your Aperture library, checking permissions, exporting a subset of your library for a test, or try putting that library subset on an external drive.  (Can usually avoid permissions issues.)

  • Having trouble with iphoto, will not print full image

    Having trouble with iphoto on my laptop and desk top computers.  On laptop will not let me print full image and having trouble getting correct rotation to print
    On desk top printing too dark and cannot get correct rotation there either, seems like the problem just started recently

    Ronleedek-
    What App are you using with the microphone?  I've used Skype, which has a "test call" feature to check your microphone.
    There is a good chance your microphone is defective, possibly disconnected inside the iPad.  If an Apple Store Genius can not fix it, you may get a new iPad on the spot.
    Fred

  • Print label image in GIF format returned by Web Service XML string.

    Hi All
    I have extremely interesting situations and have been struggling with this for a past week. I have been looking everywhere but nobody seems to have an answer. This is my last resort.
    Detail -
    I am consuming UPS web service from my ABAP program. Everything works fine until I have to print UPS label.  The label image is returned to my ABAP program via XML by the UPS reply transaction as a GIF image.
    When I download this image to my PC I can see it and print it, but for the love of god I cannot print this image from my ABAP program. The GIF image is passed to me as a binary data string it looks like bunch on numbers - (2133FFDGFGFGFHHu2026..) very long string about 89800 bites. I cannot use smart forms since smart form requires to have graphic stored in  SAP before smart form print, so this is not possible. I need help figuring out how print GIF image form ABAP or any other SAP method dynamically.  Any ideas are extremely appreciated. I am just puzzled that I cannot find any info on something like this. I cannot be the first one who needs to print GIF image in SAP.

    Hi all,
    I understand this thread was started long back. But wanted to share this solution since I see the same question in many forums without any particular conclusive answer. So the steps I am explaining here, if it helps in some way, I will be really happy. I won't say this is the perfect solution. But it definitely helps us to print the images. This solution is infact implemented successfully in my client place & works fine.
    And please note there may be  better solutions definitely available in ECC6 or other higher releases. This solution is mainly for lesser versions, for people don't have ADOBE forms or other special classes.
    Important thing here is binary string is converted to postscript here. So you need to make sure your printer supports postscripts. (Ofcourse, if anybody is interested, they can do their R&D on PCL conversion in the same way...and pls let me know). Once the binary data is converted to postscript, we are going to write it in the binary spool. so you will still see junk characters (or numberssss) in spool. But when you print it in postscript printer , it should work.
    First step, assuming you have your binary data ready from tiff or pdf based on your requirement.
    Basically below compress/decompress function modules convert the binary data from lt_bin (structure TBL1024) to target_tab (structure SOLIX). From Raw 1024 to Raw 255
    DATA: aux_tab LIKE soli OCCURS 10. - temp table
    Compress table
                  CALL FUNCTION 'TABLE_COMPRESS'
                    TABLES
                      in             = lt_bin
                      out            = aux_tab
                    EXCEPTIONS
                      compress_error = 1
                      OTHERS         = 2.
    Decompress table
                  CALL FUNCTION 'TABLE_DECOMPRESS'
                    TABLES
                      in                   = aux_tab
                      out                  = target_tab
                    EXCEPTIONS
                      compress_error       = 1
                      table_not_compressed = 2
                      OTHERS               = 3.
    In my case, since I have to get it from archived data using function module, ARCHIV_GET_TABLE which gives RAW 1024, above conversion was necessary.
    Second step: Application server temporary files for tif/postscript files.
    We need two file names here for tif file & for converted postscript file. Please keep in mind, if you are running it in background, user should have authorization to read/write/delete this file.
    Logical file name just to make sure the file name is maintainable. Hard code the file name if you don't want to use logical file name.
                  CALL FUNCTION 'FILE_GET_NAME'
                    EXPORTING
                      logical_filename = 'ABCD'
                      parameter_1      = l_title
                      parameter_2      = sy-datum
                      parameter_3      = sy-uzeit
                    IMPORTING
                      file_name        = lv_file_name_init
                    EXCEPTIONS
                      file_not_found   = 1
                      OTHERS           = 2.
                  IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                  ENDIF.
    Now concatenate with the different extensions to get two different files.
                  CONCATENATE lv_file_name_init '.tif' INTO lv_file_name_tif.
                  CONCATENATE lv_file_name_init '.ps' INTO  lv_file_name_ps.
    Third step: Write the target_tab to tif file.
    Open dataset for writing the tif file.
                  OPEN DATASET lv_file_name_tif FOR OUTPUT IN BINARY MODE.
                  IF NOT sy-subrc IS INITIAL.
                    RAISE open_failed.
                  ELSE.
                    LOOP AT target_tab INTO w_target_tab.
                      CATCH SYSTEM-EXCEPTIONS dataset_write_error = 1
                                              OTHERS = 4.
                        TRANSFER w_target_tab TO lv_file_name_tif.
                      ENDCATCH.
                      IF NOT sy-subrc IS INITIAL.
                        RAISE write_failed.
                      ENDIF.
                    ENDLOOP.
                    CATCH SYSTEM-EXCEPTIONS dataset_cant_close = 1
                                            OTHERS = 4.
                      CLOSE DATASET lv_file_name_tif.
                    ENDCATCH.
                  ENDIF.
    Fourth Step: Convert the tiff file to postscript file.
    This is the critical step. Create an external command (SM49/SM69) for this conversion. In this example, Z_TIFF2PS is created. Infact, I did get help from our office basis gurus in this. so I don't have the exact code of this unix script. You can refer the below link or may get some help from unix gurus.
    http://linux.about.com/library/cmd/blcmdl1_tiff2ps.htm
    Since my external command needs .ps file name and .tif file name as input, concatenate it & pass it as additional parameter. Command will take care of the conversion & will generate the .ps file.
       CONCATENATE lv_file_name_ps lv_file_name_tif INTO lw_add SEPARATED BY space.
    Call the external command with the file paths.
                  CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
                    EXPORTING
                      commandname           = 'Command name'
                      additional_parameters = lw_add
                    TABLES
                      exec_protocol         = t_comtab.
    Fifth step: Read the converted ps file and convert it to RAW 255.
      DATA:lw_content TYPE xstring.
    Open dataset for reading the postscript (ps) file
                  OPEN DATASET lv_file_name_ps FOR INPUT IN BINARY MODE.
    Check whether the file is opened successfully
                  IF NOT sy-subrc IS INITIAL.
                    RAISE open_failed.
                  ELSE.
                    READ DATASET lv_file_name_ps INTO lw_content.
                  ENDIF.
    Close the dataset
                  CATCH SYSTEM-EXCEPTIONS dataset_cant_close = 1
                                          OTHERS = 4.
                    CLOSE DATASET lv_file_name_ps.
                  ENDCATCH.
    Make sure you delete the temporary files so that you can reuse the same names again & again for next conversions.
                  DELETE DATASET lv_file_name_tif.
                  DELETE DATASET lv_file_name_ps.
    Convert the postscript file to RAW 255
                  REFRESH target_tab.
                  CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
                    EXPORTING
                      buffer     = lw_content
                    TABLES
                      binary_tab = target_tab.
    Sixth step: Write the postscript data to binary spool by passing the correct print parameters.
                  IF NOT target_tab[] IS INITIAL.
                    PERFORM spo_job_open_cust USING l_device
                                                         l_title
                                                         l_handle
                                                         l_spoolid
                                                         lw_nast.
                    LOOP AT target_tab INTO w_target_tab.
                      PERFORM spo_job_write(saplstxw) USING l_handle
                                                            w_target_tab
                                                          l_linewidth.
                    ENDLOOP.
                    PERFORM spo_job_close(saplstxw) USING l_handle
                                                          l_pages.
                    IF sy-subrc EQ 0.
                      MESSAGE i014 WITH
                       'Spools for'(019) lw_final-vbeln
                   'created successfully.Check transaction SP01'(020).
                    ENDIF.
                  ENDIF.
    Please note the parameters when calling function module RSPO_SR_OPEN. Change the print parameters according to your requirement. This is very important.
    FORM spo_job_open_cust USING value(device) LIKE tsp03-padest
                            value(title) LIKE tsp01-rqtitle
                            handle  LIKE sy-tabix
                            spoolid LIKE tsp01-rqident
                            lw_nast TYPE nast.
      DATA: layout LIKE tsp01-rqpaper,
            doctype LIKE tsp01-rqdoctype.
      doctype = 'BIN'.
      layout = 'G_RAW'.
      CALL FUNCTION 'RSPO_SR_OPEN'
          EXPORTING
            dest                   = device "Printer name
        LDEST                  =
            layout                 = layout
        NAME                   =
            suffix1                = 'PDF'
        SUFFIX2                =
        COPIES                 =
         prio                   = '5'
           immediate_print        = 'X'
    immediate_print        = lw_nast-dimme
            auto_delete            = ' '
            titleline              = title
        RECEIVER               =
        DIVISION               =
        AUTHORITY              =
        POSNAME                =
        ACTTIME                =
        LIFETIME               = '8'
            append                 = ' '
            coverpage              = ' '
        CODEPAGE               =
            doctype                = doctype
        ARCHMODE               =
        ARCHPARAMS             =
        TELELAND               =
        TELENUM                =
        TELENUME               =
          IMPORTING
            handle                 = handle
            spoolid                = spoolid
          EXCEPTIONS
            device_missing         = 1
            name_twice             = 2
            no_such_device         = 3
            operation_failed       = 4.
      CASE sy-subrc.
        WHEN 0.
          PERFORM msg_v1(saplstxw) USING 'S'
                           'RSPO_SR_OPEN o.k., Spoolauftrag $'(128)
                           spoolid.
          sy-subrc = 0.
        WHEN 1.
          PERFORM msg_v1(saplstxw)  USING 'E'
                               'RSPO_SR_OPEN Fehler: Gerät fehlt'(129)
                               space.
          sy-subrc = 1.
        WHEN 2.
          PERFORM msg_v1(saplstxw)  USING 'E'
                             'RSPO_SR_OPEN Fehler: Ungültiges Gerät $'(130)
                             device.
          sy-subrc = 1.
        WHEN OTHERS.
          PERFORM msg_v1(saplstxw)  USING 'E'
                               'RSPO_SR_OPEN Fehler: $'(131)
                               sy-subrc.
          sy-subrc = 1.
      ENDCASE.
    ENDFORM.                    "spo_job_open_cust
    Thats it. We are done. If you open the spool, still you will see numbers/junk characters. if you print it in postscript printer, it will be printed correctly. If you try to print it PCL, you will get lot of pages wasted since it will print all junk characters. So please make sure you use postscript printer for this.
    Extra step for mails (if interested):
    Mails should work fine without any extra conversion/external command since it will be opened again using windows. So after the first step (compress & decompress)
    Create attachment notification for each attachment
                  objpack-transf_bin = 'X'.
                  objpack-head_start = 1.
                  objpack-head_num   = 1.
                  objpack-body_start = lv_num + 1.
                  DESCRIBE TABLE  lt_target_tab LINES objpack-body_num.
                  objpack-doc_size   =  objpack-body_num * 255.
                  objpack-body_num = lv_num + objpack-body_num.
                  lv_num = objpack-body_num.
                  objpack-doc_type   =  'TIF'.
                  CONCATENATE 'Attachment_' l_object_id INTO objpack-obj_descr.
                  reclist-receiver = l_email.
                  reclist-rec_type = 'U'.
                  reclist-express = 'X'.
                  APPEND reclist.
                  CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
                    EXPORTING
                      document_data              = docdata
                      put_in_outbox              = 'X'
                      commit_work                = 'X'
                    TABLES
                      packing_list               = objpack
                      contents_txt               = objtxt
                      contents_hex               = target_tab
                      receivers                  = reclist
                    EXCEPTIONS
                      too_many_receivers         = 1
                      document_not_sent          = 2
                      document_type_not_exist    = 3
                      operation_no_authorization = 4
                      parameter_error            = 5
                      x_error                    = 6
                      enqueue_error              = 7
                      OTHERS                     = 8.
                  IF sy-subrc <> 0.
                    RAISE email_not_sent.
                  ENDIF.
                  COMMIT WORK.
    Hope this helps. I am sure this (print/email both) can be improved further by removing some conversions/by using some other methods.Please check & let me know if you have any such suggestions or any other comments.
    Regards,
    Gokul
    Edited by: Gokul R Nair on Nov 16, 2011 2:59 AM</pre>
    Edited by: Gokul R Nair on Nov 16, 2011 3:01 AM
    Edited by: Gokul R Nair on Nov 16, 2011 3:15 AM

  • Print negative image (Ultiboard 10.1)

    We're changing from positive to negative working prototype PCB production.
    I'm trying to produce a negative track image by checking the "Print negative image" in Ultiboard 10.1
    It works but the whole page is printed black (way beyond the board boundaries) wasting ink / toner.
    I can set up a custom page size to reduce the problem but that's not a staightforward task.
    In desperation I tried changing the track/pad colors to white, putting a solid black polygon on a Mechanical layer (the same size as the board outline) and NOT using "Print negative image". That works very well (especially for irregularly shaped boards) except that "Leave Drill Holes Open" then doesn't work; or at least it does but it thinks I still want white holes whereas they should now be black.
    Anyone have any thoughts please?
    Bob

    Hello Bob,
    I have tried putting a solid polygon in and lost the holes the same as you describe. I think as you have said, the best option to save ink that works is to set up a custom page size with "Print negative image" on.
    Regards, 
    Jack. W
    Applications Engineer
    National Instruments

  • Print as image doesn't work Adober Reader X

    Recently, I tried to print out a 'For Sale' .pdf file available from autotrader.com and it split the image into two parts and didn't print out as displayed on the computer screen with an hp d2445 deskjet printer. I tried to follow a suggestion found in the forums for Adobe Reader that says to mark the 'Print as image' box in the advanced print setup part of the Adobe Reader program to no avail.
    What should I do in this situation beyond check marking this box?
    I did try another printer on another machine and it printed correctly. I called hp about this problem and they said that it was likely a problem with the Adobe Reader software or a problem with the driver for the hp d2445 printer which was purchased in 2009 but is now considered obsolete in 2011. It seems to me, that if it looks ok on the screen it should print out ok on the printer, though. So, I was disappointed for this printer. I also tried to reinstall windows 7 32 bit home premium, and reinstalled the drivers for the printer from hp.com to no avail. The troubleshooting utility for the printer indicates that all systems are go.
    -Duane

    This was happening to me with a form I created in acrobat Pro X and was testing using Reader X (accessing the fillable form from the internet so I want to make sure people can use it) for submitting.  This general preference change fixed my problem but I can't fix it for all the visitors on my website (no way to set this in the form itself after it is opened?) I can get the file to attach and create an email but only if I leave off the email address (I just enter 'mailto:' in the URL). Please let me know if anyone out there has a possible solution that will work for the web - I have an order form that can be filled out online.

  • How do i hide the "print as image"  option in the menu ?

    I need to hide the "print as image" option in the menu for some users.
    what would be the best way to do it ?
    (the result should be that the users do not see the print as image option when they want to print something
    with Adobe Acrobat reader)
    Thanx
    M.

    Hello there, you can start with this
    Check Firefox page settings
    If a web page prints incorrectly in Firefox:
    At the top of the Firefox window, click on the Firefox button, go over to the Print... menu (on Windows XP, click on the File menu) and select Print Preview. The print preview window will appear.
    In the print preview window, make sure Scale is set to Shrink To Fit.
    Make sure the Portrait orientation is set.
    Click Page Setup.... The Page Setup window will appear.
    In the Page Setup window, click the Margins & Header/Footer tab.
    In the Margins section, make sure the page margins are set correctly (the default setting is 12.7 mm, or 0.5 in).
    Click OK to close the Page Setup window and return to the Print Preview window.
    Back in the Print Preview window, click Print. The Print window will appear.
    Make sure the correct printer is shown in the Name field.
    Make sure the Print to file setting is not selected.
    If you made changes, go ahead and attempt to print the page again. If not, follow the instructions below.

  • Photoshop - Printing RAW Images

    Hi,
    I am trying to print RAW file images in photoshop.  The image appears on my iMac exactly the same as the camera.  It is printing completely different.
    I did a printer check and the printer is fine.  I printed other images from Photoshop and they are fine.  I converted the RAW images to jpg and tiff and it does not help.  The image and the camera are in RGB.  I made sure Photoshop is in RGB.  I chose to let photoshop manage the color, and then to let the printer manage the color.
    I have scoured the internet for solutions.  I contacted Cannon and they said to make sure the color selector was the same on the camera as in Photoshop.
    I have run out of ideas.
    Anyone out there know what to do?

    Hi,
    I am trying to print RAW file images in photoshop.  The image appears on my iMac exactly the same as the camera.  It is printing completely different.
    I did a printer check and the printer is fine.  I printed other images from Photoshop and they are fine.  I converted the RAW images to jpg and tiff and it does not help.  The image and the camera are in RGB.  I made sure Photoshop is in RGB.  I chose to let photoshop manage the color, and then to let the printer manage the color.
    I have scoured the internet for solutions.  I contacted Cannon and they said to make sure the color selector was the same on the camera as in Photoshop.
    I have run out of ideas.
    Anyone out there know what to do?

  • InDesign printing mirror image

    Hi,
    I am trying to print an InDesign document and it is printing a mirror image. I know this is an ID issue because Word is working fine. I have checked printer settings, etc. and "mirror image" is checked as "off." I am using a HP Officejet Pro L7580 printer. Please help. I am a Mac user and am having to figure out my way through PC stuff and it is frustrating!
    Thanks,
    Kathryn

    Hi Peter,
    I did exactly this (went to ID print menu, ignored the warning and checked
    this "mirror" box. It was set to "off." I even tried to turn it to "on" to
    see if checking the opposite box would make it print the right way. Didn't
    work of course.

  • Printing Mirror Image

    I had to uninstall my printer and reinstalled it.  It has a different properties screen now and will not let me print mirror image anymore.

    Hello @angelaw72,
    Welcome to the HP Support Forums!
    I understand that since reinstalling your  HP Photosmart 6525 e-All-in-One Printer on your Windows Vista computer that your printing preference options have changed and you no longer have a 'mirror image' option. I would like to assist you today with resolving this issue.
    Now I did some research into the HP Photosmart driver and found that the 'mirror image' option you use actually isn't built into this driver package. In saying that, this is still an option you can get. You may have previously had the mirror image option if you had a generic print driver installed for your HP Photosmart. To regain the 'mirror image' capabilities, please follow the steps below.
    How To Add An Alternate Driver:
    Click on your Start menu
    Select Devices and Printers (or just Printers)
    In the Devices and Printers folder right click on your HP Photosmart 6525 and left click on Printer Properties
    Left click on the Advanced tab
    Left click on New Driver
    When the New Driver window opens just hit 'next' until you see a list of Manufacturers on the left and a list of Printers on the right.
    Select HP as the Manufacturer on the left
    Select Deskjet 9800 as the printer on the right. If Deskjet 9800 doesn't appear than select 'Windows Update' on the bottom left and once the update completes you will be able to select Deskjet 9800.
    After selecting Deskjet 9800 hit next to complete the New Driver Wizard
    Under the Printer Properties window select 'Apply' but don't hit OK
    Select the General tab
    Rename your printer back to HP Photosmart 6525
    Hit OK
    Lastly, right click on your HP Photosmart 6525 one more time and left click on Printing Preferences
    Left click on the Paper/Quality tab
    Left click on the 'Normal' dropdown for Print Quality on the bottom right and change this to Fast Normal
    Click on the Finishing tab at the top and check the box for Mirror Image on the bottom right hand side
    Hit Apply and OK
    Now please try to print to ensure that the updated driver is functioning properly for you.
    Please respond to this post with the result of your troubleshooting. I look forward to hearing from you!
    X-23
    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" on the right to say "Thanks" for helping!

  • Differentiate b/w email attachment and an email signature image attachment

    Hello all,
    I have a java program which checks a particular mailbox periodically for new messages sent by users and once there is a new message, it processes that message and copies that message to a particular record. Also if there are any attachments associated with that email, it will take those attachments and attach them to the particular record. All this is working fine. But when a user who is sending an email has an image as part of his email signature, that image is coming as an attachment to my mailbox and my code is picking up that attachment and appending it to the record as a new attachment. Is there a way to differentiate between the normal attachments that a user sends and the email signature image so that I can check for those image attachments before attaching to my record. Any help is greatly appreciated.

    There's no standard for these sorts of "email signatures" so there's no guaranteed way to detect them.
    A common way to format such a message would be to put the message text as a text/html part
    inside a maultipart/related part, with an image/jpeg part containing the image.
    Normally attachments should be part of a multipart/mixed part, and should have a Content-Disposition
    of "attachment".
    But many mailers play fast and loose with these rules, so you may have to experiment with some
    heuristics to detect such signatures reliably.

Maybe you are looking for

  • Can anyone help me to edit this picture?

    Like the writing in the background. How can I warp the text like that? Nor curved, just straight like in the picture. http://media2.firstshowing.net/firstshowing/img6/OscarsBigFigurePosterTeleFull5803sv.jpg

  • Transfer of Open PO's from multiple co codes to single co code-  possible ?

    Hi MM Experts, I have a scenario where we want to transfer some Open PO's(Including MIGO/MIRO transactions) from company code say 5001, 5006 and 5007 to snother company code say 5999. Is it possible to do so? Has someone comemacross this kind of a re

  • How to change the width of the sheet number place holders along the bar in 3.5.2

    I wish to increase the number of sheet names shown along the bar by reducing their width to minimise having to scroll left or right , can anyone help

  • I have a macbook pro

    i have a mac book pro and i keep trying to install the flash player but every time i try it keeps telling me to close Safari but its closed every time. I've don't everything in the FAQ I've gone to my preferences and made shire that safari allows it

  • Removal of apps from iphone before syncing

    While I've trolled through various threads I must confess to being completely confused as to why itunes wants to delete all my apps or music from my iphone if I want to add a new song, ringtone or whatever.  It seems that once removed I am able to re