how to read/write to pdf from c#
how to read & write to a pdf from c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mageshwaran RPosted Nov 23, 2019, 11:05 AM
Alan BrostPosted Jun 27, 2019, 6:08 AM
If you need PDF generation functionality for your .net application, ZetPDF is a .net SDK for adding PDF render and print support in .net applications. It is designed to solve most developer’s needs with regards to PDF rendering. Get in touch today so that we can help you. Please find the link below for all your needs.
Raheel AhmadPosted Nov 27, 2018, 12:05 AM
Mohamed AbedallahPosted Nov 22, 2018, 8:21 AM
You can use LEADTOOLS to read and manipulate PDF files (merge, parse, copy, extract, convert to and from PDF, etc..).
For example, if you want to get the text from the PDF file, the code is similar to this:
To write PDF, you can either save it as image, or as searchable text (or image-over-text which has both). More details can be found here:
https://www.leadtools.com/sdk/pdf
Sanwar RanwaPosted Nov 18, 2018, 10:13 PM
Rahul PrasadPosted Nov 18, 2018, 7:23 PM
Jignesh KumarPosted Nov 16, 2018, 11:27 PM
Laxmidhar SahooPosted Nov 16, 2018, 10:55 PM
Chandan PrasadPosted Nov 16, 2018, 10:29 PM