I need to select some strings when i load PdfDocument.
And it must be loaded only if it is red or if it’s font-size equals 26, etc.
Can i do it with pdfSharp?
I need to select some strings when i load PdfDocument. And it must be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PDFsharp was not made for this task.
Here you can find user-supplied code that extracts text from a PDF file:
http://forum.pdfsharp.net/viewtopic.php?p=1603#p1603
Checking color and font size must be added to the code.