Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've developed a system to procees an image to a PDF. Basiccaly this image means inovices with a paticular standard. By this software it converts the invoice in to a pdf & now i want to know how to get values automatically from pdf file to a database? Something like drag & drop, any solution for how to automate this?
Posted

1 solution

The PDF file is structured to allow Adobe Acrobat to display and print each page on a variety of screens and printers. You will have to read the file and then only you can store the file content in database.
Refer the links below:
PDF File Analyzer With C# Parsing Classes[^]
Displaying the contents of a PDF file in an ASP.NET application using GhostScript[^]
about opening a pdf file in c#[^]
How to Read, Write and Edit PDF Files and Metadata using LEADTOOLS[^]

All the best.
--Amit
 
Share this answer
 

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