Gerar PDF com código de barras a partir de um SAPScript

Bom Dia Senhores!
Estou tendo problemas na geração de um arquivo PDF a partir de um SAPScript com código de barras.
Tenho um formulário SAPScript que contém código de barras, este, é gerado pela F110.
O programa precisa que este arquivo PDF gerado seja enviado por email, porém ao gerarmos um arquivo PDF deste SAPScript, o código de barras contido nele é meramente ilustrativo, ou seja, não sai com as informações certas do boleto, sai como imagem.
É de meu conhecimento que se este formulário fosse um SmartForm sairia tudo perfeito já que a transformação do SmartForm em PDF mantém o código de barras de forma correta.
Porém, se formos na SP01 e mandamos imprimir este SAPScript com a saída 'PDF Creator' ele gera o código de barras corretamente.
Minha pergunta é se alguem conhece alguma função de transformação de SAPScript para PDF que funcione corretamente, algo similar ao funcionamento do PDFCreator.
Obrigado;
Daniel Salerno de Arruda

Boa Tarde Daniel Salerno,
Tenho o mesmo problema que você tinha.
Gero um arquivo em PDF com Boleto de pagamento para enviar mas o código de barras neste arquivo é meramente ilustrativo e não consigo enviar o código para leitura.
Este formulário está em SAPScript,
Será que você pode me ajudar ?
Obrigada.
Solange Guimarães.

Similar Messages

  • Crystal Reports - Problema ao gerar código de barras de boleto

    Boa tarde a todos! Preciso de um help.
    Desenvolvi o boleto de um cliente em Crystal Reports, mas estou encontrando um pequeno problema ao gerar determinados códigos. O número de código de barras é gerado corretamente pela DLL do BankSync. Até aí tudo bem.
    Eu tenho a fonte Interleaved 2 of 5 - Regular, que é composta por 3 aquivos .ttf, e duas DLLs (que são responsáveis por converter o número gerado pelo BS em símbolos, para que a fonte traga corretamente a seqüência de barras).
    Se eu tentar pegar o campo do B1 onde é gravado o número do código de barras (BarCodeNum) e colocar diretamente a fonte, naturalmente ele vai me trazer um código de barras errado, pois antes eu devo converter essa sequência numérica! Isso eu sei.
    Estou utilizando a seguinte fórmula para a conversão no Crystal (que fica disponível depois que eu instalo as DLLs):  BarcodeI2of5 (BarCodeNum) . Ela me traz como resultado uma seqüência de símbolos, que, ao colocá-la no corpo do documento e selecionar a fonte Interleaved 2 of 5 - Regular, ele me traz a sequência correta de barras!
    Exemplo:
    Número do código de barras: 03396517100000100009415546700000000002050005
    O que a DLL da fonte retorna com a fórmula: «$Hb2!!!*JXOg!!!!#&!&¬
    O código de barras sai perfeito e é lido por qualquer leitor ótico!
    MAS AFINAL, QUAL O PROBLEMA?
    Alguns caracteres provavelmente não estão disponíveis na fonte, ou a fórmula está gerando algum caractere que não deveria, que são:
    Ç   e   ¶    (por enquanto só identifiquei esses)
    E quando o resultado da fórmula traz esses caracteres em específico em alguma posição dela, o local onde ele deveria aparecer uma sequência de 5 barras, aparece aquele retângulo característico de quando a fonte não suporta algum acento ou caractere.
    Agora eu não sei o que está errado:
    - Ou a fórmula não deveria trazer de jeito nenhum os caracteres Ç e ¶ como resultado, e obviamente minha fonte não deveria suportá-los.
    - Ou a fórmula está correta e deve realmente trazer os caracteres Ç e ¶ como resultado e o problema está na minha fonte, que deveria suportá-los.
    Alguém já passou por este problema e pode me ajudar?
    Qual das duas possibilidades é o que está acontecendo comigo?
    Já tentei instalar outras DLLs e utilizar outras fontes, mas o problema persiste.
    Preciso saber se o erro está na conversão que a DLL faz ou se está na fonte.
    Quero deixar claro que isso não acontece em todos os boletos. É somente naqueles que a fórmula retorna os caracteres citados.
    Muito obrigada!
    Aline Garroux.

    Prezada Aline, boa tarde.
         Baixa a fonte disponível neste link: http://www.netfontes.com.br/dow.php?cod=3of9_barcode, após coloque o arquivo "3OF9_NEW" na pasta "C:\Windows\Fonts" a qual será instalada automaticamente.
    Espero ter auxiliado.

  • Danfe - Impressão de Código de Barras

    Bom Dia pessoal.
    Estou com um problema na configuração do DANFE da Nota Fiscal Eletrônica. Nele existe um campo de código de barras que utiliza o padrão 128-C. Como a fonte não existe no PLD, instalamos a fonte code128 no windows, e mandamos imprimir no sap B1 com ela, mas na hora de testar num leitor de código de barras, ele simplesmente não lê a informação.
    Alguém já passou por isso?
    Obrigado,
    Diogo Conte
    Edited by: Rui Pereira on Apr 15, 2009 9:57 AM

    Diogo, infelizmente nós não nos acertamos com a Danfe em PLD.
    Partimos para uma solução em Crystal que implantamos em alguns clientes e está atendendo bem. Temos inclusive alguns parceiros usando essa solução.
    De repente esse desenvolvimento pode ser uma saída pra vocês também.
    Um abraço,
    Danilo Souza - EasyOne Consultoria

  • Agregar Código de Barra desde DI API (Add-ON)

    Hola a todos.
    Estoy desarrollando un ADD-On para la versión 9 y estoy teniendo un problema para agregar el código de barras de un producto.
    En esta nueva versión el código de barras tiene que estar creado previamente en la tabla OBCD ANTES de asignarlo a un artículo, a diferencia de la 8 en la que este campo era uno de texto y se le podía colocar lo que quisieras.
    Mi problema radica en que tengo un procedimiento dentro de mi add-on que se encarga de generar un código de barras automático cuando el usuario ingresa un nuevo artículo, pero no puedo directamente asignarlo al item como se hacía antes (Item.BarCode = XXXXX) por lo que expliqué previamente. Además, si lo hago d esta manera salta una nueva ventana para definir códigos de barra y es lo que no quiero.
    He revisado el SDK y habla de dos clases: SAPbobsCOM.BarCodesService y SAPbobsCOM.BarCode.
    El problema está en que cuando trato de instanciarlas, me da error.
                                    Dim BarCodeService As New SAPbobsCOM.BarCodesService
                                    Dim BarCode As New SAPbobsCOM.BarCode
                                    BarCode.ItemNo = Codigo
                                    BarCode.BarCode = Generar_Codigo_Barras(Codigo)
                                    BarCodeService.Add(BarCode)
    No puedo pasar siquiera del primer NEW. Alguién tendrá idea de cómo hacerlo o saber porqué generar error al hacer el new?
    También he visto que existe una clase llamada SAPbobsCOM.ItemsBarCodes pero no consigo tampoco instanciarla
    Muchas Gracias
    Saludos.

    Hola
    en la nota 1856704 aparece:
    Symptom
    You cannot add, update or delete a bar code when you use the Items object to add or update an item. You must use the BarCodeService object to do that.
    Solution
    The ItemBarCodes object is exposed as a sub object of the Items object in DI API. You can now add, update and delete a bar code when you add or update an item.
    Other terms
    SDK, OBCD, Bar Code, ItemBarCodes
    Hace referencia a la versión 9.0 PL05 y es un error con prioridad media.
    Un saludo
    Agustín Marcos Cividanes

  • Adobe PDF comes up and says "file is damaged and cannot be repaired" works fine in IE9.

    Open a Adobe PDF on this site: http://www.safehaven.com/ and this specific PDF comes up with the "file is damaged and cannot be repaired: JAN30 EUR/USD Triggers Bearish Reversal Pattern into... - MIG Bank

    there is something with the pdf itself that is stopping FF from opening it, as when i try opening the same in Crome ... there also i encounter the same problem (the file opens partially and then stops opening). But if i download the same then i can view the same in Acrobat reader properly.
    May be the way the pdf was created used something which FF s not able to render (the graphics used in charts etc)
    The work around that is available is that you download the file and save it somwhere, then open the same in Acrobat reader separately

  • Why does my PDF come out rotated when I haven't selected that?

    Why does my PDF come out rotated when I haven't selected that?

    What you are trying to do is a process that we call “refrying a PDF file,” a process that we at Adobe most strongly discourage. There are facilities within Acrobat itself that allow you to remove objects and crop pages without having to ruin the PDF by creating PostScript and then distilling that back into PDF, a potentially very lossy process. You lose all color management, all live transparency, and could have font problems in the resultant PDF file.
    The Adobe PDF PostScript Printer Driver Instance is parameterized by joboptions set in its properties. These properties have a parameter for page rotation. If the options specify automatic page rotation, you may be getting these unexpected results on the basis of Distiller's analysis of each page and trying to second guess the orientation. You should also be aware that the PostScript generated by Acrobat (and Reader) is optimized for printing on a PostScript device, not for generation of PDF by distillation.
              - Dov

  • When I get an alert from my car sat nav the music on my iphone has a long delay before it comes back on and misses a part of the track why does it do this.

    When I get an alert from my car sat nav the music on my iphone has a long delay before it comes back on and misses a part of the track why does it do this.
    It only seems to do this since an iphone download last year.......its driving me mad !

    See:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities
    To copy iTunes purchases to the computer you have to log into (authorize) the account that purchased them and them transfer
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    When associating a device with an Apple ID see the following regarding the 90 day limit.

  • Importing a PDF comes out blank

    When I import a PDF into a flowable form it comes out blank. It works if I import it static though. I did some editing on the form in photoshop, the old version (Before Editing) works fine. The edited version will not load.
    Thanks
    Rab

    Try making a new layer above the template layer in your ID file and them move all the items from the non printing layer to the new layer. Or you can just set the template layer to printing to see if that is the problem.

  • No matter what I do, all my PDFs come out as RGB, instead of CMYK.

    I am running Quark 6.5 with Acrobat version 4.0 Professional's PDFwriter on a PC, under Windows XP.
    I can only pake PDFs from my Print menu, by selecting, Adobe PDFwriter, AdobePS Acrobat Distiller or Adobe PDF Converter.
    When I attempt to use Export, it doesn't make PDFs at all. So I have to use Print.
    I have spent three days sending PDFs to the printing plant and, no matter what settings I adjust, the pre-press expert keeps on telling me thay're all arriving with RGB separation. Now he tells me it's even failing to embed fonts. So it's getting worse.
    Would somebody please help? This is killing me.

    Have you checked your settings in Preferences?
    PDF  check "Directly to PDF" rather than the other choice "Save ps for distilling later , or whatever it is, can't remember the exact wording for that other choice.
    When you then select Export to PDF you should have an options button, another window will come up with several tabs. 
    In one of the tabs you can select Composite and CMYK.
    This will create a CMYK PDF.
    I believe at one time Quark used something called Jaws to create PDFs.
    In 6.5 the presets are limited and don't have any of the PDF/x settings.
    Thank God I was able to avoid using Quark (a program stuck in a 1980's time warp) very much.

  • Pdfs come up as blank and preview and therefor cannot be printed.  Help please!

    When I am trying to print a document the psf comes up as blank so I can't print it.  Any auggestions on how to change a setting to solve this?  Thank you.

    ry the following two troubleshooting steps. One or the other will solve it!
    1.  System Preferences > Print & Scan > Print>Clear the print queue
    if that doesn't work try:
    2.
    Open the Finder.
    From the Finder menu bar click Go > Go to Folder
    Type this exactly as you see it here:
    /Library/Internet Plug-Ins
    Click Go
    Move the Adobe PDF browser plugin to the Trash.
    Quit then relaunch Safari to test.

  • PDF comes through on IPhone, pics fine text is garbled?

    Does anyone know why a pdf would show the text improperly on the IPhone? What can be done to solve it? What it looks like is that there are large capital letters spread intermittently over the real text making it illegible.
    The original pdf was created in INDesign and exported in "ebook" setting if that helps.
    Thanks
    -Bill

    Thanks for the suggestion Bill.
    You lost me a little bit in the middle of your explanation, but I think i found what you were talking about.
    I posted another picture of the screen i found with Control + D in the PDF.
    Also, I have found that i can edit the text with the advanced tool for text editing, but when i remove the extra spaces that were added, it ends up making the right hand side of my paragraph no longer uniform... as everything was previously aligned: justified... so i don't think i can fix it with that editor, unless there is a way to set alignment in in Acrobat?
    Thanks again!
    ~Alice

  • CS2 exported PDF comes out negative

    A supplied PDF ad was placed in InDesign CS2.  When the page is exported at 300 dpi, the halftone images within the ad are reversed to negative form.  Everything else on the page is ok.  Any ideas what's happening?  If the ad is rasterized in Photoshop, there is not problem.  I would just like to know what is causing this.

    I replaced the preferences and that did not work.  I played around with a few more export variations.  It appears to export fine with CS3 and CS4, so I have to agree that there's something odd in the way CS2 handles the images.  More specifically the manner in which is handles color.  In using CS2, I can achieve the desired result if I change the output color to anything BUT "No color conversion."  So it boils down to how CS2 handles the (monotone) spot black images that are created in Quark 7.
    We certainly have many options to move forward with, but no concrete answer as to why it happens.
    Thank you so much for your assistance.

  • Insert image into PDF comes up blank

    When Adding a logo to a PDF using Acrobat 11 it either inserts and displays as blank or throws up the error message "insufficient data for an image".
    Any ideas?

    Hi mnsafb,
    Considering this error message, I would recommend you to try reducing the zoom factor or go to Edit> Preferences> Page Display> Zoom and choose 'Fit page'  option or
    you can save the PDF file as Optimized PDF by going to Save as Other> Optimized PDF or Reduced Size PDF
    Please let me know if it works for you or not.
    Regards,
    Anubha

  • Como importar un eps a un pdf por código VB

    Tengo un fichero pdf y necesito colocar en una posición determinada un fichero eps que contiene un gráfico.
    ¿ Alguien sabe como hacerlo ?
    Gracias.

    Que yo sepa, "la" forma de hacerlo es en el archivo original (del cual se hizo el PDF). También se podría en un espacio en blanco, creando allí un campo de formulario y colocando en éste el EPS; pero los resultados serán siempre mejores trabajando en el original.

  • Preview-generated PDF comes up blank pages in Acrobat

    Okay, this is a weird one. I scanned some documents on a high-volume (ImageTrac) scanner into color JPG files. These, I imported into Preview and saved them as a PDF file.
    This PDF file is - of course - viewable without issues in Preview. I then sent this file to a colleague with Windows. He called me, that the file came up all empty pages. I then opened the file on my iMac with Acrobat - and lo and behold, it came up empty pages as well!
    I ended up re-creating the PDFs from the JPGs by importing them into Acrobat.
    How can this happen? I thought any PDF Preview produced would be absolutely standard?

    Well, it sure is weird. It should be standard across different PDF viewers, but apparently it isn't. I ran into this problem myself but I have yet to find the reason why this happens. If you happen to know why, I would be quite interested to know.
    A quick solution I found was saving the PDF from Preview (in Mac OS X 10.5.8). This made it so that Acrobat could read it again. The PDF was created using Mac OS X 10.6.2, using Quartz PDF Context.

Maybe you are looking for

  • Photoshop CS4  shuts down only when creating new project.

    I've had CS4 web premium since nov. 08 and everything worked fine until the most recent update from adobe. I ONLY have this problem with Photoshop cs4: when creating a new project after selecting the aspects (name, width, hight, etc.) when you press

  • Regd ORA-12560 Protocol Adapter Error

    Hi Firends, I am new to Oracle.I just installed oracle 8i Personal Edition on Windows 2000. Now I want to use SQL Plus but it is promting me for username, password and Host String. I typed Scott,Tiger for USername and for Password but I don't know wh

  • Can we rename the Apply button to RUN or GO in BI Publisher 11g?

    Hi , We have a requirement to rename the Apply button to RUN or GO. ( after selecting the parameters , we have to click the Apply button) Can this be achieved? Thanks Ashish

  • Check reversal error

    hi all while reversing check payment i got error run time error time_out has occured. payment done through f-58 pls help me on this issu thank u chandra

  • How to optimize the memory for a large labview array?

    I am running LabView on Windows XP with 4 Gb of RAM. The array is 51X256X256 complex numbers, but I want 300x256x256. The program runs out of memory when I use more than 51-53 arrays of 256X256. I do not know how to use the in place element structure