PDF to Text — Convert PDF to plain text file

good afternoon ...

I need to buy the license of "PDF to Text", but I need to know how the record. You sent me a code which I should replace the program I downloaded from the internet PDF2TXTSetLicenseCode "XXXXXXXXXXXXXXX".

Would be so kind to explain how I register the dll before Campra.

From already thank you very much.

Yours sincerely.
===============================
Hi,

You can run following command line to register PDF2TXTCOM.exe COM interface first, (you need run following command line in a CMD window which own administrator privilege),

PDF2TXTCOM.exe /regserver

Then you can use following VBS (VB Script) example to convert your PDF file to text file,
~~~~~~~~~~~~~~~~~~~~~
Dim oTest
dim nRet

Set fso = CreateObject("Scripting.FileSystemObject")
strFolder = fso.GetParentFolderName(wscript.ScriptFullName)
destiantionPath = strFolder & "\verypdf.pdf"

Set oTest = CreateObject("PDF2TXTCOM.PDF2TXT")
oTest.com_SetTXTFormat 1
oTest.com_SetZoomRatio 90
oTest.com_PDF2TXTSetLicenseCode("XXXXXXXXXXXXXXXXXXXXXX")
nRet = oTest.com_Pdf2Txt(strFolder & "\sample1.pdf", strFolder & "\sample1-pdf2txt.txt")
nRet = oTest.com_Pdf2TxtEx(strFolder & "\sample1.pdf", strFolder & "\sample1-pdf2txtEx.txt",0,0,"","")
MsgBox "Convert Success!"
~~~~~~~~~~~~~~~~~~~~~

Please replace "XXXXXXXXXXXXXXXXXXXXXX" with your real license key, you will able to convert your PDF file to text file without any restrictions.

VeryPDF

VN:F [1.9.20_1166]
Rating: 1.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
PDF to Text -- Convert PDF to plain text file, 1.0 out of 10 based on 1 rating

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!