Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

Can any one share the sample to serialize PDF to XML type

Regards,

sajith
Posted

1 solution

Hi,


there are many solutions out there.
Also on Codeproject:

Extract Text from PDF in C# (100% .NET)[^]

Use PDFParser class from this project with ExtractTextFromPDFBytes(byte[] input) method to extract text from PDF-File, then save it to XML-File.

With Best Regards
 
Share this answer
 
v3
Comments
sajithnet 23-Mar-12 7:30am    
thans Bjon,

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