cancel
Showing results for 
Search instead for 
Did you mean: 

pdf exporting truncation text

Former Member
0 Kudos

Preamble: i set ForceLargerFonts=1, TruncationAdjustment=2, UsePrecisePositioningForText=1 on registry.

Hi i've this problem: when export to pdf there's a trucantion on the right-hand side of text, but the very strange thing is that only happens when i use uppercase (if text is lowercase it works correctly and there's no truncation)

Thanks !

I use CR 13.0.10 with ASPX on IIS framework 4  (Windows server 2008 R2 64bit)

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi Paolo

I'd like you to try this with SP 12:

If that does not help, I'd like you to attach the report here - with saved data so I can have a look. To attach, rename the rpt to txt. Then click on the Use advanced editor and attach.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Former Member
0 Kudos

thanks for reply, i try it next week.

Former Member
0 Kudos

I try with CRRuntime_64bit_13_0_13, but i have the same problem.

As soon as i can i attach the report. Thanks.

Former Member
0 Kudos

I attach my test report (i change estension into .txt)

I use this code:


  dim cr As New CrystalDecisions.CrystalReports.Engine.ReportDocument
  cr.Load("test.rpt")
cr.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, myPath)

If you test my report you can see that there's truncation only on uppercase text.

I use CR 13.0.13 with ASPX on IIS framework 4  (Windows server 2008 R2 64bit or Windows 7 PRO)
Thanks for all !

Answers (0)