PDF output: characters overlap

Friends,
I have an issue where, my document output is configured for sending email as PDF attachment. The issue is the PDF generated have some characters overlapping.
When printed directly from the document, the output is as expected. The spool created in SP01 also looks perfect.
But if I convert this spool into PDF using RSTXPDFT4, the PDF generated will have the same issue; 'characters are overlapped'.
Can anyone please guide me to find the cause of the issue? Any kind of help will be appreciated.
Thanking you in anticipation.
Deeps

We are getting right hand side characters truncated for PDF output when Conc Prog is run through EBS.This is the problem.Is it a seeded or custom concurrent program? Does this happen to all requests or specific ones only?
But while saving the file on dektop and printing both left and right hand side characters gets printed well within the margin area.What if you print the same file from the server using the lp command?
What could be the problem here please?Could anyone please share the resolution.
Page size used is: 81/2 x 11 - Letter.What is the printer type/style?
Have you tried different printer?
Also, have you tried to adjust the number of Rows/Columns of this concurrent program?
Please see if (Custom Landscape Reports In PDF Format Print In Portrait Orientation [ID 421358.1]) helps.
Thanks,
Hussein

Similar Messages

  • PDF output characters right hand side getting truncated using --PASTA

    H All,
    DB:11.1.0.7
    Oracle Apps:12.1.1
    O/S:Linux Red Hat 86x64
    We are getting right hand side characters truncated for PDF output when Conc Prog is run through EBS.This is the problem.
    But while saving the file on dektop and printing both left and right hand side characters gets printed well within the margin area.
    What could be the problem here please?Could anyone please share the resolution.
    Page size used is: 81/2 x 11 - Letter.
    Thanks for your time!

    We are getting right hand side characters truncated for PDF output when Conc Prog is run through EBS.This is the problem.Is it a seeded or custom concurrent program? Does this happen to all requests or specific ones only?
    But while saving the file on dektop and printing both left and right hand side characters gets printed well within the margin area.What if you print the same file from the server using the lp command?
    What could be the problem here please?Could anyone please share the resolution.
    Page size used is: 81/2 x 11 - Letter.What is the printer type/style?
    Have you tried different printer?
    Also, have you tried to adjust the number of Rows/Columns of this concurrent program?
    Please see if (Custom Landscape Reports In PDF Format Print In Portrait Orientation [ID 421358.1]) helps.
    Thanks,
    Hussein

  • 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 Characters in XML Publisher PDF Output

    Hi,
    I'm printing "Long Text" in report output in every line based on tab.
    Report output is having special characters like \n.
    I was using below to print in next line, any suggestions for removing \n.
    Below is what was happening:
    ===================
    RDF:
    =====
    lv_notes := replace(:CF_LONG_TEXT_DESC, chr(9), ' ') ;
    lv_notes1 := replace(lv_notes, chr(10), ' ') ;
    lv_notes2 := replace(lv_notes1, chr(13), ' ') ;
    XML
    ===
    <CF_LONG_TEXT_desc>
    Initial Billing Amount: $549,180.00 \n \n Computation: \n a) Estimated Number of Full-Time Students: 12,000 \n
    b) Estimated Number of Calendar Days: 113 \n
    c) Calendar Date (From - To): 1/18/2011 - 5/10/2011 \n
    d) Multiply by: $0.81 \n
    e) Estimated Total Costs: $1,098,360.00 \n
    f) Initial Billing Amount represents 50% of Estimated Total Costs. \n
    \n \n
    If you have questions about your invoice please contact Darud Akbar at (312) 681-2724.
    </CF_LONG_TEXT_desc>
    PDF Output
    ==========
    Initial Billing Amount: $549,180.00 \n \n Computation: \n a) Estimated Number of Full-Time Students: 12,000 \n
    b) Estimated Number of Calendar Days: 113 \n
    c) Calendar Date (From - To): 1/18/2011 - 5/10/2011 \n
    d) Multiply by: $0.81 \n
    e) Estimated Total Costs: $1,098,360.00 \n
    f) Initial Billing Amount represents 50% of Estimated Total Costs. \n
    \n \n
    If you have questions about your invoice please contact Darud Akbar at (312) 681-2724.
    Thanks.

    >
    Initial Value
    =======
    <?CF_LONG_TEXT_desc?>
    Changed to (Below gives me error)
    ========
    <?<xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>?>
    Changed to (Below doesn't fetch data)
    ========
    <xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>
    >
    must be in field as
    <xsl:value-of select="translate(CF_LONG_TEXT_desc,'\n','')"/>

  • Oracle Report, How to Display Polish Characters in a PDF Output

    Environment :
    Oracle Application Server version 10.1.2.0.2 on Red Hat 4 Enterprise (Kernel 2.6.9-42.0.3 , 32 bit) Oracle Database Version 10.2.0.3.0 Our character set of database is UTF8
    I have trouble to display polish characters in Reports Output. We develop on Windows XP machines. I can see the Polish Caharacters in the Reports Builder using several fonts (arial, arial unicode, Times new roman, verdana...) during design time or when running with the paper layout. But when the report deployed to application server running on the linux, the polish characters are replaced by symbols.
    Even under Windows, when I select 'generate to a PDF' file option, the characters are not displayed correctly (When I open the generated PDF file with Acrobat reader and go to Document Properties / Fonts, I see the Fonts are always replaced with Adobe Sans MM)
    Using the Forms Applications running on the same application server we have no trouble dealing/displaying with the characters (Ąą ĆćĘę Ł ł ŃńÓóŚ ś Ź ź Ż ż ß Đ đ € )
    NLS_LANG setting is AMERICAN_AMERICA.UTF8 on the Linux Box and AMERICAN_AMERICA.WE8MSWIN1250 is on the Development machines. (have tried a number of different NLS_LANG settings on the development box as well with no luck).
    Any direction would be appreciated.

    Hi,
    You have several different approaches to fix this problem. First of all, you would be able to generate the PDF output with Font Subsetting setup and be able to see the Polish characters correctly when running the output with destype=cache&desformat=pdf. The following metalink documents would guide you with this setup :
    Note.207711.1 "How to Use Font Subsetting in Reports 9i and 10g for PDF Output"
    As at design time you use many different Windows specific fonts, I also advice you to check the following document :
    Note.356221.1 "A Practical Methodology on Porting Reports from Windows to Unix with Different Fonts"
    Once the PDF output is generated properly with correct characters, then if you need to use "destype=printer" for direct print, rather than "destype=cache" to display the output in browser, then you can use the "PDFPrint" pluggable destination, which is located in :
    http://www.oracle.com/technology/products/reports/pluginxchange/index.html
    Regards,
    -Bulent

  • Handling Non English language characters in PDF output

    Hi All,
    We have a requirement wherein we have to display an existing Smartform output in a PDF format.
    We have used OTF to PDF conversion and displayed the PDF output in a container.
    The issue is if certain characters are of non english language then the PDF is displaying these characters as special symbols.
    The following string is getting dispalyed in the SmartForm as follows:
    ОРЕНБУРГАВТОРЕМСЕРВИС_ 
    The same string is displayed as follows in the PDF form :
    Any pointers on how to handle such cases would be highly appreciated.
    Thanks in advance.
    regards
    Chaitanya
    9703019495

    Before calling the smartform, use the FM 'SSF_GET_DEVICE_TYPE' and get  the device type based on the language.
    For eg:
      CALL FUNCTION 'SSF_GET_DEVICE_TYPE'
        EXPORTING
          i_language = l_langu
        IMPORTING
          e_devtype  = lwa_output_options-tdprinter.
    Then you need to build the other control parameters like this:
    Build control parameters.
      lwa_control_parameters-getotf  = c_charx.
      lwa_control_parameters-device = 'PRINTER'.
      lwa_control_parameters-preview = ''.
      lwa_control_parameters-no_dialog = c_charx.
      lwa_output_options-tddest = 'LOCL'.
    Pass this lwa_output_options & lwa_control_parameters to output_options & control_parameters respectively in the Smartform FM.
    This should ideally solve this issue.
    Regards,
    Amirth

  • Square boxes instead of Japanese characters in pdf output of a crystal rep

    Hi All,
    Did anyone of you ever faced such an issue, where the pdf output of a crystal report shows square boxes instead of Japanese characters when the output is saved in pdf. However the crystal report output looks perfect. I have saved the ouput in xls and rtf formats the characters look perfect as required, the issue we have is when the output is saved as pdf.
    I have language pack installed on my machine.
    My guess is that the few Character's width is not sufficient and few Characters in other fields appear perfect in pdf. I have to test this, it might take few days before I can access this report. Before that I want to gather information. If anyone has solution to this issue please let me know.
    Thanks,
    Ravi

    Hi,
    Could you please answer the following questions
    1.What version of Crystal Reports are you using?
    Go to Help-> About to find out.
    2.What is the font you are using on the report?
    Try to change the font style to MS Gothic or Arial Unicode MS, most preferably MS Gothic.
    And export the report to PDF format.
    This may help you
    Thanks,
    Praveen G

  • PDF Output Not Displaying Turkish Characters

    Hi,
    We've configured BI 7.0 System with an Standalone Portal+BI Java System running both on SP11 Stack without problem.
    For BI Web Reports, we're taking PDF Outputs and getting Turkish Character Problems. On the screen we can see everything correct, even Excel Export displays Turkish Characters without problem but PDF Export is wrong. I've checked the "<b>Note 1007116 - Form output in incorrect language</b>" but not sure whcih form to check? And also if this is the problem?
    If anyone can help us, it'll be great

    Hi Ade,
    I tried all possible combinations of fetching the data. Writing a PL/SQL function and assigning the data to placeholder in before report trigger. Also, tried to use a query and then assign the data to placeholder through formula column. Directly assigining the database column on field without using placeholder.
    While trying all the above options, I ensured that width is set to 4000 characters.
    But all in vain. It works fine for 2000 characters but not able to print 4000 characters.
    Regards,
    Mitiksha

  • PDF output not showing all 4000 characters

    Hi,
    I have a placeholder column of character data type and its width is 4000. When I execute the report and see it pdf output it shows only 1980 characters with last line characters going beyond the report margins.
    Is there a way to display all 4000 characters?
    Thanks,
    Mitiksha

    Hi Ade,
    I tried all possible combinations of fetching the data. Writing a PL/SQL function and assigning the data to placeholder in before report trigger. Also, tried to use a query and then assign the data to placeholder through formula column. Directly assigining the database column on field without using placeholder.
    While trying all the above options, I ensured that width is set to 4000 characters.
    But all in vain. It works fine for 2000 characters but not able to print 4000 characters.
    Regards,
    Mitiksha

  • Report problem showing  characters(čžš) in pdf output

    nls teritory slovenian_slovenia
    bi publisher preferences
    UI Language =English     
    Report Locale =Slovenian(Slovenia)
    template rtf
    html output     
         ćčžćčžćčžćčžćčžćčžćčžćčćžčćžčžćčžćčĆŽČĆŽČŽĆČĆŽČŽĆČĆŽČĆŽČĆŽČĆ ( correct)
    pdf output
    ??????????????????????????????????????????????????????????????

    Hello,
    Your probably going to have to edit the xslt to get the result either by stripping out the comma or by setting that column to explicitly align the way you want it.
    Carl

  • Embedding Fonts in Oracle Reports with PDF output

    I've read in the data sheet for Oracle reports that you can embed font in the PDF output, but I cannot seem to find any documentation on how this is done. Current we have PDF reports being generated using reports server on Compaq (Alpha based) server running TRUE64 UNIX. The reports server uses the fonts install on the Compaq to figure out the layout (we use auto-sized fields). When the PDF is displayed on a Windows client the fonts are substituted and the labels and fields overlap. I want to embed the UNIX fonts into the PDF so that the output is reproduced as it was generated.

    You need to export as PDF (Interactive) and you also need to view the PDF in Reader or Acrobat 9 or later.
    Bob

  • Problem with number-fields in PDF Output Using FOP

    When generating PDF Output using FOP as described in the utilitiy provided in the HTMLDB Studio http://htmldb.oracle.com/pls/otn/f?p=18326:44:12104450162492733947::::P44_ID:1522
    formatted numbers over 1,000 are resolved as characters (because of the comma) and are therefore right justified. This results in alignment issues for numeric columns.
    Does anyone have any ideas on how to work around this.
    Thanks,
    David

    Hello,
    Your probably going to have to edit the xslt to get the result either by stripping out the comma or by setting that column to explicitly align the way you want it.
    Carl

  • Is there a pdf output file size limitation?

    Hi,
    I have an rtf invoice template that worked fine in test environments. Now that it has been migrated to Production, it works except for this one invoice that has created a meta data XML file that is 2 MB, which is not that large, is it? Additionally, I cannot open the metadata file in html, it just hangs, but can in a text editor, so I have been chopping up the file into smaller pieces and can get pdf output of around 175 pages worth.
    I've tried it with different sets of data from this file, and they work, just not the whole file. Is there some setting required for this to work?

    Thanks, but what sort of infrastructure are you referring to? There are 8500 rows of data for this invoice at three levels which is not large, but some fields are 240 characters long.
    I'm not getting an Out of Memory type of error. In fact, I'm not getting any errors, just that there is no output. pdf-compression is set to true. What else could I check?

  • My Concurrent Program PDF output is in Russia instead of in English.  Why?

    I have selected Format as PDF and Style as "Landscape" and I am using English version as many others. Why am i getting Russian(or its some other language I really dont know that script) characters when I run the report?
    I am using
    RDBMS : 10.2.0.2.0
    Oracle Applications : 11.5.10.2
    Oracle Forms Version : 6.0.8.27.0
    Application Object Library : 11.5.0
    Please suggest me to get English font in my PDF output file.
    I forgot to mention that I am able to see output in english when I run the report with Format as "Text".

    Since your characterset is set to UTF8, generating any report in PDF format (with or without printing) is not supported. Oracle Reports 6i cannot generate PDF output with multi-byte characters. In Oracle Applications 11i with Oracle Reports 6i, PDF output is supported for only Latin-1 character sets such as US7ASCII, WE8ISO8859P1 or WE8MSWIN1252.
    Under UTF8, generating PDF via the XML Publisher is supported and it can be done. Alterative workaround is to use another format like Postscript (Assuming that PASTA is already installed and configured).

  • Spool to PDF output in application server

    Hi Experts,
               I have a problem with converting spool to PDF.  If I download the spool to presentation, the outputs is fine, BUT when I download it to application server and try to view it in al11, a set of characters comes out and if I try to save it on my local drive, an error message pops out stating that it could not read the file because it is either not a supported file type or because the file has been damaged.  Please help me.  I've tried doing everything I can already.  I cannot run the convertion of spool file to presentation because it always ends up as run time error, that's why I have no choice but to run it in background.  These files needs to be distributed to all branch offices.  Please, please.......help......I'm desperate......

    Hi Nikhil,
            I'm sorry....but I'm still stucked.  If I try to view the pdf output in AL11 this characters are still displayed "&#9552;&#17478;&#11569;&#11827;&#3338;&#9698;&#58319;&#54029;&#2610;‰&#8303;&#25194;&#3338;&#12119;&#26990;&#16750;&#29545;&#17774;&#25455;&#25705;&#28263;&#3338;&#25966;&#25711;&#25194;&#3338;&#13088;&#12320;&#28514;&#27149;&#2620;&#15373;&#2597;&#17509;&#30324;&#31088;&#25888;&#20559;&#21332;&#12832;†&#8262;&#28526;&#29728;&#17231;&#21842;&#18757;&#21024;&#8302;&#28530;&#28001;&#27680;&#19553;&#28263;&#8261;&#19981;&#2607;&#21625;&#28773;&#8239;&#18031;&#28276;&#3338;&#12115;&#30050;&#29817;&#28773;&#8239;&#21625;&#28773;&#12557;&#2607;&#16993;&#29541;&#18031;&#28276;&#8239;&#17263;&#30066;&#26981;&#29197;&#2607;&#20065;&#28005;&#8239;&#17968;", and when the basis transferred it to the local folder the same error came out that the file could not be read either it is corrupted or file type is not supported.  Please.....I've been on it for hours and can't seem to get the problem.  Here's what I did with the program....Please tell me where I went wrong.....Help......
    PARAMETERS: p_file TYPE LOCALFILE DEFAULT TEXT-F02 OBLIGATORY.
    DATA: gd_buffer TYPE STRING OCCURS 0 WITH HEADER LINE.
               lt_conv   LIKE gd_buffer OCCURS 0 WITH HEADER LINE.
    DATA lv_string TYPE string.
            LOOP AT it_pdf_output.
              TRANSLATE it_pdf_output USING '~'.
              CONCATENATE gd_buffer it_pdf_output INTO gd_buffer.
            ENDLOOP.
            TRANSLATE gd_buffer USING '~'.
            APPEND gd_buffer.
            DO.
              counter = strlen( gd_buffer ).
              IF counter GE 255.
                lt_conv = gd_buffer(255).
                APPEND lt_conv.
                SHIFT gd_buffer LEFT BY 255 PLACES.
              ELSE.
                lt_conv = gd_buffer(counter).
                APPEND lt_conv.
                EXIT.
              ENDIF.
            ENDDO.
            IF lt_conv[] IS NOT INITIAL.
              OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
              IF sy-subrc EQ 0.
                IF sy-subrc <> 0.
                  MESSAGE e398(00) WITH 'Error creating file' p_file.
                ENDIF.
                LOOP AT lt_conv INTO lv_string.
                  TRANSFER lv_string TO p_file.
                ENDLOOP.
                CLOSE DATASET p_file.
                IF sy-subrc EQ 0.
                ELSE.
                  MESSAGE e398(00) WITH 'Error closing file' p_file.
                ENDIF.
              ELSE.
                MESSAGE e398(00) WITH 'Error creating file' p_file.
              ENDIF.
            ENDIF.

Maybe you are looking for

  • N96 ON OPTUS! FIRMWARE VERSION 11.101 UPDATE AVAIL...

    Ye Gods!!! I tried updating this morning and was still told by NSU that 10.065 was still the current version. I phoned Optus to find out how the ticket I lodged three weeks ago about 'approving the release' was going, only to be told there was no res

  • Macbook Air Mavericks cannot play video in ANY presentation application

    Long ago, last year to be exact, I had a Macbook Pro 2009, with Open Office and MS Office older versions installed. They played embedded videos in both Impress and Powerpoint PERFECTLY. This year I bought a Macbook Air and installed Open Office 4.1.0

  • Issues with less than and grater than condition in prompts in OBIEE 11g,

    Hi all, i am facing the prombles with less than grater than conditions in OBIEE 11g. i created two date prompts with presentation variables datefrom and dateto and i used these prompts in fileters like this using grater than and less than symbol. fil

  • Video podcast with multiple RSS feeds

    We have a new video podcast at LetsKnit2gether.com and we have three RSS feeds for our show, each with a different video file format. We're using WordPress with PodPress to create the RSS and then we manually cut and paste the others. We have two pro

  • My browser's are 'unable to connect' to some websites after upgrading to mavericks.

    the message i get is: Unable to connect Firefox can't establish a connection to the server at www.adobe.com.     The site could be temporarily unavailable or too busy. Try again in a few moments.     If you are unable to load any pages, check your co