Barcode printing with barcode.dll

Hi,
When I am trying to print barcodes, at the end of barcode it prints the control character sequence which is their in suffix control of barcode.
Could you please tell me what needs to be changed.
Thanks and regards,
Anoop

I think barcode printing via device type POST2 isn't supported by SAP Script forms.
I found out that this is supported by SMARTFORMS, as you can see in the documentation.
http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
- Steffen

Similar Messages

  • Barcode printed with Adobe Reader XI cannot be recognized by barcode reader

    Dear Support,
    We are generating barcode and convert it into pdf using Crystal Report for .NET Framework 2.0.
    The pdf is opened with Adobe reader XI / FoxitReader 4.3.1. And it is printed with Avery Dennison AP 5.4 300DPI.
    When the pdf is printed with Adobe reader XI, the barcode cannot be read with barcode reader, but when it is printed with FoxitReader 4.3.1, barcode can be read with barcode reader.
    I've compared the two printed barcodes and found Adobe printed the lines thicker and the characters wider. Thus, two lines sticked together and become 1 line. As result, it cannot be recognized by barcode reader.
    Could you explain why did this occur and how can I fix it in Adobe? Are there any settings I can change to solve it?
    Thank you very much.
    Operating System: Windows Xp or Windows 7
    Application: Adobe reader XI or FoxitReader 4.3.1

    Thanks Pak,
    I've attached the pdf on:
    https://files.acrobat.com/preview/47dde05c-4835-4bdc-881f-c406f8056f01
    As the problem I've described in the post only occurs on specific printer, I've found a way to reproduce the barcode problem in most of the printer.
    From the pdf I've provided, you may print it with Adobe and Foxit, using a printing scale of 190%.
    For the Adoble one, you may observe some white lines in between the labels, and the Foxit, there are no white lines.
    I do believe that two problems are related. Do you have any idea on that?

  • Printing with SDK 1.4

    Hi,
    I have a couple of questions regarding the new print api that comes with JSDK 1.4, JPS.
    1. We have a barcode printer, which we'd like to print using Java JPS. Our attempts are shown here:
    DocFlavor doc_flavor = DocFlavor.SERVICE_FORMATTED.PRINTABLE;
    PrintService print_services[] = PrintServiceLookup.lookupPrintServices(doc_flavor, null);
    DocPrintJob print_job = print_services[0].createPrintJob(); // 0 is the barcode printer
    ShapesPrint data = new ShapesPrint();
    Doc doc = new SimpleDoc(data, doc_flavor, null);
    try {
       print_job.print(doc, null);
    catch(Exception e) {
       e.printStackTrace();
    }We could print, with this code, using our laser printer. However, while trying to print via the barcode printer, we received:
    java.lang.ArrayIndexOutOfBoundsException
    at sun.print.Win32PrintService.getDefaultAttributeValue Win32PrintService.java:786)
    at sun.print.Win32PrintJob.printableJob(Win32PrintJob.java:413)
    at sun.print.Win32PrintJob.print(Win32PrintJob.java:342)
    at print.printtest.<init>(printtest.java:39)
    at print.printtest.main(printtest.java:50)We decompiled sun.print.Win32PrintService to see what went wrong. What we noticed that it may be something with defPaper value. Then, we checked in our debugger, the value of printservices.defPaper, which showed 261. Is it something we do wrong, or is it related with the printer driver?
    2. How does JPS gather information about print services (PrintServices)?
    Thanks in advance.
    Muzaffer Ozakca

    Hi again,
    We found a workaround by adding:
    HashPrintRequestAttributeSet attr = new HashPrintRequestAttributeSet();
    attr.add(MediaSizeName.ISO_A9);
    // and
    PrintService selected_service = ServiceUI.printDialog(
         null,
         100,
         100,
         print_services,
         default_service,
         doc_flavor,
         (PrintRequestAttributeSet) attr);So, instead of requesting a default paper, we set it to a known value avoiding an exception.

  • I want to print with black ink only, the OFFICE DEPOT salesman told me that he turned off the color.

    I want to print with black ink only, the OFFICE DEPOT salesman told me that he turned off the color.  I don't want to buy colored ink,  I don't use it.

    HI,
    Welcome to the HP Forum!
    topdog3647 wrote:
    I want to print with black ink only, the OFFICE DEPOT salesman told me that he turned off the color.  I don't want to buy colored ink,  I don't use it.
    Please identify your notebook/pc /printer.
    Look at the base/rear/side of the notebook/pc/printer at the barcoded sticker.
    Post item number 2 as seen on the following example of an HP notebook's barcoded sticker. The barcode on your HP product may be slightly different in appearance, but will still have the important information needed for us to help you.  
    ###Do not post the serial number of your product as it is personal information.###
    If your printer is a laser printer then simply go to print preferences and select grayscale printing
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • C++ Debug Assertion Failed! - when printing with LOCL method G and GUI 620

    Hi all
    I've just raised an OSS message with SAP but don't think they'll help as the GUI version is no longer supported... if anyone else has come across this though and has any suggestions that would be great...
    Thanks
    Ross
    Hi
    We recently upgraded a few users to the 720 SAP GUI and had issues with LOCL printing, as we were still using the older "F: Printing on Front End computer" method of printing. As per SAP Note "Note 821519 - Front-end printing with control technology" the solution is to use method "G: Front end printing with Control Tech".
    However, we now get an issue with SOME users who are running the SAP GUI 620 patch 57. When they try and print to LOCL they get a pop up dialog box error:
    "Microsoft Visual C++ Debug Library
    Debug Assertion Failed!
    Program: C:\Program Files\SAP\FrontEnd\SAPgui\saplogon.exe
    File: fputs.c
    Line: 48
    Expressiom: steam != NULL"
    I appreciate that this old GUI is no longer supported BUT the SAP note states that 620 patch 56 is the minimum level for method "G" to work - and previous testing showed that it DID work ok. It seems only some of the 620 patch 57 users are affected - just wondering if you can advise why and if there is a 'quick fix' for this, perhaps an updated fputs.c file or something?
    The issue is that we literally have thousands of users on this version and cannot roll out 720 quickly enough & without some additional testing/costs etc. We have a 710 patch 18 version we can roll out but this can cause IE8 issues... neither do we wish to revert to control method "F" as this will then 'break' printing for those users.
    We have created a LOCL_OLD printer with method "F" but some users (for various reasons, including hard coded printers in bespoke transactions) cannot select this and have to use LOCL...
    If you are aware of the C++ debug assertion error and have any possible solutions that would be much appreciated.
    Many thanks
    Ross

    > I appreciate that this old GUI is no longer supported BUT the SAP note states that 620 patch 56 is the minimum level for method "G" to work - and previous testing showed that it DID work ok. It seems only some of the 620 patch 57 users are affected - just wondering if you can advise why and if there is a 'quick fix' for this, perhaps an updated fputs.c file or something?
    fputs.c is a source file that is used to compile the GUI. The assertion is thrown because an expected condition is not met. So even if you would take out the assertion, there's no guarantee it'll work because "something" on the operating system is not right.
    I suggest you compare installed software and windows hotfixes on the affected PCs vs. those who don't show this error. The error may also be that after the installation of the SAPGUI another software product was installed that replaced certain DLLs that are also used by the SAPGUI.
    Markus

  • How do I use a regular printer with my iPhone?

    How do I use a regular printer with my iPhone?

    you can't unless it's an AirPrint enabled printer or you purchase a 3rd party app like printopia.

  • How can I print with the black and white cartridge only?

    I am trying to print using the black and white cartridge only because magenta is out of ink but I'm getting the following error message in HP Photosmart C7200 series print dialog:
    The printer is out of ink.
    The following ink cartridges are empty: Magenta. Replace these ink cartridges to resume printing.
    How can I print with the black and white cartridge only?
    Mac OSX 10.7.3
    HP Photosmart C7280 (7200 series)
    This question was solved.
    View Solution.

    I am absolutely disgusted by this; clearly a scam from HP to make more money by selling extra ink cartridges!!  I will make sure to never buy any products from the shoddy rip off merchants at HP ever again!!
    You should be ashamed!!

  • Unable to print with my Canon PIXMA IP 4700 and JetDirect network appliance

    After many tries I decided to post my question.
    I have a Canon PIXMA IP 4700 connected to the network with a Jetdirect 175X box. So I tried to add a new printer with a "HP Jetdirect Socket" port. I have previously installed the driver from the official website. The test page is staying on the spooler.
    I also tried with LPD port (supported by the Jetdirect box) and IPP but nothing is working.
    When the printer is directly connected with USB, it's working fine. Printing from my others Windows computers is working fine too since many months.
    Thank your for your help.

    Hello and welcome to Apple Discussions.
    Your problem is being caused by the Canon driver. It cannot be used when the printer is connected to the USB port of a 3rd party print server, or if shared by Windows.
    The solution is to use a driver like Gutenprint or PrintFab. Gutenprint is preferred because it is free (it ships with OS X) however the iP4700 is not listed as a supported model. The iP4600 is listed so you could try selecting this model in the Print Using menu (shown as Canon PIXMA iP4600 - Gutenprint v5.2.3). If the iP4600 Gutenprint driver does not work that well then you could look at using [PrintFab|http://www.printfab.net] which does support the iP4700. It costs €49 but there is a 30 day trial so at least you can try it before committing to buying.
    Another option would be to use a Airport device, like the Express, instead of the Jetdirect print server. With the printer connected to its USB port you can then use the Canon iP4700 driver on the Mac.

  • How to print with HP Deskjet 2510 with Imac G5 on Tiger ?

    Hi Folks
    I desperately need some helping hand....
    Today my old trusty printer died (HP 1510 print/scan/ copy) and I ran to buy another one because I need to finish some tax paperwork.
    In a mad hurry, I didn't pay any attention to tech specs and I went home with brand new HP DeskJet 2510 All In One device. But !!! : ((
    In my home office I still use Imac G5 with 10.4.11 which is still pretty good comp for office work but I found out that the HP 2510 don't officially support my Imac with Tiger. Only from 10.6 and later.... I know that Imac G5 can't run nothing above 10.5.
    So, is there any way to "force" HP 2510 to somehow recognize my Imac G5? In "about my mac" on USB port, the HP 2510 is visible ....
    Many thanks in advance.
    Cheers,
    Sven

    So, is there any way to "force" HP 2510 to somehow recognize my Imac G5?
    You may be able to get it to print with something like this:
    http://gimp-print.sourceforge.net/MacOSX.php
    although i do not see taht modle on the "Supported Printers" page. You might look again.
    BUT that workabout does not support scanning, only printing.
    I think you need to return the printer and look to either Canon or Brother. Brother especially has been better about suporting older Mac OS versions but you'll still need to get a model number and search the maker's site BEFORE buying to see if they show older drivers for download.

  • Remote printing with iPad

    I have installed the HP Print app on the iPad and have no issues printing when I am on the local net work. When I try and print when I am not on the network I receive an error that states: "oops we cannot complete the print job please try again" and there is a retry or cancel selection. My printer is set up with an email address. I can print from my Samsung note 2 using the HP Print app with no issues either on the network or off. Any ideas?

    Have you tried the ePrint mobile app?
    http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile-Printing-and-ePrintCenter/How-to-Print-with-an...
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • HP D110 AIO printer. Prints jam when printing with wireless, but not when hooked to USB cable! HELP!

    I have a HP D110. It jams the paper when I print with wireless, but not when I use USB cable. Any ideas?

    From what you describe you are having issues printing from MS Office. Have you had trouble printing from other resources on your computer (e.g. from the internet or another program)? The first thing I am going to suggest is that we start by uninstalling and reinstalling the printer from the resources available online. 
    First if you use a USB cord, make sure to remove it (this is important). Do not plug it back in until the software directs you to. Then go through the Devices and Printers, Programs and Features and Device Manager folders and insure that all copies, files, and programs related to the printer are removed. Then as directed, restart the computer. 
    In the START menu type "%temp%" and press ENTER. Here I want you to press Ctrl+A and hit DELETE. Some of the files will not allow you to delete them, skip those files and delete the majority that allows it. 
    http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=3562006&lang=en&cc=us...
    Install that and let me know the result! 
    Have a great day!

  • How to connect my cannon mx470 series printer with bluetooth to my mini mac?

    how to connect my cannon mx470 series printer with Bluetooth to my mini mac

    Does the printer actually support BlueTooth? If the printer is wireless, then most likely it uses Wi-Fi. Did you read the user guide that came with it? Or contact Canon tech support at their website.

  • I have an airport extreme.  i am trying to connect a laptop with windows 7 to a wireless printer, with no luck.  any ideas?

    I have an airport extreme.  i am trying to connect a laptop with windows 7 to a wireless printer, with no luck.  any ideas?

    The problem is not the router.. the issue is the vpn has put your computer in a different IP range with a different gateway. When you turn off the vpn the computer returns to local lan and can print.
    Some vpn software allows you to set gateway to use local net instead of remote gateway or access to other webistes or local lan.
    Read up the issue.
    http://stevejenkins.com/blog/2010/01/using-the-local-default-gateway-with-a-wind ows-vpn-connection/
    Cisco vpn client..
    https://supportforums.cisco.com/thread/239113
    I did not search much.. just grabbed the first article I could find that explains the issue.
    The whole point of the vpn is whilst it is connected your computer is NOT part of the Local Lan .. it is part of the Remote LAN via the vpn tunnel.
    It is also a security risk using split tunnelling so often it will not be allowed.
    Plug the printer directly into the computer via usb or whatever.. Local connection will work.. not local lan.

  • Report printing with BI pubisher - 500 Internal server error

    Hi,
    I was having problems using BI publisher to print with. I thought we didn't have it at first, however since found we do have BI Publisher Enterprise edition.
    When I put the settings into APEX, reports don't display as expected. I get
    report error:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.Now if I navigate to the URL in my web browser, http://[server]:[port]/xmlpserver/convert, I get a 500 - Internal Server Error page. The requets is definitely hitting something because if I change "convert" to say "convert1" then I get 404 (as expected). So it seems as if convert is found but then a problem occurs.
    If I navigate to just http://[server]:[port]/xmlpserver/ then I see the BI publisher enterprise login screen.
    Any ideas what might be causing this or what I could do to resovle it?
    Our APEX instance is on a unix box and BI on a M$ box if that matters (long story)?
    Thanks

    Ignacio Cobos wrote:
    Hello
    >
    > I get this error when i try to access to Bex Analyzer
    >
    > ERROR: URL used, "http://sesue:50300", is not fully qualified.
    > A fully-qualified URL has a schema with the format "<protocol>://server.company.com:<port>". URLs with the format "<protocol>://server:<port>" or "<protocol>://<ip address>:<port>" are not fully qualified.
    > See SAP Notes 581329 (Not possible to implement) , 596698 (Not possible to implement) and 654326 (Not yet released)
    >
    > Can anybody say me any idea how to solve the problem?
    >
    > Thanks in advance
    Dear Cobos, For FQDN related issues : Set profile param "icm/host_name_full" with corresponding FQDN via RZ10 transaction. Also check login/create_sso2_ticket & /accept_sso2_ticket parameters in the profile you have created.  Instead of "http://sesue:50300" you may to have the URL like "http://sesue.domain.com:50300//SAP/BW/BEX/". Please refer this #scn article for more details : http://goo.gl/QPlrx Similar Issues : http://goo.gl/mRCh0 Hope it helps. Thanks.

  • Printing with PSE 8 for Mac

    Hi,
    hope some of you may give me some help.
    Have tried to print with PSE 8 for Mac, but in the printing options there is none where i can choose the type of paper (ie: glossy, premium glossy....).
    My printer is an Epson Stylus Photo 1400.
    It works fine with iPhoto, here i can choose paper type. And prints come out fine.
    Thanks for any advice,
    dangerly

    My printer is a Canon so not entirely sure if this helps but when I print from PSE 8 I do not get to choose the media type until I have clicked on the print button in the PSE dialog box. I am then presented with the dialog box for my printer where I can set the media type amongs other attributes.
    It is normal for the media type to be the job of the printer driver so perhaps it is the same for your printer.
    Jim Graham

Maybe you are looking for

  • Hard Disk not detected on Elite Workstation 8770w

    First and for most the battery of the laptop is dead or not working anymore so the bios date keep restoring to  default, but when the battery is connected, then when i was tried to use my win 7 professional installer just to view the partition of the

  • Text touch-up tool in Acrobat 9 not working

    Does anyone know if this is a glich in CS4 or if I'm doing something wrong. When I click on the text touch up tool in Acrobat 9 (comes with CS4), nothing happens. The arrow doesn't change into a text tool so there's no way to fix text in a PDF.

  • How do I create a new page for a new subscriber under a domain?

    I have a domain where I want to give each member a subdomain under the domain such as http://www.mydomain.com/Joesdomain.com ? I have a login membership page set up currently with opt in subscribers.  I want to give each person a backoffice with emai

  • VBox.setAlignment has no effect?

    I want to align a bunch of nodes along their right edge. I tried putting them in a VBox and doing vbox.setAlignment(Pos.TOP_RIGHT); but it seems no matter what I use for the alignment they are always aligned to the left edge. I'm using build 42. Is t

  • Is it possible to install and run RMAN remotely ?

    Is it possible to install and run RMAN on a separate remote network-connected platform from the platform of the Oracle DB instance with which RMAN was initially installed without any additional licensing ? I.e. is it possible to copy the RMAN executa