How can I change text color in a pdf? I have both Abby FineReader 12 and Abby Transformer+, but I can't see this option in any of them.
Thanks,
Anna
How can I change text color in a pdf? I have both Abby FineReader 12 and Abby Transformer+, but I can't see this option in any of them.
Thanks,
Anna
In ABBYY FineReader Engine, you may change the detected text color using the property
FRDocument.Pages[i].Layout.Blocks[i].GetAsTextBlock().Text.Paragraphs[i].ParagraphStyle.BaseFont.Color for the paragraph and FRDocument.Pages[i].Layout.Blocks[i].GetAsTextBlock().Text.Paragraphs[i].CharParams(no).Color for the single characters.
Please note, that this forum is dedicated to FineReader Engine and FlexiCapture Engine support. For FineReader Desktop and Transformer ABBYY products support, please contact these products technical support.
Please sign in to leave a comment.