How can I convert PDF file to text file and maintain original text layout? And does Ps2pdfsdk.Dll need .NET framework?

Hi,

I'm trying to convert pdf to text i faced an remote server page not found error how i solved that error..,

Thanks in advance..
Customer
---------------------------------------
Hello Team,

I have one query for Ps2pdfsdk.Dll library, is it implemented on dotnet or else?
Customer
---------------------------------------
Thanks for your message, Ps2pdfsdk.Dll is written in VC++, so you can call it without .NET installed.

If you wish convert PDF file to text file with layout, you can use "PDF to Text OCR Converter Command Line" software,

https://www.verypdf.com/app/pdf-to-text-ocr-converter/try-and-buy.html

and run following command line to keep layout from PDF file to text file,

pdf2txtocr.exe -layout C:\in.pdf C:\out.txt

How can I convert PDF file to text file and maintain original text layout? And does Ps2pdfsdk.Dll need .NET framework?

More command line options can be found at following web page,

https://www.verypdf.com/app/pdf-to-text-ocr-converter/how-to-use.html

VeryPDF

Related Posts