PDF Output generates invalid Thai output

PDF Output with English characters From Oracle Reports 6i is generated properly.
We are facing problems while generating PDF OutPut with Thai characters . The Reports builder shows proper Thai Character, but when we generate to PDF file the output shows invalid Thai Characters.
The environment variables set for this purpose are:
NLS_LANG was changed to THAI in Reports Server
THAI Fonts were installed in the Reports Server and also the machine hosting the Printer.
If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
Best Regards,
Savitha.
null

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by SavithaG([email protected]):
PDF Output with English characters From Oracle Reports 6i is generated properly.
We are facing problems while generating PDF OutPut with Thai characters . The Reports builder shows proper Thai Character, but when we generate to PDF file the output shows invalid Thai Characters.
The environment variables set for this purpose are:
NLS_LANG was changed to THAI in Reports Server
THAI Fonts were installed in the Reports Server and also the machine hosting the Printer.
If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
Best Regards,
Savitha.<HR></BLOCKQUOTE>
Now Report will not support multi-char while your DESTYPE='FILE' and DESFORMAT='PDF'. I got the same problem in Tradition Chinese.
So if you want to get a correct PDF file, you
can install a Acrobat Writer first and then
use the following setting: DESTYPE='Printer',
DESFORMAT='PDF',DESNAME='Acrobat PDFWriter'(<== your acrobat printer name).
After that, you can get a PDF file. But you have to key-in PDF file name as Acrobat printer dialog box will show up every time.I'll try to solve the problem to avoid user key-in every time. Now I still have no idea about it :(
null

Similar Messages

  • Jfmerge:Invalid printer Type (98) when generating  a pdf output.

    I am receiving "Invalid Printer Type (98)" error message when i call jfmerge from my servlet to generate a pdf output. Any idea?
    Thx,
    Anupam

    Hi Frazer,
    I am indeed using Central Output Server not the Central Pro. Is there any trial version available for Central Pro? Any information on this will be greatly appreciated.
    Thanks,
    Anupam

  • XML Publisher Report not generating the PDF output.

    Hi,
    I am trying to develop a XML Publisher Report in R12 Vision Instance.
    I have developed the rdf report and concurrent program with XML as output format. Ran the concurrent program and I got the XML output. Based on XML output I have created the rtf template. Using both the template and xml output I have created in Data Definition and Template in XML Publisher Administrator Responsibility. Now I am comming to the concurrent program and running the program, here instead of generating the PDF output it is generating again the XML output and concurrent program completing with warning status.
    When I am trying to do the same in 11i Vision Instance, Concurrent Program completing with normal status and when trying to view the output it is saying "Unable to Publish output for the Processed Request".
    Kindly please help me out in this issue.
    Thanks,
    Manasa.

    Hi Mahesh,
    Here the concurrent programs are not erroring out. It is completing with Warning status and when we click on View Output the output is coming in XML format instead of PDF, this is in R12 Vision Instance.
    In 11i Vision Instance, concurrent program is completing with Normal Status but when we click on View Output it is saying "Unable to Publish output for specified request".
    Thanks,
    Manasa.

  • How to generate PDF output from OracleXMLQuery

    I want to generate a PDF out put from XML by using JSP. For this i writen jsp and xsl. My jsp code works fine if i include html formated xsl and it displays as a text when i pass pdf formated xls.
    Here i am providing my jsp code.
    I don't want to use XSQL, please provide me information ASAP.
    <%@ page import = "java.sql.*,oracle.xml.sql.query.OracleXMLQuery" %>
    <% Connection conn = null;
    Statement stmt = null;
    ResultSet rset = null;
    String dbURL = "jdbc:oracle:thin:@localhost:1521:oracle9i";
    try{
         DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
         conn = DriverManager.getConnection(dbURL, "scott", "tiger");
         stmt = conn.createStatement ();
         rset = stmt.executeQuery ("SELECT * " +
                   "FROM scott.emp ORDER BY ename");
    OracleXMLQuery xq = new OracleXMLQuery(conn, rset); %>
    <% xq.setStyleSheet("emptablefo.xsl"); %>
    <%= xq.getXMLString() %>
    <% } catch (java.sql.SQLException e) {  %>
    SQL error: <%= e %>
    <% }
    finally {
    if (stmt != null) stmt.close();
    if (rset != null) rset.close();
    if (conn != null) conn.close();
    } %>
    Thanks,
    Ramana

    >
    if the report output format is xls this code is generating the pdf output
    >
    looks like pdf is default output in template definition in xml publisher resp
    so for r12 use FND_REQUEST.ADD_LAYOUT as example
    v_request_id   number;
    xml_layout boolean;
    xml_layout := FND_REQUEST.ADD_LAYOUT('XXCUSTOM','XXCONCNAME','en','00','EXCEL');
    v_request_id := fnd_request.submit_request(application => 'XXCUSTOM',
                                               program     => 'XXCONCNAME',
                                               description => NULL,
                                               start_time  => NULL,
                                               sub_request => FALSE,
                                               argument1   => p_date
                                               );also see http://andyblg.wordpress.com/2012/08/23/run-concurrent-program-twice-with-different-layout-r12/

  • Output Post Processor is unable to generate the PDF output

    Hi,
    We are using a custom RDF to generate PDF output using a RTF template built using XML. We are facing some problem while running this XML report. The report is completing with warning because of the following reason.
    "The concurrent manager has timed out waiting for the Output Post-processor to finish this request."
    The problem is not because of the temp space because we printed a sample XML report which is having thousands of pages.
    We have tried by changing the value of the profile option "Concurrent: OPP Process Timeout" to 5000, 10000 etc. But still the issue is not resolved.
    The report is giving the output if the number of rows are less. It's failing for bulk number of rows.
    It would be greatful for us if any one of you can give ideas on these...
    Thanks in advance...

    Hi Sairam
    there might be something wrong with your template,
    might be improper usage of Conditional and Looping statments,
    might be improper usage of nested tables,
    just check you template once again
    report should work for any set of data(small or large),

  • How to generate a PDF output using batch file in 10G

    Hello,
    I am using .bat file to generate a report PDF output. I have done this many times in 6i but for 10G I am unable to do the same.
    Can someone please look at the syntax below and let me know where I am going wrong.
    I understand that reports are different for 6i and 10G specially .rep file but I am sure we should be able to generate a PDF file using 10G. Please let me know.
    Thanks
    IQ
    Contents of .bat file follow
    ECHO Opening parameter form. Please do not close this window.
    C:\
    FOR /F "tokens=1 " %%I IN ('time /t') DO (SET _TIME=%%I)
    FOR /F "tokens=2 " %%I IN ('date /t') DO (SET _DATE=%%I)
    SET EXP_DATE=%_DATE:~6,4%%_DATE:~0,2%%_DATE:~3,2%_%_TIME:~0,2%%_TIME:~3,2%
    SET FILENAME=SEND_EMAIL_%EXP_DATE%_%USERNAME%.PDF
    CD C:\Users\Documents
    RWCONVERTER REPORT=C:\Users\Documents\send_email.rep USERID=scott/tiger@ORCL1 ORIENTATION=LANDSCAPE DESFORMAT=PDF DESTYPE=FILE
    DESNAME=C:\Users\\%FILENAME% PRINTJOB =NO

    Rwconverter is not used to run reports:
    rwconverter (Reports Converter) enables you to convert one or more report definitions or PL/SQL libraries from one storage format to another.
    I think you mean rwrun:
    rwrun (Reports Runtime) runs a report by starting its own in-process server (not to be confused with the default in-process Reports Server), which runs in the same JVM as the rwrun process.
    This bat file has to run on the server. There is no Reports installation on the client anymore.
    If you want to run a report from a client, you can make a bat file that calls the report url
    See: http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/pbr_cla002.htm#i634710

  • Error in generating PDF output

    Whenever, I generate a PDF output, RH goes through the process but displays an error message stating that the file_name.pdf is not found. It did the same thing when I tried generating a PDF of a sample project as well. Any pointers on how to resolve this issue?

    I am just trying to see where there could be a problem. When you generate a PDF from RoboHelp a temporary Word file is automatically created in the background from which the PDF is created. What I was trying to get you to check was whether the problem is with the PDF creation or somewhere else. If you go through the same process to create a PDF but deselect the PDF creation option BUT select the Word creation option, a Word file will be created. If that works, it will have exactly the same fonts, styles as the PDF would if you can create it.
    I am also a bit unsure what you mean. It sounds like you are generating a Word file, then changing the fonts and styles in Word. Why not just make sure that your fonts, styles in RoboHelp are correct and then just map these to your Word template when creating the Word file. Peter Grainge has some excellent tips on this on his site. It is well worth a read.
    http://www.grainge.org/pages/authoring/printing/printing.htm
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Error generating PDF output in Workspace for Sharepoint while batch scheduling

    Hi,
    I am trying to schedule a batch in Hyperion workspace which needs to generate output in SharePoint. I have done the setting in ExportFolder in FRCONFIG.cmd /Mbeans  as
    Sharepoint1=//msocsp02.lighthouse.hhc/Finance/Essbase Reporting Libraries/Test Batch Reporting
    and set readable/Writable properties to true.
    When I execute the batch it give me a error: (Logon Failure: The target account name is incorrect)
    ================================
    Server Activity
    Batch "NewBatch" was started at Monday, July 29, 2013 6:21:33 PM CDT
    Executed "OPROFIT/Working/Tricia/Dana/Commercial" successfully
    Status for various save options for "OPROFIT/Working/Tricia/Dana/Commercial"
    Error while saving as PDF
    \\msocsp02.lighthouse.hhc\Finance\Essbase Reporting Libraries\Test Batch Reporting\Commercial.pdf (Logon Failure: The target account name is incorrect)
    Saved successfully in repository as /OPROFIT/Working/Tricia/Dana/Commercial
    Batch "NewBatch" finished at Monday, July 29, 2013 6:21:50 PM CDT
    ================================
    When I type //msocsp02.lighthouse.hhc/Finance/Essbase Reporting Libraries/Test Batch Reporting in Windows explore ,it works fine for me. Plus I can manually upload the any file using my Windows active directory login in Share point via Internet explorer. I am using my windows active directory everywhere.
    I tried to execute this batch file in local  directory and it generates the required output but not in Sharepoint.
    Any help would be much appreciated.

    There is a warning about a malformed topic. I have seen projects  where there is nothing wrong with the topic but where the machine needed more RAM. What are the basics of your PC?
    Also try turning off PDF and generating a Word document instead. If that works, PDF from there. Does that work?
    See www.grainge.org for RoboHelp and Authoring tips

  • Data missing in PDF output generated by RDF locally only for one time.

    Hi All,
    Could any one please help me in finding the reason of the below mentioned issue.
    I have downloaded an RDF onto local machine and changed only sorting of few columns required.
    After that I had generated PDf output on local machine for first few times PDF is generated with correct output.
    Unfortunately when I again generated PDF output as final version, a few columns are missed in displaying in the PDF output. again I ran the RDF for next time and the PDF is generated correctly.
    Now I want to know what may be the reason that for that time only PDF generated with missing data.
    FYI, Problem occured in Report Builder *9.0.4.0.33*
    This reason is really urgent and needfull for me.
    Your help is very much appreciated.
    Many Thanks in Advance.
    Regards,
    RRM

    Hello,
    What is the report orientation PORTRAIT/LANDSCAPE? What happens if you set the SYSTEM PARAMETER ORIENTATION to PORTRAIT/LANDSCAPE upon your report output and then generate again. While saving as PDF also see the page orientation.
    -Ammad

  • Layout to be generated as PDF output in a Spool

    Hi ,
    I am generating a layout using smartform. My requirement is layout has to be generated as PDF output in a Spool.
    Please let me know how to write the code  in my driver program to generate the spool or any FMs related to this. 
    Thanks in advance.
    Regards,
    Jyothi
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jul 14, 2009 12:44 PM

    hi
    use  below sample code  hope this may help u out
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    IMPORTING
              fm_name            = fname
    CALL FUNCTION fname
      IMPORTING
              job_output_info    = impdata..
    i_itcoo[] = impdata-otfdata[].
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
            EXPORTING
              use_otf_mc_cmd         = 'X'
            IMPORTING
              bin_filesize           = binsize
            TABLES
              otf                    = i_itcoo
              doctab_archive         = idocs
              lines                  = t_pdf
            EXCEPTIONS
              err_conv_not_possible  = 1
              err_otf_mc_noendmarker = 2
              OTHERS                 = 3.
    CALL METHOD cl_gui_frontend_services=>file_save_dialog
              CHANGING
                filename = filename
                path     = path
                fullpath = fullpath.
    CALL FUNCTION 'GUI_DOWNLOAD'
              EXPORTING
                bin_filesize = bin
                filename     = fullpath
                filetype     = 'BIN'
              TABLES
                data_tab     = t_pdf 
              EXCEPTIONS
                OTHERS       = 99.
    thank you
    surya

  • Can not generate PDF Output in RoboHelp 11

    Can not generate PDF Output. I keep getting the same error message:
    "Microsoft® Word has not been started on this computer.
    Launch Word and click the 'Start using Microsoft® Word' option before generating Printed Documentation again."
    I have MS Office 2013 32-bit and RoboHelp on a 64-bit Wondows desktop.
    What do am I doing wrong?

    Is the 32 bit version of Word the only version of Word you have on the machine?
    Where does Word's normal.dot reside? On your local machine? Sometimes it gets put on a network drive and that can cause problems.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • 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

  • 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

  • Generate PDF Output is grayed out

    Hello everyone,
    I am using Robohelp 9 as trial since yesterday. My problem is that I cannot create PDF-Files because the "PDF Output" Button is greyed out.
    What am I doing wrong ?
    kind regards
    Robinn225

    If you are creating the printed output from the SSL (single source layout) you should see a check box to tick rather than a button. I'm guessing you are using a menu option and haven't yet created a PDF SSL.
    I assume you did install the PDF option or already had a suitable alternative.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • PDF Output, security concerns

    Hello there,
    I'm using Forms6i & Reports 6i to generate PDF documents. Everything works well. But the generated PDF-files can be changed using the Acrobat Writer. Is there a way to force Reports (or any other tool) to generate PDF-files, which cannot be changed by anyone ? Purpose is the creation of signed documents, which should be archived and therefore these files should be protected against unauthorized access. I know this can be achieved by using Acrobat Writer, but it has to be done automatically through my application. Thanks for any help.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by SavithaG([email protected]):
    PDF Output with English characters From Oracle Reports 6i is generated properly.
    We are facing problems while generating PDF OutPut with Thai characters . The Reports builder shows proper Thai Character, but when we generate to PDF file the output shows invalid Thai Characters.
    The environment variables set for this purpose are:
    NLS_LANG was changed to THAI in Reports Server
    THAI Fonts were installed in the Reports Server and also the machine hosting the Printer.
    If anybodys knows the solution or can give a clue to sorting out this issue, it will be very helpful.
    Best Regards,
    Savitha.<HR></BLOCKQUOTE>
    Now Report will not support multi-char while your DESTYPE='FILE' and DESFORMAT='PDF'. I got the same problem in Tradition Chinese.
    So if you want to get a correct PDF file, you
    can install a Acrobat Writer first and then
    use the following setting: DESTYPE='Printer',
    DESFORMAT='PDF',DESNAME='Acrobat PDFWriter'(<== your acrobat printer name).
    After that, you can get a PDF file. But you have to key-in PDF file name as Acrobat printer dialog box will show up every time.I'll try to solve the problem to avoid user key-in every time. Now I still have no idea about it :(
    null

Maybe you are looking for

  • "An iPhone has previously been synced with this computer ..."

    Hi I synced my iPhone 3GS on my PC (running Vista) yesterday, and it dropped a couple of error messages (-46 being one). No problems, I thought, I'll try again. Still failed. Unplugged everything, try again - now says "An iPhone has previously been s

  • WBS and Profit Segment fileds should be filled at Sales Order item level

    Hi, When i create a Sales order I want to save both PA Segment and WBS Element fields in Account Assignment tab at item level. By default Profit.Segment is filled beacuse COPA is already activated in this system, when i try to enter WBS element in Ac

  • Can't use "read the information"

    hello every body first excuse my english... I'm french and my studdies are far... I can't use "read the informations" . When I try, nothing appens and within a few seconds, the finder restarts. if I did something wrong, I did it on my two computers (

  • Submit Button for PDF Form

    Good Morning All, I have created a simple form in Live Cycle with a submit button. Originally, I placed a "Submit by E-Mail" button and found that wasn't working at all. Then I tried placing a button and reconfiguring it as a submit button. The butto

  • Use of  icloud

    what is use of icloud in macpro. how i can use icloud for benifit.