Hi,
I have uploading PDF files using asp.net,vb.net. I need to reduce pdf file size with free open source.
I googled about it. likes Itextharp this is paid license... Let me know any free open source.
Thanks in advance,
Regards
san15783
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.
santhosh kumarPosted Apr 8, 2016, 6:24 AM
Mohammed IbrahimPosted Apr 7, 2016, 3:28 PM
santhosh kumarPosted Apr 7, 2016, 1:02 PM
Mohammed IbrahimPosted Apr 7, 2016, 12:40 PM
santhosh kumarPosted Apr 6, 2016, 10:00 PM
santhosh kumarPosted Apr 6, 2016, 11:47 AM
Thanks in advance.
Anil MullurPosted Apr 6, 2016, 10:23 AM
It's not clear from the site if they can reduce the size of the file but you might want to give it a try.
There’s also another way to reduce the size of the PDF. If it contains images with text, you can extract the text using OCR and save the file as searchable PDF. This produces smaller size files than images in PDF. There's a well known free OCR engine named Tesseract and it has a .NET wrapper.
If you want to handle both OCR and PDF reduction using one library, I don't know of a free tool, but my employer used LeadTools for that and it was rather good.