$POSITION field prints a character on PDF output

I have a $POSITION field on JFMain page.  A subform on Page2 is laid down at the $POSITION field on JFMain.  Target output is PDF only.  $POSITION field is formatted for No Print, positioned at X=0.  When generating preview a $ appears on the left at the margin on the output PDF.  This also happens on one other template only a capital M prints instead of a $.  The same type subform is on many other templates and it does not occur on those templates.  Any ideas on how to correct this are greatly appreciated.

hi Joshua, i would tend to agree with the person on your team that feels it's a font issue. if you're scheduling an export on the server to pdf then that server has to have any fonts used on the reports. there are lots of articles on this process like this one here.
if you export to ms word format in a schedule or publication from the same server you should see the same issue.
-jamie

Similar Messages

  • Barcode printing in XML report PDF output

    Hi All,
            I want to print barcode of invoice number / purchase order number in the XML report PDF output.
            Anyone please suggest me with your ideas and experience.

    Hi Bogdan,
    The steps mentioned in the doc is what i did in order.
    I couldn't understand the step # 13 & 14.
    Log in as XML Publisher Administrator
    Navigate to Administration --> Font Files --> Create Font File
    Available fields are Font Name and File
    --> for Font Name, choose any descriptive name
    --> file will browse your PC to locate the font file
    Navigate to Font Mappings -->Create Font Mapping Set
    Mapping name is the name you will give to a set of fonts.
    Mapping code is the internal name you will give to this set
    Type: 'PDF Form' for PDF templates. 'FO to PDF' for all other template types.
    Create Font Mapping (this allows you to add fonts to a set)
    Font Family is the exact same name you see in MS Word under Font. If you don't use the same name the font will not be picked up at runtime.
    Style and weight must also match how you use the font in the RTF or PDF layout template. Normal and Normal are good defaults.
    Language and Territory should remain blank (NULL) unless you have a strong business reason, as these fields can cause the font not to be picked up at runtime.
    Navigate to Configuration General -> FO Processing -->Font Mapping Set. This can also be done at Data Definition and Template level, via the corresponding Edit Configuration button on those pages. The hierarchy is Site-> Data Def -> Template.
    Select your new mapping set.
    Make sure the font is not referenced under File --> Properties --> Custom in the RTF template file.
    Under General, set a Temporary Directory. The font will be stored under a /fonts directory at runtime, initially created the first time the font is used.
    Upload a template that uses your special font and test using preview or by submitting a concurrent request.

  • Chinese character in PDF output file ?

    I have trouble to display Chinese characters (traditional Chinese) on PDF output file. Is there anyone can help ?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rene Kello ([email protected]):
    From 'Reports 6i Release Notes'...
    Reports supports PDF 1.1.
    The Adobe Acrobat Reader cannot read .PDF report files generated by Report Builder if the report contains certain types of non- English character set languages (typically multi-byte) or Unicode character set.
    Same with reports 6.
    Install Acrobat Reader 4.X. Print to Acrobat Distiller printer. Works for Baltics.
    cheers,
    Rene.<HR></BLOCKQUOTE>
    It works ! Thank you !

  • Output is not going to Printer Directly for XML (PDF) Output

    Hi,
    I am trying to print the AP Check Advice output directly to printer,using FND_REQUEST.set_print_options before submission of concurrent request. This was working perfectly,when report was RDF(with PDF) output. I changed it as XML with PDF output. Please help here.
    CREATE OR REPLACE PROCEDURE <NAME>(ERRBUFF OUT VARCHAR2,
    RETCODE OUT VARCHAR2,
    P_PAYMENT_BATCH IN VARCHAR2) IS
    L_REQUEST_NO NUMBER := 0;
    L_PRINTER BOOLEAN := TRUE;
    L_OUPTPUT_FORMAT VARCHAR2(100);
    XML_LAYOUT BOOLEAN;
    BEGIN
    -- Submit the request to Run the report
    L_OUPTPUT_FORMAT := 'PDF';
    XML_LAYOUT := FND_REQUEST.ADD_LAYOUT(TEMPLATE_APPL_NAME => 'SQLAP',
    TEMPLATE_CODE => 'SDAPBFAD',
    TEMPLATE_LANGUAGE => 'en',
    TEMPLATE_TERRITORY => 'IN',
    OUTPUT_FORMAT => L_OUPTPUT_FORMAT);
    IF XML_LAYOUT THEN
    IF l_printer = FND_REQUEST.set_print_options('bapr001',
    'PDF_PORT',
    1,
    TRUE,
    'N',
    'RESOLVE') then
    FND_FILE.PUT_LINE(FND_FILE.LOG, 'Printer Setup Completed');
    END IF;
    L_REQUEST_NO := FND_REQUEST.SUBMIT_REQUEST(APPLICATION => 'SQLAP',
    PROGRAM => 'SDAPBFAD',
    START_TIME => NULL,
    SUB_REQUEST => FALSE,
    ARGUMENT1 => P_PAYMENT_BATCH,
    ARGUMENT2 => FND_GLOBAL.LOCAL_CHR(0));
    END IF;
    COMMIT;
    END ;

    Payables: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    SDAPBFAD module: SDD Format Payments (Advice Print)
    Current system time is 01-JUL-2009 11:20:31
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_PAYMENT_BATCH='Quick Payment: ID=461458'
    Environment will now switch to UTF-8 code-set.
    Parts of this log file may not display correctly
    as a result. This is an expected behavior.
    XML_REPORTS_XENVIRONMENT is :
    /app/oapps/11.5.5/opm7ora2/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /app/oapps/11.5.5/opm7ora2/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.UTF8
    MSG-00001: After SRWINIT
    MSG-00002: After Get_Company_Name
    MSG-00003: After Get_NLS_Strings
    MSG-00004: After Get_Base_Curr_Data
    MSG-00800: Getting Payment Batch details....
    MSG-00007: After Custom_Init
    MSG-00020: After SRWEXIT
    MSG-00010: L_REQUEST_ID
    MSG-00020: Printer Setup Compeltedbapr002SDDCHECK
    MSG-00010: L_REQUEST_ID23907445
    MSG-01001: Quickcheck - deleting temporary records....
    Report Builder: Release 6.0.8.27.0 - Production on Wed Jul 1 11:20:31 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 23907442 on node HOUN35 at 01-JUL-2009 11:20:42.
    Post-processing of request 23907442 completed at 01-JUL-2009 11:20:48.
    ------------- 2) PRINT   -------------
    Printing output file.
    Request ID : 23907442      
    Number of copies : 1      
    Printer : bapr001
    Finished executing request completion options.
    Concurrent request completed successfully
    Current system time is 01-JUL-2009 11:20:49
    <stdin>: The file is damaged and could not be repaired.

  • PO output medium as 'External Send' for Language BG giving '#' instead of character in PDF output

    Hi Experts,
    When we maintain the PO output medium as ‘External Send’ for Language ‘BG’, the PO pdf is showing # instead of character.
    But, if the output medium is PRINT and language is ‘BG’, the PO pdf prints correctly in BG language.I have checked the output type
    NEU and find that same smartform is maintained for both the case.
    Also it is working fine in the Quality as well as in development server.. issue is coiming only in PRD.
    Thanks in advance!!
    Regards
    Mrinal

    Hi,
    PLease review the steps from SAP note 191470.
    Best Regards,
    Arminda Jack

  • XMLP is unable to parse German Character(ü) in PDF Output.

    Hi friends,
    The problem i'm facing..like in XML output i'm getting German Character(ü) however i can not get the output in PDF preview .
    So as per suggestion i have checked the steps :
    Under $COMMON_TOP/util/java/1.4/j2sdk1.4.2_04/jre/lib/fonts path the necessary ttf files are present. Those Files are
    1. ALBANYWT.ttf - "single-byte" characters only
    2. ALBANWTJ.ttf - Unicode font with Japanese
    3. ALBANWTK.ttf - Unicode font with Korean Han
    4. ALBANWTS.ttf - Unicode font with Simplified Chinese
    5. ALBANWTT.ttf - Unicode font with Traditional Chinese Han Ideographs
    6. ADUO.ttf and ADUOB.ttf (Support German Font)
    Below is the OPP LOG..
    Caused by: java.io.UTFDataFormatException: 6-byte UTF8 encoding not supported.
    at oracle.xdo.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:237)
         at oracle.xdo.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:120)
         at oracle.xdo.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
         at oracle.xdo.parser.v2.XMLReader.fillBuffer(XMLReader.java:2229)
         at oracle.xdo.parser.v2.XMLReader.skipWhiteSpace(XMLReader.java:1974)
         at oracle.xdo.parser.v2.NonValidatingParser.parseMisc(NonValidatingParser.java:331)
         at oracle.xdo.parser.v2.NonValidatingParser.parseProlog(NonValidatingParser.java:300)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:280)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    please Suggest...what to do next

    Hi Tim,
    Thanks a lot for the reply. I just generate the data file (XML data) without attaching the Template with concurrent report program. I don't know the set up for UTF8 (6-Byte) character.
    Can i change it from 6-byte to 8 or 16 byte UTF8..?
    Thanks and Regards,
    Swain

  • Using Field values as part of PDF output file

    Hello,
    I was wondering if it is possible to use information in the *.dat file to create the name of the *.pdf file which will be sent (by email) to our customer automaticly.
    So let say there is a field "GLOBAL ORDNO" with a value "1042193" in the datastream and I want to have the PDF to have the filename "confirmation for order 1042193"
    Is this, or a similar construction, possible?

    You would have to write your own program, perhaps using VB, to locate the ^GLOBAL ORDNO line and then extract the data from the next physical line. The program would then put this data in the jfserver.ini file as the value for one of the User#= variables (such as "user1") that are defined there. Then the jfmerge step that creates the PDF could reference that variable (-zc:\temp,@user1..pdf). I've never used the user variables so I don't know that you can reference them like that but the manual seems to indicate it will work. It would be easy to test by manually changing the jfserver.ini file to see if it is possible. If it works, then the custom agent to extract the value and set the variable could be written. (Manually changing the file may not work because I see that the manual indicates these variables are reset at the beginning of each job, but it also states that default values can be defined within the jfserver.ini file - testing will let you know.)
    Check out the "Creating a Custom Agent" chapter in the "Working with Central" manual. In my Windows version 5.5 manual it is section 6 and starts on page 45. This not only tells what is required to set up Central to run the agent but explains about the user variables. Section 4 in the same manual explains about using substitution variables.
    Unfortunately, if you aren't a programmer it may be difficult to create the custom agent to extract the value and create the "jetform.rsp" file for setting the variable in the jfserver.ini file. We have many custom agents but none do anything like this, though it would be a simple program to write.

  • Some of Chinese character is not displaying correctly in PDF output

    Hi all
    I'm involved in the 1st Peoplesoft project in Korea and having a difficulty with displaying Chinese character in PDF output.
    Usually Koreans can translate their name in Chinese and that Chinese name is displayed in personal information in their company as well as Korean name.
    With Oracle BI Publisher I made rtf template that includes employees' Chinese name and tried to export to PDF output.
    Most of Chinese character was fine but '李' character that was ok in HTM output was crashed in PDF output.
    So I researched and tested some solutions.
    Here's what I did.
    I downloaded and installed five fonts(ALBANWTS.ttf, ALBANWTT.ttf, ALBANWT.ttf, ALBANWTK.ttf, ALBANWTJ.ttf) in client machine(c:\windows\fonts\) and did mapping job with xdo.cfg configuration file.
    After that I previewed PDF output in the rtf template and checked embeded fonts in the PDF file.
    I can see the newly installed font was embeded but still '李' character is crashed.
    My problem is little bit different from others becuase only one Chinese character is crashed by for now.
    The Chinese character '李' is very common last name in Korea and I believe Simplified Chinese character font have in it.
    Please let me know if you have any solutions or experiance.
    Thanks and best regards
    Kwangbock.

    Hi James
    Oh~ It perfectly works!!
    I've been tried to solve this problem for a long time and
    I really appreciate for your help~
    Thanks~
    Kwangbock.

  • How to Prind Barcode font In the PDF output

    Hi Guru
    I have designed the RTF file in word In which one of the field is barcode field , I have loaded the XML Data to the RTF
    when I submit the concurrent program and view tha output as PDF file the barcode field is give me data like this 12132145 but here i want to barcode font (symbol ) how come i bring that font to my PDF output when i sumbit the request and view the o/p ... How to design that in RTF please ur suggestion
    Thanks
    AT

    Hi Guru
    I am able to bring the barcode font in the RTF template but in O/P PDF file Barcode Font is not printing advice me
    I have done this so far
    1)Copy new font IDAutomationHC39M file to Windows/Fonts directory.
    2)Copy xdo.cfg in C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\config directory.
          <font family="Troy E-13B" style="normal" weight="normal"> 
            <truetype path="C:\WINDOWS\fonts\Troy E-13B.ttf">  
          </truetype></font>
          <font family="IDAutomationHC39M" style="normal" weight="normal"> 
            <truetype path="C:\WINDOWS\fonts\IDAutomationHC39M.ttf">  
          </truetype></font>I what the barcode font(symbol) to be printed in my result PDF Output plz advice me
    Thanks
    AT

  • PDF output not printing specific Czech character

    Hi,
    On the XML template i have harcoded some Czech characters like, měna & Peněžní
    if any Czech character has small v on top of the character, then the report output prints as ? instead of that character. For examplae, měna & Peněžní in PDF output prints as m?na & Pen??ní . It prints rest of the Czech characters correctly. The issue happens only with PDF output. When i keep the Format as EXCEL then it prints the Czech characters correctly. Can any one help me on this issue.
    Thanks
    Shankar

    Can somebody help me on this.
    Thanks,
    Shankar

  • PDF output in character mode

    Hi,
    We are trying to print a XML out put in PDF format using dot matrix printer. The problem is, the dot matrix printer is printing in graphic mode, i.e. each line is printed as two halves. We need each character to be printed as a whole character. Due to graphic mode printing the report is not legible. Suggest some font that can be used in the template which will appear legible in dot matrix.
    Or any other way to print the PDF output in character mode.
    Regards,
    Anupam

    Hi,
    this sounds like a printer driver / firmware issue. I'd suggest to discuss that issue with the printer vendor and maybe get support from them to get the printer working for PDF files.
    Another option is to put some filters in the print queue to convert the PDF into other formats, bitmap or postscript or whatever the printer understands.
    I don't think this is a problem related to BI Publisher, as long as the PDF displays fine on your screen.
    best regards,
    David.

  • Can't able to print Non English data properly in PDF Output

    Can't able to print non english data properly
    Example:
    I want to print the germen data (Währung),But it printing like this (Währung) in PDF out put
    What the changes i have to do to achive this
    Thanks&regards
    yamini

    Hi Yamini,
    I think this happens when you look at utf-8 in Windows wiith another character set. I've noticed that the XML file (and hence the PDF output) displays those characters when I preview reports on the BI desktop, but the output from the server is fine, so I don't worry about it.
    Tore.

  • Report Pdf output getting Junk characters for some boiler Plate fields

    Hi All
    For Dunning Letter Report registered in Oracle Applications,made changes in Column headings like added customer number as Kunde for German Letter
    but in pdf output it's appearing as junk characters even date field is happening like that. It's happening for German, Spanish, Italy and French Letters. Working ok for Netherlands, English.
    any input to fix this solution will be great
    Thanks
    Kamalakar.G

    Maybe you check the NLS_LANGUAGE-settings on the client where you "edit" the reports-definition.

  • Special character displaying as ? in PDF output

    Hi,
    I am generating BI publisher report through Oracle application.
    My Pdf output is ok for Finnish and German language. But for polish font I am getting ? in PDF output. When I open XML file it says
    " The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    An invalid character was found in text content. Error processing resource"
    In database Polish font is stored perfectly.
    I tried this <?xml version="1.0" encoding="UTF-8" ?> for generating XML. But I did not work.
    I do not know what is the problem. Please help me.
    Regards,
    Faiyaz

    create or edit xdo.cfg file.
    For XML Publisher Desktop it is ( in my case) c:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\config\.
    Find section fonts, add your font, that support polish. like that
    <font family="Times New Roman" style="normal" weight="normal">
    <truetype path="C:\WINDOWS\Fonts\times.ttf" />
    </font>
    For XML publisher is Note:399518.1. I think it can help you.

  • Report cant print Chinese character properly when direct output to printer

    I have follow the instruction {How to Print PDF/UTF8 in R12? [ID 778970.1]} {PASTA 3.0 Release Information}
    I am able to print the chinese character properly in PDF format. (direct to printer)
    However, some standard report like "Final Payment Register" "TEXT format" NOT able to print chinese character(direct to printer)
    When I preview the report it can display chinese character properly.
    Please advise

    However, some standard report like "Final Payment Register" "TEXT format" NOT able to print chinese character(direct to printer)
    When I preview the report it can display chinese character properly.Please see (What Happened To The Preliminary And Final Payment Register In R12? [ID 746339.1]).
    Thanks,
    Hussein

Maybe you are looking for

  • Sync between address book and google

    I have been driving myself nuts all day with this. Here's the scenario: a) I do not use mobile me. b) I have my address book on the mac setup to sync with google contacts (10.6) after it is initially setup: 1) if I add a new contact to my google cont

  • Latest Version for the round 802.11b/g AirPort Extreme base station.

    Is v5.6 still the latest version? I have been looking on the website for almost 2 hours now and I can't even find v5.6. I heard it was pulled in 2005 but I still don't see a replacement.

  • Cannot use my Skype - Prepaid 12 Month Unlimited U...

    First, don't tell me to contact Skype customer support. They are worthless. Made the mistake of buying this Prepaid 12 month unlimited etc. from Newegg at a discount - to use on my current Skype subscription. The validation was never delivered. And a

  • Ipod major problem Help !!!!

    I just got an ipod day b4 ..its d video ipod wid 30Gb space... I connected my ipod wid USb and downloaded songs into it... everything was fine.. Until next time wen i was trying to put video into it.. it just got hanged and nothings working now... it

  • Yahoo toolbar disappearing

    I downloaded FF7 yesterday, and I went to re-install the Y! Toolbar, and it's ok until I close FF. When I re-open FF, there's no Y! toolbar there. Can you help?