Issue in Display PDF OutPut with Thai characters using OracleReports9i

The Report has Cordia New font for display the Thai Charecter.I am using the Win2000 OS.
The Oracle ReportsBuilder9i shows proper Thai Character,
but when we generate to PDF file the output shows as junk in Adobe Acrobat Reader5.0
The environment variables set for this purpose are:
1.REGEDIT Change:
NLS_LANG:     THAI_THAILAND.TH8TISASCII
2.UIFONT.ALI Change:
[ PDF:Subset ]
Cordia New....="CORDIA.TTF"
3.Acrobat Reader Setting:
Edit>>Preference>>General>>Display
     Check all the check boxes (smooth Text, smooth Artline, smooth Images)
If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
Best Regards,
Krishna Kumar.K

Thank you for your posting - The Member Feedback forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions cannot be answered. However we recommend that you post this thread to the "Reports" forum.
The URL is: Reports
Thanks - The OTN team

Similar Messages

  • 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.

  • How to display the output screen when I use bdc.

    hey expert,
    I want to display the output screen when i use bdc without using mode 'A'.
    thank you.

    Hi,
    You can go for mode 'E'.. it will display the output screen directly and if there is any error in the transaction you would get that particular screen and you can correct and continue after which you will get the final screen if anything goes fine...
    check this sample code....
    I had a program if you execute below program it automatically creates a new zprogram.
    REPORT  zprogram_create_recording.
    PARAMETER:
      p_prog    TYPE sy-repid OBLIGATORY,
      p_shtxt TYPE repti OBLIGATORY,
      p_pack  TYPE devclass DEFAULT '$tmp'.
    DATA:
      t_bdcdata LIKE
       STANDARD TABLE
             OF bdcdata.
    DATA:
      wa_bdcdata LIKE LINE OF t_bdcdata.
    REFRESH t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-program    =  'SAPLWBABAP'.
    wa_bdcdata-dynpro     =  '0100'.
    wa_bdcdata-dynbegin   =  'X'.
    wa_bdcdata-fnam       =  'RS38M-PROGRAMM'.
    wa_bdcdata-fval       =  p_prog.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'BDC_OKCODE'.
    wa_bdcdata-fval       =  'NEW'.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-program    =  'SAPLSEDTATTR'.
    wa_bdcdata-dynpro     =  '0200'.
    wa_bdcdata-dynbegin   =  'X'.
    wa_bdcdata-fnam       =  'RS38M-REPTI'.
    wa_bdcdata-fval       =  p_shtxt.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'TRDIR-SUBC'.
    wa_bdcdata-fval       =  '1'.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'BDC_OKCODE'.
    wa_bdcdata-fval       =  'CONT'.
    APPEND wa_bdcdata TO t_bdcdata.
    IF p_pack EQ '$TMP'.
    *local object
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0100'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO007-L_DEVCLASS'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'TEMP'.
      APPEND wa_bdcdata TO t_bdcdata.
    ELSE.
    *package assignment with request
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0100'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO007-L_DEVCLASS'.
      wa_bdcdata-fval       =  p_pack.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'ADD'.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0300'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO008-TRKORR'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'KO008-AS4TEXT'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'LOCK'.
      APPEND wa_bdcdata TO t_bdcdata.
    ENDIF.                                 " IF P_PACK EQ '$TMP'
    CALL TRANSACTION 'SE38' USING t_bdcdata MODE 'E'.
    Hope this would help you..
    Regards
    Narin Nandivada

  • How to open a pdf from pdf target with page no using javascript

    Hi
    How to open a pdf from pdf target with page no using javascript
    Thanks in Advance.

    Hello,
    <p>Web.show_document calling .htm files saved on disk.....</p>
    Francois

  • 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.

  • How to display pdf file with java code?

    Hi All,
    i have a jsp pagein that page if i click one icon then my backing bean method will call and that method will create pdf document and write some the content in that file and now i want to display that generated pdf document.
    it should look like you have pressed one icon and it displayed pdf file to you to view.
    java code below:
    FacesContext fc = FacesContext.getCurrentInstance();
    ExternalContext ec = fc.getExternalContext();
    HttpServletResponse resp = (HttpServletResponse) ec.getResponse();
    resp.setHeader("Content-Disposition", "filename=\"" + temppdfFile);
    resp.encodeRedirectURL(temppdfFile.getAbsolutePath());
    resp.setContentType("application/pdf");
    ServletOutputStream out = resp.getOutputStream();
    ServletUtils.returnFile(temppdfFile, out);
    out.flush();
    and above temppdfFile is my generated pdf file.
    when i am executing this code, it was opening dialog box for save and cancel for the file, but the name of the file it was showing me the "jsp file name" with no file extention (in wich jsp file i am calling my backing bean method) and type is "Unknown File type" and from is "local host"
    it was not showing me open option so i am saving that file then that file saved as a pdffile with tha name of my jsp file and there is nothing in that file(i.e. empty file).
    what is the solution for this. there is any wrong in my code.
    Please suggest me.
    Thanks in advance
    Indira

    public Object buildBarCodes() throws Exception
    File bulkBarcodes = null;
    String tempPDFFile = this.makeTempDir();
    File tempDir = new File("BulkPDF_Files_Print");
    if(!tempDir.exists())
    tempDir.mkdir();
    bulkBarcodes = File.createTempFile
    (tempPDFFile, ".pdf", tempDir);
    //bulkBarcodes = new File(tempDir, tempPDFFile+"BulkBarcode"+"."+"pdf");
    if(!bulkBarcodes.exists())
    bulkBarcodes.createNewFile();
    Document document = new Document();
    FileOutputStream combinedOutput = new FileOutputStream(bulkBarcodes);
    PdfWriter.getInstance(document, combinedOutput);
    document.open();
    document.add(new Paragraph("\n"));
    document.add(new Paragraph("\n"));
    Image image = Image.getInstance(bc.generateBarcodeBytes(bc.getBarcode()));
    document.add(image);
    combinedOutput.flush();
    document.close();
    combinedOutput.close();
    FacesContext facesc = FacesContext.getCurrentInstance();
    ExternalContext ec = facesc.getExternalContext();
    HttpServletResponse resp = (HttpServletResponse) ec.getResponse();
    resp.setHeader("Content-Disposition", "inline: BulkBarcodes.pdf");
    resp.encodeRedirectURL(bulkBarcodes.getAbsolutePath());
    resp.setContentType("application/pdf");
    resp.setBufferSize(10000000);
    ServletOutputStream out = resp.getOutputStream();
    ServletUtils.returnFile(bulkBarcodes, out);
    out.flush();
    return "success";
    This is my action method which will call when ever i press a button in my jsp page.
    This method will create the barcode for the given barcode number and write that barcode image in pdf file
    (i saw that pdf file which i have created through my above method, This PDF file opening when i was opening manually and the data init that is also correct means successfully it writes the mage of that barcode)
    This method taking the jsp file to open because as earlier i said it was trying to open unknown file type document and i saved that file and opended with editplus and that was the jsp file in which file i am calling my action method I mean to say it was not taking the pdf file which i have created above it was taking the jsp file

  • Cannot display pdf form with Adobe Reader 9.1.3

    Since the last update of my Reader (last version is 9.1.3), I can't display pdf form in the workspace. I got a blank page.
    Is anybody have the same problem?

    -  Go to the registry HKEY_CLASSES_ROOT > Software > Adobe >Acrobat> delete any older version that is older than the one you just updated to make sure it contains only the current one you have for both Acrobat Reader and/or Pro version since it did not removed when you uninstall or update.
    - Also go the installed directory where you installed the Acrobat and delete any folder that contains older version, same here with the registry, it did not remove when you uninstall/update acrobat reader or pro.
    The above steps also solve the problem of can not open pdf file within Internet Explorer or browser as well.
    Han

  • 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 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

  • 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

  • Exception thrown while processing pdf file with composite fonts using adobe pdf library (v 9.1 )

    Hi All,
    I have an issue with processing composite fonts with adobe pdf library (v 9.1 ).
    While processing a pdf file having composite fonts, the pdf library is throwing an exception.
    The api which throwed exception is "PDPageAcquirePDEContent()". In my code i am calling PDDocGetNumPages(), PDDocAcquirePage() before this api is called, but all those functions suceeded. In the HANDLER, using the ASGetErrorString(), i got this exception error as  "The encoding (CMap) specified by a font is missing."
    Now coming to the input file (which is also attached), this document have three different composite fonts ( details are given below )
    Font Name : TicketBold, Bold(Embedded)
    Font Type : Trueype (CID)
    Encoding : Identity-H
    Font Name : Times-Roman (Embedded)
    Font Type : Type 1 (CID)
    Encoding : Identity-H
    Font Name : TimesNewRomanPSMT (embedded)
    Font Type : TrueType(CID)
    Encoding: Identity-H
    If i convert all the composite fonts to outline using pitstop before processing, it works fine.
    So my question is that whether pdf library doesnt support composite fonts (which i dont think so ) or i need to do a special handling for these kinds of fonts in my application ( which i strongly belive ). If its the latter case, please let me know how to handle it in my application.
    thanks in advance
    best regards
    ~jafeel

    Hi Leonard,
    Thanks for your reply. May i ask you which sample of the PDF Library you used to test my scenario.
    One question i would like to put to you beofre going for filing a formal issue to Adobe will be does this issue has anything to do with the initialization of the pdf library?
    What i meant is that when we call the PDFLInit() we pass a PDFLDataRec structure which is initialized by various path to font folders, cmap folders and unicode folders. Whether if i miss any of these folders will it cause this issue???
    thanks again
    regards
    ~jafeel

  • How to create a  PDF document with page curls using Adobe  CS 4?

    My  goal is to create a  PDF document with page curls. I am using Adobe  CS 4.
    1.      The document was created in Adobe InDesign  CS 4  where the page  turn (curl) transition  was applied.
    2.      Then the document was exported to .swf.
    3.     The .swf file was imported into   Adobe Acrobat Pro  to create a PDF file with  flip page or page curl transitions.
    These are the problems.
    1.      The background is not  transparent.
    2.      Page dimensions have to be increased at least an inch in width and length so that the full page can show
    3.      The command and+   will not only increases the document's  screen size. It increases the page margins.

    PDF was never designed to support the Flash page curl effect (it didn't exist back then). Anything you try (and you've tried the standard hack) will look like a hack. Personally, I don't think the effort is worth it for an effect that's much overused.

  • [SOLVED]get ncmpcpp to display music tags with latin characters

    ok; so i have a few mp3 with non-standard characters "e" with an accent, "a" with a squiggly, that sort of thing (sorry i don't know the actual names of those characters).
    in ncmpc the names are displayed as like "Axe" or the copyright symbol and ncmpc throws up an error about 'unable to convert to ANSCII something or other...'; they looked much the same as the filenames were displayed in xterm (until i changed them).
    ncmpcpp just doesn't show those titles at all; though, the files still play just fine.
    i figured since i got these files from a windows friend, it was just something lost in translation; the other day however, i noticed amarok displays the titles correctly; moreover, i got conky to display the title names correctly with the "override_utf_locale yes" option
    i've been through the wiki about locales... a few times... here's some output
    $ locale
    LANG=en_US.UTF-8
    LC_CTYPE="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_COLLATE="C"
    LC_MONETARY="C"
    LC_MESSAGES="C"
    LC_PAPER="C"
    LC_NAME="C"
    LC_ADDRESS="C"
    LC_TELEPHONE="C"
    LC_MEASUREMENT="C"
    LC_IDENTIFICATION="C"
    LC_ALL=C
    $ locale -a
    C
    POSIX
    en_US
    en_US.iso88591
    en_US.utf8
    i have this in my .bashrc:
    export LC_ALL=C
    export LANG=en_US.UTF-8
    i did this because any other "export LC_ALL" settings make certain gtk apps complain about "error setting locale... defaulting to C"; conky complains too
    in the updated mpd.conf i found these two settings:
    #filesystem_charset "UTF-8"
    #id3v1_encoding "ISO-8859-1"
    i've tried uncommenting as is and switching id3v1_encoding to UTF-8; neither fixes my ncmpcpp problem
    would the mpd.conf settings help and what should i put in there
    i'm english speaking in the US, is "LC_ALL=C" the correct export? if i use ISO... or UTF-8 which ISO, and is it quotes or no quotes in .bashrc?
    the locale wiki wrote:For example you can use the en_US.iso8859 locale, though there is no advantage of using it.
    what does that mean?
    any help much appreciated
    pat
    edit: bahh, typos...
    Last edited by brisbin33 (2009-01-24 01:56:10)

    Chrysalis wrote:
    Try without the export lines in bashrc, I am not sure what the purpose of those is with en_US. Xterm should have utf support but to be sure try uxterm or some other terminal.
    Are the files on an ntfs partition by any chance? You have to mount it with a locale flag if so.
    thanks for the reply; i remember now that xterm needs to be opened as uxterm or xterm -u8 but i hadn't done that at the time, i just noticed the actual filenames had odd characters so i used tab-completion to just rename them to conventional letter equivalents.
    the files were copied _from_ an ntfs drive most likely, but they now reside on my ext3 partition.
    i'll comment that LC_ALL line in .bashrc but i think i have to login/out for that to take affect right, there's no unexport command?
    i do remember that i initially put in that LC_ALL=C export b/c w/o it, some programs would fail to open;
    earlier today i changed to LC_ALL=en_US.utf8 and i didn't get any complaints starting any apps.  what did happen was ncmpcpp went from not displaying those affected track titles at all to displaying them incorrectly (bad characters and odd line-wrapping).
    i think this may boil down to an id3v1 tag issue... it's pretty unimportant, just annoying

  • PDF export with russian characters

    I'm too having issues with Russian Character pdf export even after using latest jars from this site.
    I am using RAD embedded crystal reports. I design the report in RAD in Russian Characters, Font Tahoma Size 8. The report Looks fine on screen. But after I export to PDF using Crystal Reports java APIs, some characters look jumbled and displace their positions.
    It gets worse when I take a print out of the generated PDF. It shows some extra characters which are not present in report
    I have arranged for screen shots.
    Here is how the report looks in Crystal Reports editor in RAD:
    http://picasaweb.google.com/Kumar.R.Anand/RussianPDFExport#5312667851561871138
    It looks perfect here.
    Here is how the report looks after pdf export:
    http://picasaweb.google.com/Kumar.R.Anand/RussianPDFExport#5312667851826410162
    some Characters moved to left leaving their original position empty.
    here is how the pdf looks after a print:
    http://picasaweb.google.com/Kumar.R.Anand/RussianPDFExport#5312667853461427426
    See extra characters inserted by printer.
    Please help me solve this issue.

    There's "E"s in the first screen shot you have.
    The "E"''s in the printed output, on the third screen shot, appears to be shifted to the left by 1/2 inch from its original location (in comparison with the first screen shot). 
    So my assumption is that this is a font glyph displacement issue.
    The last that I've encountered this issue was with TrueType fonts not entirely compatible with Java.  What happens if you look at the fontset using the Font2D sample app that comes with the Java SDK?
    Does this happen if you use a different font?
    Note that the old Crystal Designer in RAD uses ActiveX, so the comparison is not exact.
    My inference of font size difference is relative - differences between the non-bold and bold characters - how would the screenshot affect that?
    Sincerely,
    Ted ueda

Maybe you are looking for

  • Not able to select/display dependents data in IT0167

    Hi, We would like to use the dependents tab in IT0167 to display the dependents data from IT0021. I have configured the max/min number of dependents in IMG as well as the below. However, there is still no dependents displayed for selection in the IT0

  • Regular expressions... they are not regular! =)

    So, I've been pulling my hair out with regular expressions. I'm sure there is a logical explanation to this, but i've read a bunch of explanations and i THOUGHT i understood this, but i don't. Here goes: I have a string "2010PETE". I tried matching i

  • Photoshop CS6 in Mavericks sometimes forgets where it is

    My system is a new Mac Pro ("iCan" version) running Mavericks. I installed CS6 Production Premium from DVD as a full, clean install using all default settings. None of my other apps seem to exhibit the following behavior: I have the Ps icon in my doc

  • Trouble configuring custom SAF

    I'm trying to start developing my own SAF but I'm having trouble with my first step of getting a very basic SAF to work. At this point I'm just trying to get every request rejected to show my SAF is doing something, but it's not working at all (all r

  • Keyboard Navigation Shortcuts

    Hi All, I'm just wondering has anyone implemented the use of the Keyboard Navigation Shortcuts in the Web IC. We have activated the shortcuts and they are being displayed in the application. On using the shortcuts they appear to work fine the first t