Home » Developer & Programmer » Reports & Discoverer » convert report to pdf or word (oracle 6i. databas 9i ,windows xp)
convert report to pdf or word [message #357615] Thu, 06 November 2008 01:03
hisham99
Messages: 106
Registered: October 2008
Location: united arab emirates
Senior Member
i have report which all the field in arabic and english language when i convert report to pdf or ms word the english language is perfect but the field which is written in arabic language can not be read it (its appear liks symbols word)
also i try to install arabic pdf ..but same problem appear
our system is using nls_lang (Arabic_Egypt.AR8MSWIN1256)
i use this code
DECLARE

PL_ID ParamList;
PL_NAME VARCHAR2(10) := 'PARAM1';
APPID PLS_INTEGER ;

BEGIN

pl_id := get_Parameter_List('pl_name');

IF NOT id_null(pl_id) THEN
Destroy_Parameter_List(pl_id);
END IF ;

PL_ID := CREATE_Parameter_List('pl_name');
ADD_PARAMETER(PL_ID ,'DATE3',TEXT_PARAMETER,:STDATE);
ADD_PARAMETER(PL_ID ,'DATE4',TEXT_PARAMETER,:EDDATE);
ADD_PARAMETER(PL_ID ,'CLNTNO1',TEXT_PARAMETER,:CLNTS1);
ADD_PARAMETER(PL_ID ,'COL1',TEXT_PARAMETER,:COL1);
ADD_PARAMETER(PL_ID ,'COL2',TEXT_PARAMETER,:COL2);

ADD_PARAMETER (PL_ID, 'DESTYPE', TEXT_PARAMETER, 'FILE');
ADD_PARAMETER (PL_ID, 'DESFORMAT', TEXT_PARAMETER, 'PDF');
ADD_PARAMETER (PL_ID, 'DESNAME', TEXT_PARAMETER, 'C:\EMPREP1.PDF');
Run_Product(REPORTS, 'D:\a_lab\server\webreps\INT_INVLISTCLNT2008E.RDF', SYNCHRONOUS, RUNTIME,FILESYSTEM,PL_ID,NULL);

HOST('C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.EXE' );

  • Attachment: Test_PDF.pdf
    (Size: 21.64KB, Downloaded 1304 times)
Previous Topic: subtotal at the end of each page
Next Topic: Discoverer issue
Goto Forum:
  


Current Time: Wed Jun 26 03:31:59 CDT 2024