Saving to another drive by PDF to Text COM

We are currently a registred user of PDF to TXT component, using with classic ASP.
 
We are having some issues when saving the output file to another drive. In our example, the web application is running at D:/.
 
The are using the below code:
 
arquivoantes="k:\fotos\testenotaadministrador06062011142804.pdf"
arquivodepois="k:\fotos\testenotaadministrador06062011142804.txt"
nRet = oTest.com_Pdf2Txt(arquivoantes,arquivodepois )
nRet = oTest.com_Pdf2TxtEx(arquivoantes,arquivodepois ,0,0,"","")
 
Why it isn't working properly?
============================
Maybe your web application can’t access to K: driver, it is caused by network or permission issues, we suggest you may run your ASP code from administrator user account to try again, in general, administrator user account has read/write/access permissions to network driver.

You can also convert PDF file to text file on local disk first, and then copy the text file to network driver at later, we hoping this solution will work fine for you too.

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!