Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
1- hi for all, ineed to extract bold text from pdf documents and save it into DB
2- how can I extract italic text in pdf documents
Posted
Updated 24-Sep-18 5:27am
Comments
HARISHCHOWDHARY 23-Jan-12 1:00am    
Please suggest me a way to Extract all the BOLD and Italics Characters from the Pdf File on the Linux Box

You need a pdf library such as iTextSharp[^] or commercial library. If you want to go with commericail application, there are many of them to choose. I am working with Syncufion's [^] library, which I find it very good.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Jan-11 18:14pm    
Must be pretty good stuff, is that true?
My 5 anyway.
Yusuf 21-Jan-11 18:20pm    
It does pretty amazing stuff, well kinda of. I am doing a feature on out product that takes PDF form and annotates to create a new PDF file based on the PDF form, XML file and user selection. I thought writing an article, but we are using thrid party tool to accomplish the task. I am sure I can think of doing it using iTextSharp, but don't have the time right now. :-(
Sergey Alexandrovich Kryukov 21-Jan-11 19:26pm    
Yusuf,

Would be quite nice if you share your experience and best techniques. If there are non-trivial moments (and they should be if you got non-trivial experience), it would be a very good candidate for an interesting article. Also, it may become very popular.
So, I would encourage you to press your personal schedule a bit and prepare the article. (I see you never posted one... how come? With such a wonderful logo :-) as the one you use -- like it! :-)

(By the way, I've been encourages to post another article as well -- preparing it now. You know, you never know what's going to appear more interesting for your colleague, so socializing like that is extremely valuable, don't you think so?)

Good luck,
--SA
 
Share this answer
 
Comments
CPallini 21-Jan-11 12:36pm    
Hey man, reporting links to "The Competitors" is unfair! :-D
Nish Nishant 21-Jan-11 12:37pm    
Well some of the most popular SO threads link back to CP articles. If they can link to us, let's show them that we are equally good at that game! *grin*
Yusuf 21-Jan-11 18:21pm    
Traitor. Bob does not have any Competitor. ducks!
CPallini 22-Jan-11 8:00am    
Wrong: Boobs have not. :-D
CPallini 21-Jan-11 13:30pm    
I was just kidding (I did the same so many times...).
You have either to:
  • Use a PDF library.

or

  • Develop your self such a functionality, starting from PDF specifications, available here[^].

:)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900