Tuesday, March 27, 2012

Exporting Japanese characters to PDF

When I export my report containing Japanese characters to PDF, the Japanese
text gets translated to a string of question marks ("? ? ? ?"). Yet the
Japanese characters display just fine in Visual Studio Preview, or when I
export the report to Excel, or when I execute the report's stored proc in
Query Analyzer. Is this a bug in the PDF translator?i have the same problem.help!
"MattGauch" <MattGauch@.discussions.microsoft.com> дÈëÏûÏ¢
news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
> When I export my report containing Japanese characters to PDF, the
Japanese
> text gets translated to a string of question marks ("? ? ? ?"). Yet the
> Japanese characters display just fine in Visual Studio Preview, or when I
> export the report to Excel, or when I execute the report's stored proc in
> Query Analyzer. Is this a bug in the PDF translator?
>|||Try the report after you changed the fonts to "Arial Unicode MS" font.
Eralper
http://www.kodyaz.com
"news.microsoft.com" wrote:
> i have the same problem.help!
> "MattGauch" <MattGauch@.discussions.microsoft.com> �´�ë�û�¢
> news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
> > When I export my report containing Japanese characters to PDF, the
> Japanese
> > text gets translated to a string of question marks ("? ? ? ?"). Yet the
> > Japanese characters display just fine in Visual Studio Preview, or when I
> > export the report to Excel, or when I execute the report's stored proc in
> > Query Analyzer. Is this a bug in the PDF translator?
> >
> >
>
>|||That did the trick - THANKS!! Still don't understand why it would export and
show up fine in Excel, however?
- Matt
"eralper" wrote:
> Try the report after you changed the fonts to "Arial Unicode MS" font.
> Eralper
> http://www.kodyaz.com
>
> "news.microsoft.com" wrote:
> > i have the same problem.help!
> > "MattGauch" <MattGauch@.discussions.microsoft.com> �´�ë�û�¢
> > news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
> > > When I export my report containing Japanese characters to PDF, the
> > Japanese
> > > text gets translated to a string of question marks ("? ? ? ?"). Yet the
> > > Japanese characters display just fine in Visual Studio Preview, or when I
> > > export the report to Excel, or when I execute the report's stored proc in
> > > Query Analyzer. Is this a bug in the PDF translator?
> > >
> > >
> >
> >
> >|||I can not answer why it works on VS.Net preview but the Arial Unicode MS is a
very huge fiel about 3 MB in size so containing nearly all fonts in many
languages.
"MattGauch" wrote:
> That did the trick - THANKS!! Still don't understand why it would export and
> show up fine in Excel, however?
> - Matt
>
> "eralper" wrote:
> >
> > Try the report after you changed the fonts to "Arial Unicode MS" font.
> >
> > Eralper
> > http://www.kodyaz.com
> >
> >
> > "news.microsoft.com" wrote:
> >
> > > i have the same problem.help!
> > > "MattGauch" <MattGauch@.discussions.microsoft.com> �´�ë�û�¢
> > > news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
> > > > When I export my report containing Japanese characters to PDF, the
> > > Japanese
> > > > text gets translated to a string of question marks ("? ? ? ?"). Yet the
> > > > Japanese characters display just fine in Visual Studio Preview, or when I
> > > > export the report to Excel, or when I execute the report's stored proc in
> > > > Query Analyzer. Is this a bug in the PDF translator?
> > > >
> > > >
> > >
> > >
> > >|||This can be a problem with Acrobat itself. RS doesn't embed fonts into
its PDF reports. (Probably, to avoid copyright violation issues
arising from redistributing fonts along with documents.) When
displaying such documents, Acrobat is tailored to substitute fonts,
based on fonts' characteristics, not name. If no match is found, it
uses some generic font, and, if that font doesn't contain the
characters used in the document, guess what it is going to display?
Right, a bunch of question marks...
On Thu, 3 Feb 2005 01:25:03 -0800, "eralper"
<eralper@.discussions.microsoft.com> wrote:
>I can not answer why it works on VS.Net preview but the Arial Unicode MS is a
>very huge fiel about 3 MB in size so containing nearly all fonts in many
>languages.
>"MattGauch" wrote:
>> That did the trick - THANKS!! Still don't understand why it would export and
>> show up fine in Excel, however?
>> - Matt
>>
>> "eralper" wrote:
>> >
>> > Try the report after you changed the fonts to "Arial Unicode MS" font.
>> >
>> > Eralper
>> > http://www.kodyaz.com
>> >
>> >
>> > "news.microsoft.com" wrote:
>> >
>> > > i have the same problem.help!
>> > > "MattGauch" <MattGauch@.discussions.microsoft.com> дÈëÏûÏ¢
>> > > news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
>> > > > When I export my report containing Japanese characters to PDF, the
>> > > Japanese
>> > > > text gets translated to a string of question marks ("? ? ? ?"). Yet the
>> > > > Japanese characters display just fine in Visual Studio Preview, or when I
>> > > > export the report to Excel, or when I execute the report's stored proc in
>> > > > Query Analyzer. Is this a bug in the PDF translator?
>> > > >
>> > > >
>> > >
>> > >
>> > >|||I have similar problem. My barcode font (C39HrP36DmTt) gets converted to
somewhat like Arial on export to PDF or printing. Although in IE font is
displayed well.
I experimented with preinstalled Windows fonts like Blackadder ITC and Curlz
MT and got the same.
I have Reporting Services with SP 2. My font is installed on server.
Andrej.
"Usenet User" wrote:
> This can be a problem with Acrobat itself. RS doesn't embed fonts into
> its PDF reports. (Probably, to avoid copyright violation issues
> arising from redistributing fonts along with documents.) When
> displaying such documents, Acrobat is tailored to substitute fonts,
> based on fonts' characteristics, not name. If no match is found, it
> uses some generic font, and, if that font doesn't contain the
> characters used in the document, guess what it is going to display?
> Right, a bunch of question marks...
>
> On Thu, 3 Feb 2005 01:25:03 -0800, "eralper"
> <eralper@.discussions.microsoft.com> wrote:
> >I can not answer why it works on VS.Net preview but the Arial Unicode MS is a
> >very huge fiel about 3 MB in size so containing nearly all fonts in many
> >languages.
> >
> >"MattGauch" wrote:
> >
> >> That did the trick - THANKS!! Still don't understand why it would export and
> >> show up fine in Excel, however?
> >>
> >> - Matt
> >>
> >>
> >> "eralper" wrote:
> >>
> >> >
> >> > Try the report after you changed the fonts to "Arial Unicode MS" font.
> >> >
> >> > Eralper
> >> > http://www.kodyaz.com
> >> >
> >> >
> >> > "news.microsoft.com" wrote:
> >> >
> >> > > i have the same problem.help!
> >> > > "MattGauch" <MattGauch@.discussions.microsoft.com> �´�ë�û�¢
> >> > > news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
> >> > > > When I export my report containing Japanese characters to PDF, the
> >> > > Japanese
> >> > > > text gets translated to a string of question marks ("? ? ? ?"). Yet the
> >> > > > Japanese characters display just fine in Visual Studio Preview, or when I
> >> > > > export the report to Excel, or when I execute the report's stored proc in
> >> > > > Query Analyzer. Is this a bug in the PDF translator?
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > >
>|||Arial Unicode MS won't always work. In order to enable Japanese for
non-unicode programs (PDF), see the following url:
http://www.greggman.com/japan/xp-ime/xp-ime.htm.
"Andrej" wrote:
> I have similar problem. My barcode font (C39HrP36DmTt) gets converted to
> somewhat like Arial on export to PDF or printing. Although in IE font is
> displayed well.
> I experimented with preinstalled Windows fonts like Blackadder ITC and Curlz
> MT and got the same.
> I have Reporting Services with SP 2. My font is installed on server.
> Andrej.
>
>
> "Usenet User" wrote:
> > This can be a problem with Acrobat itself. RS doesn't embed fonts into
> > its PDF reports. (Probably, to avoid copyright violation issues
> > arising from redistributing fonts along with documents.) When
> > displaying such documents, Acrobat is tailored to substitute fonts,
> > based on fonts' characteristics, not name. If no match is found, it
> > uses some generic font, and, if that font doesn't contain the
> > characters used in the document, guess what it is going to display?
> > Right, a bunch of question marks...
> >
> >
> > On Thu, 3 Feb 2005 01:25:03 -0800, "eralper"
> > <eralper@.discussions.microsoft.com> wrote:
> >
> > >I can not answer why it works on VS.Net preview but the Arial Unicode MS is a
> > >very huge fiel about 3 MB in size so containing nearly all fonts in many
> > >languages.
> > >
> > >"MattGauch" wrote:
> > >
> > >> That did the trick - THANKS!! Still don't understand why it would export and
> > >> show up fine in Excel, however?
> > >>
> > >> - Matt
> > >>
> > >>
> > >> "eralper" wrote:
> > >>
> > >> >
> > >> > Try the report after you changed the fonts to "Arial Unicode MS" font.
> > >> >
> > >> > Eralper
> > >> > http://www.kodyaz.com
> > >> >
> > >> >
> > >> > "news.microsoft.com" wrote:
> > >> >
> > >> > > i have the same problem.help!
> > >> > > "MattGauch" <MattGauch@.discussions.microsoft.com> �´�ë�û�¢
> > >> > > news:921D902A-FEE0-4B7E-A1F1-F4E158D9DF3C@.microsoft.com...
> > >> > > > When I export my report containing Japanese characters to PDF, the
> > >> > > Japanese
> > >> > > > text gets translated to a string of question marks ("? ? ? ?"). Yet the
> > >> > > > Japanese characters display just fine in Visual Studio Preview, or when I
> > >> > > > export the report to Excel, or when I execute the report's stored proc in
> > >> > > > Query Analyzer. Is this a bug in the PDF translator?
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > >
> >
> >

No comments:

Post a Comment