Re:"The PDF Output with the Chinese Character"

Hi all
i understand that Reports Developed Using the Reports6i
are not able to support the Lang Char eventhough the datbase is UTF8.
Has some one desinged and tested the same for Reports9i.
if yes please email me at [email protected]

Hi Jai
You have two options in Reports 9i if your output format is PDF.
1. PDF Multibyte Font Aliasing feature
2. PDF Font subset feature
If your output format is RTF, Reports 9i fully supports UTF8 character set.
Read the following article on OTN:
http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/pdfenh.htm
Regards
Sripathy

Similar Messages

  • How to download the chinese character using GUI_DOWNLOAD

    How to download the chinese character using GUI_DOWNLOAD from SAP 4.6c

    Hi,
       Make sure that the chinese font is installed in your system, because when you download in excel, the character formats are taken from the Frontend.  For detail see the below thread.
    [link1|Re: Download Chinese character]
    Thanks,
    Asit Purbey.

  • How can show the Chinese character in Oracle Report Graph on RedHat Linux?

    The OS is RedHat Linux and I set NLS="SIMPLIED CHINESE_CHINA.ZHS16GBK" in %ORA_AS_HOME%/bin/reports.sh
    The report file is a JSP Web Report, including Chinese character in web HTML text and graph.
    Now Chinese character in HTML text can be displayed correctly but the Chinese character in graph can not be display.
    Anybody can help me? thanks a lot.

    The report server is 9i and it is running in Oracle AS 904.
    And set NLS_LANG="SIMPLIED CHINESE_CHINA.ZHS16GBK" in %ORA_AS_HOME%/bin/reports.sh

  • The Chinese character appear once i try to install itunes and the installation failed.

    The Chinese character appear once i try to install itunes, i don't know what it said but i can't install it any solution to this? I wanna bring my info on iphone 4 to my iphone 5 which i just bought it recently after lost my last one

    Uninstall iTunes and reinstall it.

  • PDF Output with javadoc

    Somebody once asked how to create PDF output with javadoc, so here's some work in progress:
    I am currently creating a PDF doclet which creates directly PDF output from javadoc. It's still in alpha stage, because it does not yet create an index or navigation frame (which is mandatory for the PDF to be useful), and most HTML tags are not yet interpreted. But that's gonna improve over the next few weeks.
    http://sourceforge.net/projects/pdfdoclet
    Bye,
    Marcel

    Hai Marcel,
    How to run this pdfdoclet?
    I tried like:
    javadoc -doclet com.tarsec.javadoc.pdfdoclet.PDFDoclet -docletpath d:\For_PDF_Doc\itext-0.92.jar;d:\For_PDF_Doc\pdfdoclet.jar *.java
    And the result is:
    Loading source file Test.java...
    Constructing Javadoc information...
    pdfdoclet: >> OPTION 0: -doclet
    pdfdoclet: >> OPTION 1: -docletpath
    pdfdoclet: Content completed, create index
    pdfdoclet: *** PDF DOCUMENT api.pdf COMPLETED ***
    Nothing is there in api.pdf!
    anu

  • Can we Compare PDF Output with CSV format

    Team,
    Can we Compare PDF Output with CSV format.
    In Excel I need to two text boxes asking us to browse the files and compare the files PDF & CSV format.
    Please suggest me if we have solution for this.
    Thanks!
    Kiran

    Hi
    I'm afraid the Excel Application does not support this function currently, I am suggesting you to take advantage of a third party component to achieve this goal.
    Thanks for your understanding.
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • The output of sql loader displays '?' for the chinese character

    I'm run the sql loader to import the data. The following is the ctl script:
    LOAD DATA
    CHARACTERSET ZHS16CGB231280
    APPEND
    INTO TABLE xxabc_gti_feedback
    when (5:6) ='~~' and (8:9)='~~'
    FIELDS TERMINATED BY "~~"
    TRAILING NULLCOLS
    absoluted
    ,exist_lists
    ,invoice_type
    ,invoice_category_code
    ,invoice_number
    ,line_count
    ,invoice_date DATE "YYYYMMDD"
    ,invoice_month
    ,trx_number
    ,amount_without_tax
    ,tax_rate
    ,tax_amount
    ,gti_feedback_id "xxban_gti_feedback_s.nextval"
    ,creation_date sysdate
    ,last_update_date sysdate
    EBS version: R12(12.0.4)
    The characterset of database is UTF-8
    The file characterset is GB2312
    The following is the example of data file.
    SJJK0201~~已开发票传出
    39~~20110413~~20110413
    //发票1
    0~~0~~0~~325676740~~11085979~~3~~20110413~~04~~~~3336.71~~0.17~~567.24~~珠海XX机电设备有限公司~~440407897878~~珠海市香洲区XXX 0756-3666666~~建行前山支行777777~~XX电子(苏州)有限公司~~32170078678890~~苏州工业园区 6267565~~中国银行园区支行25456672~~1653\n31263\n67126~~XXX~~XXX~~XXX
    0~~aaa~~P83782~~个~~2~~6854.70~~0.17~~1165.30~~4010~~1~~1601
    1~~bbb~~~~~~~~-4065.00~~0.17~~-691.05~~~~1~~1601
    0~~ccc~~P80792~~个~~4~~547.01~~0.17~~92.99~~160~~1~~1601
    I create a sql*loader concurrent program to load the data. the data can be loaded into the table successfully(The chinese customer name is correct). Only for the aborted lines, it will be listed in the outtput of the concurrent request, but out of my expect, the chinese characters in the output are displayed as '?'.
    How to solve the issue? Thanks.
    Edited by: 852938 on 2011-4-17 下午10:41

    like the following:
    SJJK0201~~??????????
    39~~20110413~~20110413
    //???1
    0~~aaa~~P83782~~??~~2~~6854.70~~0.17~~1165.30~~4010~~1~~1601
    1~~bbb~~~~~~~~-4065.00~~0.17~~-691.05~~~~1~~1601
    0~~ccc~~P80792~~??~~4~~547.01~~0.17~~92.99~~160~~1~~1601
    You can find that any chinese characters are became '?'. The loaded line(Line 4th) is not listed in the output.
    Thanks for your quick answer! :)

  • Issue while parsing the chinese character from Mime Message

    Hi,
    I have a issue with the chinese characters while parsing the mime message (MimeBodypart). In the MimeMessage charset is mentioned as "gb2312". i am using the MimeBodyPart.getContent() to get the content. When mimetype is html, it will be uploaded as a file to an FTP site (wapache commons net - ftp client). When uploaded file is viewed, the content is displayed as garbage text.
    i tried the following but it didnt work. i got the inputstream from the Mimebodypart. and then created InputStreamReader and used the encoding "GB18030" while initializing the content. i got the String out of it and stored in the file. i just replaced "Gb2312" with "UTF-8" in the html string. While creating the output file, i used the UTF-8 encoding. when opened this file using IE, it is displaying the character without any issues. i examined the file and the file encoding is UTF-8 as expected.
    but when i upload the file to FTP site and view, the text is not displayed correctly. It seems the file encodig is ANSI. i used the Notepad++ to examine these files. Please note that we use apache comments net - FTp client to upload the file.
    below are my questions:
    am i doing the right thing? it seems mime message was created using outlook.
    How to upload a file to FTp withe file base encoding is "UTF-8" or some other ?
    below are few references
    http://www.anyang-window.com.cn/tag/java-gb2312/
    JavaMail: Chinese Simplified Character Problem

    Thank you for the Replies. i am using the binary mode and it works fine for most of the files. i found that the issue here is not while uploading but the content itself. the characters present in the Mimemessge is not as per the charset. Hence i could not upload the content as it is. This happens only when charset is GB2312 (chinese). it seems that Mimemessage contains the characters which cannot be represented by Gb2312 but can be represented by Gb18030. Hence i converted the content using from Gb18030 to UTF-8 and created a file. i used the SetControlEncoding("utf-8") to upload the file and it is working fine.

  • Additional Problem with Smartform Chinese Character Output

    Hi all!
    This is a follow-up to my earlier question about output of Chinese Characters in Smartforms.
    As a recap, my problem is to correctly output Chinese characters in my Smartform using English logon.  Using the OSS Note: 776507 that Anji sent, I managed to output in my Smartform preview the Chinese characters.  However, when I print a hardcopy, I still get the # characters.
    I tried uploading the font that outputs the chinese characters on MS Office, specifically Arial Unicode MS.  It was automatically assigned to the printer driver (I think).
    Is there anything I am doing or did wrong? 
    Thanks in advance for the help.  Points for any useful answer.

    Hi Pat,
    I have installed the lastest version of Adobe Reader (10.0.1) and Adobe Reader Font Pack (Asian Font Pack) and the results are as below:
    tested that the file (.pdf) cannot be displayed correctly
    It is appreciate if you have any idea for the issue. Thanks.
    Just let you know that the simplified chinese characters may inserted by the software (Free PDF Reader and Writer - Nitro Reader 3.1.1.3).

  • [BUG]the Chinese character "Li" causes a sudden cr...

    hi,Chinese users,please check out for the bug!
    my cellphone model: E60,APAC
    ROM version:2.0618.06.05
    I select the Chinese language as default.
    One day I created a text file named "锂电池" in Chinese,
    that's "lithium battery" in English.
    However,when I inserted the MMC-Card, and intended to browse the file,
    the internal file browser application crashed without any hints!
    After testing several file names,I found it was the character "锂"(lithium) that caused the crash.
    It happened with other 3rd part application ,also.
    Well,could you guys report it to the development group to fix the bug?
    PS: the ASCII code of character "锂" is 'EFAE'.
    regards,ffmpeg Message Edited by ffmpeg on 02-Nov-2006
    07:30 PM

    maybe I didn't describe it clearly.
    I completely couldn't locate the directory,after creating a file with the name referred above!!
    that's all.
    02-Nov-2006
    07:14 PM
    ffmpeg wrote:
    hi,Chinese users,please check out for the bug!
    my cellphone model: E60,APAC
    ROM version:2.0618.06.05
    I select the Chinese language as default.
    One day I created a text file named "锂电池" in Chinese,
    that's "lithium battery" in English.
    However,when I inserted the MMC-Card, and intended to browse the file,
    the internal file browser application crashed without any hints!
    After testing several file names,I found it was the character "锂"(lithium) that caused the crash.
    It happened with other 3rd part application ,also.
    Well,could you guys report it to the development group to fix the bug?
    PS: the ASCII code of character "锂" is 'EFAE'.
    regards,ffmpeg Message Edited by ffmpeg on 02-Nov-2006
    07:30 PM
    Message Edited by ffmpeg on 03-Nov-2006
    09:37 AM

  • How to Export the chinese character in excel using java

    Hi,
    Our application using in English, German, Franch and chinese.
    String chineseCharacter=""; // chineseCharacter like 長长牀床東东彿佛. This chinese data coming from oracle database..
    My code
    BufferedWriter printer = new BufferedWriter(new OutputStreamWriter(responses.getOutputStream(),"utf-8"));
    responses.setContentType("application/download");
    responses.setHeader("Cache-Control", "cache");
    responses.setHeader("pragma", "cache");
    ExcelCSVPrinter outcr = new ExcelCSVPrinter(printer);
    String displayname="ChineseReport.csv";
    responses.setHeader("Content-Disposition","inline; filename=\"" + displayname + "\"");
    outcr.write("Report Header Name");
    outcr.writeln();
    outcr.write(chineseCharacter);
    outcr.writeln();
    After export the data to excel show the result for 長长牀床東东彿佛. But not show the original result 長长牀床東东彿佛
    I use the following stmt
    responses.setContentType("text/html charset=UTF-8");
    Its shows the correct result for chinese character.
    I use the below statement
    responses.setContentType("application/download; charset=UTF-8");
    or
    responses.setContentType("application/vnd.ms-excelset;charset=UTF-8");      
    or     
    responses.setContentType("application/vnd.ms-excel;charset=UTF-8");
    The out put show the in the excel sheet ???????? or some other jung characters.
    What can i do here?. After export,I want to show the original chinese character in the excel sheet using the ExcelCSVPrinter.
    Thanks & Regards
    Thendral
    Edited by: palanithendral on Dec 24, 2009 5:14 AM
    Edited by: palanithendral on Dec 29, 2009 11:41 AM

    palanithendral wrote:
    Hi,
    Our application using in English, German, Franch and chinese.You have several different idioms in your application and have not accurately identified where the actual problem is. You have all of the following
    -database
    -http
    -excel
    -excel in http
    -display on the target computer
    The first step with these sorts of problem is to identify where the problem actually occurs.
    String chineseCharacter=""; // chineseCharacter like 長长牀床東东彿佛. This chinese data coming from oracle database..A good theory. Now explain how you proved that that is what is coming from the database.
    After export the data to excel show the result for 長长牀床東东彿佛.As another example. Presumably you are referring to what the browser on the target computer displays. Your theory is that that computer and that browser (together) will display the correct information if they had the correct data. How did you prove that?

  • It can't read the chinese character in the search engine that I write on the Crystal Touch Penpower

    I use the Crystal Touch of Penpower to write Chinese into the Google search but it shows nothing in the search box.

    Thanks for the reply Yvan.
    I have tried the TextEdit method, using Jedit X, which someone on the Chinese Mac group (see above) suggested. However, using this sort of program is way above my pay grade and I have no idea how to do it!
    I am taking you up on your kind offer to look at some of the files, and am sending you 2 files, one an AppleWorks file, and the other an Excel file. I hope you can make more sense of it than I can.
    Andrew

  • Generating PDF output with DITA-FMx

    I am evaluating DITA-FMx to get professional PDF output from my ditamaps and thanks to the useful video from saprentice, I am able to get a working PDF, with numbered chapters, page numbering, and so on. But now I am stuck with the following:
    - Preface and notices are numbered and they shouldn't. How do I remove numbering from them?
    - chapters appear twice in the TOC: once numbered and then again without numbers.
    Thanks

    The preface and notices are numbered because they are using the default template (assumed to be "chapter"). You'll need to set up and assign a "component template" for those component types. I assume you're using a bookmap .. so you should be able to create component templates called "tpl~preface.fm" and "tpl~notices.fm" .. put those in your component templates folder (as specified in the ditafmx-bookbuild.ini file), and those templates will be applied to the corresponding book components. You'll need to modify the EDD that is within those templates so it applies a different paragraph tag to top-level title (take a careful look at the sample tpl~appendix.fm component template which does this same thing for appendix components.
    The duplicate chapter references in the TOC are a bit puzzling. Keep in mind that the TOC creation is fundamentally the same as you would have done in unstructured Frame. It's controlled by the TOC reference page in the TOC template ("gentpl~toc.fm"), and the tags specified in the GeneratedFile-toc section of the ditafmx-bookbuild.ini file. If you can make this work by manually setting things in the generated files, you should be able to translate that into the files to make it work through FMx.
    Also .. be sure to check the FrameMaker console window after a book build .. you may see messages that help to debug any problems.
    BTW .. a good place to post this sort of question is to the dita-fmx-users Yahoo group.
    Cheers,
    ...scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • PDF output with conditional text

    I need to create two PDFs from my project, each displaying a different conditional build expression, but I can't figure out how to do it. Selecting PDF Output doesn't show options like, for example, WebHelp does, unless I've missed something in the setup. Is this possible? My reviewers want to review hardcopies although I've tried to convince them that they should look at it as it will be displayed online.

    Hi there
    See if the video linked below helps.
    Click here
    Cheers... Rick

  • Generating pdf output with webhelp look and functionality not like a print documentation

    Hi I have been using robohelp webhelp for our company online help documentation. Can I generate pdf output which has the same look and functionality as that of webhelp, using robohelp??

    Welcome to our community
    While you may certainly generate a PDF that contains the same information, it likely will not look exactly like WebHelp and it certainly will not behave as WebHelp.
    WebHelp is intended for on-line use while the PDF is really intended for printing if one chooses to.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • Reporting on 2 Tables in a single row

    I have two tables: Table ItemMaster has columns item_no, description Table Location has columns item_no, location. The desired result is to have a single row per item showing all the locations (there are only 5 per item) on the same row .. for exampl

  • HTTP 302 Error When Scheduling OEM Report

    I'm trying to schedule a custom report to run out of OEM 11.1 and am receiving the below error. The report displays properly from the OEM console, but seems to get an HTTP 302 error when trying to schedule the report to run, have changed the schedule

  • My iPod is not reconized by itunes or my computer help?

    Yesterday my ipod was not reconized by my computer, so i restarted it and it worked fine. But today it wont work, i changed cords and i restarted my computer! it just wont connect. Any ideas??

  • CIN details in vendor master

    Hi All, When i select CIN details in MK02, nothing is coming. pls tell me is theresettings to be done? regards B Shar Edited by: Scorpio n on Feb 6, 2008 5:04 AM

  • Apps disappeared

    Why are my apps not showing in iTunes any more?