Skip to content

Commit 11295cd

Browse files
Update exporting-xlsx-to-pdf-formatting-issues.md
1 parent 7749dea commit 11295cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/exporting-xlsx-to-pdf-formatting-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The most common scenario is:
2525
## Solution
2626
The limitations of .NET Standard may cause differences in the font and text size (text measuring) when converting to PDF format.
2727

28-
1\. To address the issue with the size discrepancy, set a [SpreadFixedTextMeasurer]({%slug radspreadprocessing-cross-platform-text-measure%}}) to handle the problem with the size:
28+
1\. To address the issue with the size discrepancy, set a [SpreadFixedTextMeasurer]({%slug radspreadprocessing-cross-platform-text-measure%}) to handle the problem with the size:
2929

3030
```csharp
3131
SpreadTextMeasurerBase fixedTextMeasurer = new SpreadFixedTextMeasurer();

0 commit comments

Comments
 (0)