I have a WIN 2003 server.
I downloaded the demo( PDF2TXT Com for developers.
I'm trying to do this example in ASP.
I have registered the
regsvr32 p2tocx.ocx
regsvr32 Pdf2Txtex.dll
Here is the message
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/doracle/test_eclipse_Verypdf.asp, line 3
800401f3
==============
code below:
<html><title>Test_Eclipse_VeryPDF</title><body>
<%
set pp2t = Server.CreateObject("pdf2txt.cpdf2txt")
The DLL has the IUSR_machine and IWAM_machine permission.
Suggestions?
==================================
Please check following issues,
1. Please copy Pdf2Txtex.dll, pdf2txt.dll, encryptpdf.dll, pdfsdk.dll, p2tocx.ocx files to same folder,
2. Register Pdf2Txtex.dll from this folder,
regsvr32 Pdf2Txtex.dll
3. Please give Full Control permission to Everyone user account to the folder where these DLL files exist,
4. OK, please run your ASP code to try again,
If you are using 64bit system, please don't copy these DLL files to system32 folder, you need copy these DLL files to syswow64 folder, and set "Enable 32-bit Applications" to True in IIS Service, then you can call "PDF2TXT.CPDF2TXT" from 64bit ASP code properly.
if you still can't get it work, please create a remote desktop account on your test machine, after we logged into your test machine, we will research this problem for you asap.
Related Posts
Related posts:
Is your PDF2TXT support Linux system?
PDF to TXT COM gives me an error stating that the module cannot be found
How to convert PDF with embedded fonts to text without messy code?
How can I call PDF to Text Converter from Windows Service to convert PDF files to Text files?
Accurately extract tables from PDFs. No more time consuming and error prone copying and pasting
Have you improved column alignment in PDF to Text Converter software?
I need a software to convert PDF, Image, DOC, DOCX, CSV, etc. formats to text files from command lin...
Converting non-searchable to searchable PDFs in many subfolders using OCR software