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

Similar Messages

  • Creating a PDF from a SAAS app creates boxes instead of Japanese characters

    I'm using an online app (Unleashed Software) to "print" invoices, and the printed invoices show boxes instead of Japanese characters. The really weird thing about this problem, is that it occurs only on certain devices. I've tested on Macs, Windows, Android, and iOS, and on some devices I get the problem, and on some devices I don't. It's not just a Windows problem, or a iOS problem. Additionally, I use different browsers, from Chrome, to IE, to Firefox, to Safari. Changing the browser doesn't seem to help when it's on a device that won't output Japanese characters in a PDF properly.
    I'm wondering how PDFs are generated when using online software. Since I can't reproduce the problem on certain devices, it seems to me that the software is using some local settings to render the PDF incorrectly.
    Any ideas of how I could go about troubleshooting this problem?

    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 file displays boxes instead of Japanese characters

    Hi,
    I am creating PDF files with a custom third-party set of sortware tools (Infragistics NetAdvantage).
    This particular PDF document contains Japanese text using the Meiryo font and this font is embedded into the PDF file. It works fine in Windows (using the Adobe Acrobat Reader application), even on a machine where Meiryo is not installed.
    But when viewed on the iPad, the text is displayed as a bunch of empty boxes.
    Also, I'm not sure if it's related, but when viewing the same document on Window XP using FoxIt (instead of the Adobe Acrobat Reader), the text is not shown at all - there's just an empty space and not even boxes.
    I would love to attach a sample PDF file here, but I don't see any way to do that... is there a way to attach files to these questions?

    So the empty boxes are indeed shown by built-in preview, and Adobe Reader is also not able to render the content and it appears as blank.
    After investigation , it turns out that system fonts on ipad does not have the required glyphs ( ~ symbol ) to render these characters. This is Apple’s bug and you may have to report this issue , indicating that it is not rendered in Preview / i-books on the ipad.
    Sorry for the inconvenience.
    Thanks,
    -vaibhav

  • Find and Replace Japanese characters in pdf file on iPhone

    Hi eveybody !
    I want to find and replace Japanese characters in pdf on iPhone.
    I using zlib to deflate stream - endstream block and extract text.It's work fine with latin-text.
    But when i work with japanese characters , I don't know how to do it ?
    I decode a sample japanese pdf file, and I know that each Japanese characters are performances as hex string : "<01b7><0e230a23>..."
    But i don't know how to convert Japanese characters to the hex string like that.
    Can evrybody help me?
    Thanks!

    Searching is the same process as extracting - since it's about turning page content into something understandable.  So that still remains what you need to learn/understand - of course, referring back to all the previous sections about font formats, etc.
    Replacing in PDF is EXTREMELY DIFFICULT for two reasons - subset fonts and explicit glyph positioning.  Have you determine (conceptually, if nothing else) how you plan to addresses these two issues?
    PDF doesn't do UTF8 for page content - so don't worry about that.

  • I see boxes instead of Japanese or other language text

    I see boxes instead of Japanese or other language text.
    This happens on my my browsers, not just firefox. I tried downloading chrome and safari but this did not help.

    Windows XP doesn't have support for Japanese and other languages installed by default.
    # Click the Start button and choose Control Panel.
    # Click the Date, Time, Language and Regional Options icon.
    # Click the Regional and Language Options icon.
    # Click the Languages tab.
    # Under Supplemental Language Support, make sure both "Install files…" options are checked.
    You may also want to install ClearType fonts that were introduced in Windows Vista.
    * [http://www.microsoft.com/en-us/download/details.aspx?id=10550 Japanese ClearType fonts for Windows XP | Microsoft Download Center]
    * [http://www.microsoft.com/en-us/download/details.aspx?id=10490 Korean ClearType fonts for Windows XP | Microsoft Download Center]
    * [http://www.microsoft.com/en-us/download/details.aspx?id=14577 Simplified Chinese ClearType fonts for Windows XP | Microsoft Download Center]
    * [http://www.microsoft.com/en-us/download/details.aspx?id=12072 Traditional Chinese ClearType fonts for Windows XP | Microsoft Download Center]

  • # is appearing instead of Japanese characters.

    Hi All,
    While loading data which comprises of japanese characters, '#' values are appearing in the infocube(infoprovider) instead of japanese characters in the production system.When I load the same data in developmennt system I can see the japanese characters.Is there any setting that we need to make in production system so that we can see japanese characters instead of #.If not then please suggest any other method.
    Thanks,
    Ishdeep.

    Yogesh,
    Actually the thing is that we dont have any option of code page setting during secong level loading i.e.in our case we have 2 ODS and 2 masters as base tables. On these tables we had a view and above view we have Infocube (2nd level loads)  and on infocube we are reporting. If you know any code page setting or any other setting for this please let me know.
    Ishdeep.

  • 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

  • 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

  • I have boxes instead of Farsi characters as the text of MenuItem label...

    Hi
    As i started programming by jdk6, i had no problem in text components neither in awt nor in swing.
    But for labels or titles of AWT components, yes :
    I couldn't have Farsi characters displayable on AWTs just as simple as Swing by typing them into the source code.
    lets check this SSCCE :
    import javax.swing.*;
    import java.awt.*;
    import java.io.*;
    import java.util.Properties;
    public class EmptyFarsiCharsOnAWT extends JFrame{
        public EmptyFarsiCharsOnAWT() {
            super("&#1605;&#1579;&#1575;&#1604;");
            setDefaultCloseOperation(3);
            setVisible(rootPaneCheckingEnabled);
        public static void main(String[] args) throws AWTException, IOException {
            JFrame jFrame = new EmptyFarsiCharsOnAWT();
            MenuItem show ;
            // approach 1 = HardCoding :
            show = new MenuItem("\u0646\u0645\u0627\u06cc\u0634 \u0645\u062a\u0627");
            // approach 2 = using simple utf-8 saved text file :
                BufferedReader in = new BufferedReader(new FileReader("farsiLabels.txt"));
                String showLabel = in.readLine();
                in.close();
                show = new MenuItem(showLabel);
             // approach 3 = using properties file :
            FileReader in = new FileReader("farsiLabels.properties");
            Properties farsiLabels = new Properties();
            farsiLabels.load(in);
            show = new MenuItem(farsiLabels.getProperty("tray.show"));
            PopupMenu popUp = new PopupMenu();
            popUp.add(show);
                // creating Tray object
                Image iconIamge = Toolkit.getDefaultToolkit().getImage("greenIcon.png");
                TrayIcon trayIcon = new TrayIcon(iconIamge, null, popUp);
                SystemTray tray = SystemTray.getSystemTray();
                tray.add(trayIcon);
                jFrame.setIconImage(iconIamge);
    Yes, i know each of three approaches in source code does right when you may test it from IDE , but if you make a JAR contains just this class (and its resources) by means of NetBeans > project > clean&build ,you won't see the expected characters and will just get EMPTY/BLANK SQUARES !
    Unfortunately, opposed to other situations i encountered before, here there is no way to avoid using awt and make use of Swing in this case.
    And this was just an SSCCE i made to show the problem and my recent (also first ) application suffers from this subject.
    Unfortunately it seems i can not attach anything to my post!
    the content of text file is just this one line:
    &#1606;&#1605;&#1575;&#1740;&#1588; &#1605;&#1578;&#1575;and
    The contents of Properties file is this :
    #Sun May 02 09:45:10 IRDT 2010  
    tray.show=&#65279;&#1606;&#1605;&#1575;&#1740;&#1588; &#1605;&#1578;&#1575;for instance.
    the icon image i don't think will differ to the issue.
    i am using latest version of Netbeans IDE.
    Thank you very much in advance.

    Any idea plz ?

  • Indesign CS4 adds square boxes around images when exporting to PDF

    When I export a brochure created in InDesign to PDF, for some reason the .pdf file (only the PDF - the InDesign version doesn't show these) shows faint squares around images/graphics that have shadow effects applied. These appear around photos, as well as graphic objects that have a solid colour background, for example an orange circle. Some suggested rasterizing images in Illustrator and that didn't help. Transparency doesn't seem to be at fault either. Would anyone have any idea what may be causing this and how to remedy the problem?
    FYI, the PDF export pre-sets in InDesign are as follows (I only mention options that are checked, the rest are turned off):
    COMPATIBILITY: Acrobat 5 (PDF 1.4)
    GENERAL:
         HIGH QUALITY PRINT (modified)
         Export Layers:Visible & Printable Layers
    COMPRESSION:
         COLOR IMAGES:
         Bicubis Downsampling to 300 pixels per inch for images above 450 pixels per inch
         Compression: Automatic JPEG
         Image Quality: Maximum
      GRAYSCALE IMAGES:
         Bicubis Downsampling to 300 pixels per inch for images above 450 pixels per inch
         Compression: Automatic JPEG
         Image Quality: Maximum
      MONOCHROME IMAGES:
         Bicubis Downsampling to 1200 pixels per inch for images above 1800 pixels per inch
         Compression: Automatic JPEG
         Compression: CCITT Group 4
    FYI - I use Mac OSX 10.5.8 and InDesign 6.0.3.
    I have attached the PDF for your review.
    With many thanks,
    Alex

    BTW, don't use OSX's preview to look at PDFs created by InDesign if they take advantage of high end features such as live transparency.
    Preview simply isn't up to the task and you should be using Acrobat or Reader.
    Bob

  • Square boxes instead of emoticons in text message

    phone can send emoticons but receive square boxes

    I fixed this problem by:
    1. Turn iMessage off
    2. Turn iMessage on
    3. Verify contact is in contact list
    4. Deleting the text message series prior to the one you want to send.  Say you've texed Bob Dole 1000 times, delete the entire thread.  Then, hit new message, load Bob Dole from contacts, and send. 
    For me, this ended the above problem.

  • Garbage characters on PDF output

    My PDF documents converted from Word sometimes have a short bit of garbage characters just about the TOC.  Not everyone sees the characters on the document. It only is visible to a few individuals.
    See the attached. Is there a setting that needs attention....?
    thanks

    Hi Bill, thanks for checking in.  I have been creating the PDF documents by right-clicking on the Word doc in Windows Explorer (Office 2010) and creating a PDF.  I have Adobe Acrobat Pro Extended v. 9.0.0.  Not everyone sees the characters so perhaps it has something to do with the version of Adobe PDF reader they are using?  Maybe the reader is more advanced than my version of Acrobat?

  • Greek characters in PDF output

    Hello All,
    We are running on 11.5.10.2. We have recently converted to WE8MSWIN1252 charset. After that reports server is crashing with below error when even we try to run a PDF report.
    Oracle Reports Server CGI - The Reports Server Engine terminated abnormally
    Please advice.
    Thanks in advance.

    Thank you for your reply.
    We are on Linux (RHEL 5 OS).
    We have migrated from US7ASCII to WE8MSWIN1252 charset. Autoconfig completed sucessfully.
    I have tested other reports as well like simple active users report, it was failing with signal 11 error. As per note 396336.1, I have updated Tk2Motif.rgb file as follows:
    Tk2Motif*fontMapCs: iso8859-2=WE8MSWIN1252.
    Ater the above change, active users PDF report output was fine, there were no more signal 11 errors. But original issue of displaying PDF from Quote (OAF, Quote Printing functionality) module was having issue. Its showing fonts in Symbol/Greek language.

  • Re:How to display Japanese Characters

    Dear all
    Does any one has idea how to display Japanese characters in PDF output generated by the Reports6i.
    Reports in Discoverer are working fine but when it comes to pdf the Japanese Characters are lost.

    Hi Rohit
    Thanks for prompt reply.
    1) Suppose if we upgrade the Report6i By applying the Latest patch.
    2)Then Develop the reports in 9i editor and run it on live enviornment which is Oracle9iAs (Application server)
    , Reports6i server(patch 14) will it still loss the effects/Can cause problems Later on.
    Thanks
    Jai

  • Japanese characters in SQL Developer  Version 1.5.4

    I am using SQL Developer ver 1.5.4 with Oracle 11g. There are Japanese characters stored in VARCHAR2 field.
    When I execute a SELECT SQL query, SQL Developer does not display Japanese characters in the Result window -- it displays row of small square characters instead.
    (When I execute the same query as a script -- it displays the Japanese characters in Script Output window,
    What should I do to have SQL Developer to display Japanese characters in Result window?
    Thank you!
    Mark.
    Edited by: MarcoPolo on Jul 7, 2009 11:16 AM

    Hi there, Have you fixed this issue?
    I'm having the same issue albeit with SQL Developer VERSION 1.5.5
    The Select stmt displays the the empty square boxes in the result window, I've set the encoding preferences to UTF8 in the menu and font to Arial Unicode (there is no option to set script to Japanese). How can i display japanese characters in the results window??
    When i export these empty square boxes in the result window to notepad (where encoding set to Unicode and Font set to Arial Unicode and Script to Japanese), the japanese value is displayed correctly in the notepad.
    Kindly provide some input
    Many Thanks

Maybe you are looking for

  • Help on integrating 3rd party search engine

    Hi we are on EP6 SP2. I have downloaded com.customer.search by Thilo Brandt, and uploaded it into our system, restart the portal, created a web repository. created a virtual index based on this customer search global service, and used that web reposi

  • Help saving .swf files in Flash 8

    Okay here is the deal. I downloaded a template for oscommerce that has a flash header (this flash file is main.swf). I am able to make the adjustments that are needed in Flash 8 but once I try to save it as .swf it tells me that I am unable to save i

  • "unable to spawn jobq slave process"  in alert.log

    I had these errors in my alert.log Sunday morning right after the oracle export pump. It had detail in two trace files ORA-00610: Internal error code ORA-00610: Internal error code Died during process startup with error 447 (seq=94168) OPIRIP: Uncaug

  • Enabling Buttons

    I have disabled buttons on a page using a function and want to enable them after pressing a create button on the same page. I am trying to use another function call for the enable buttons but the create button is tied to a process and branch. What is

  • Recursivity in Oracle Java Class Generator from XML

    I am about to start using Oracle XDK for marshalling/unmarshaling XML documents but I need to know if the generator will be able to create correctly the java classes from a DTD that is recursive : <!-- #[START] --> <!ELEMENT node ( date, symbol, node