Telerik Document Processing Feedback Portal
Create an account
Log In
Back to Feed
Request a Feature
Report a Bug
Unplanned
Follow
Last Updated:
23 Apr 2020 08:11
by
ADMIN
Dimitar
Created on:
23 Apr 2020 08:11
Category:
WordsProcessing
Type:
Bug Report
0
Vote
WordsProcessing: Invalid font size when exporting to pdf
WordsProcessing: Invalid font size when exporting to pdf.
Workaround:
var runs = document.EnumerateChildrenOfType<Run>();
foreach (var item in runs)
{
item.FontSize -= 5;
}
Add a Comment
Your Comment
Attach files
(Total attached files size should be smaller than
20mb
. Allowed extensions:
.zip, .rar, .jpg, .png, .gif
)
Post Comment
0 comments
Create an account
Log In
View
Recently Updated
New Items
Most Popular
Status Info
Type
All
Bug Report
Feature Request
Status
All
Completed (725)
Declined (78)
Duplicated (32)
In Development (43)
Unplanned (1011)
Won't Fix (1)
Category
All
Telerik Document Processing
PdfProcessing
SpreadProcessing
SpreadStreamProcessing
WordsProcessing
ZipLibrary