PDF to TEXT Converter SDK and EXE versions

I want to buy PDF2TXT COM and use my project, but I noticed different effect of using sdk and test.exe application.
I attached part of input file as an image.
First I used test.exe and result is attached (exe.txt). Columns in the table are straight (except header, but for me it’s not a problem).
Next I tried extract the same file using skd:

Pdf2TxtNativeMethods.PDF2TXTSetLicenseCode("XXXXXXXXXXXXXX");
Pdf2TxtNativeMethods.SetTXTFormat(1);
Pdf2TxtNativeMethods.PDF2TXT(fileName, outFile);

Result is in the API.txt file. Last tree columns are scattered.
The problem is related with Polish special characters.

Is possible to change setting of sdk component to read pdf exactly same like console version do?
Can component read polish special characters?
=============================
Please call PDF2TXTEx() function to instead of PDF2TXT() function to try again, PDF2TXTEx() function does support polish special characters, for example,
Pdf2TxtNativeMethods.PDF2TXTSetLicenseCode("XXXXXXXXXXXXXX");
Pdf2TxtNativeMethods.SetTXTFormat(1);
Pdf2TxtNativeMethods.PDF2TXTEx(fileName, outFile, 0, 0, 0, 0);

VeryPDF
VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!