pdf to word converter

Converting owner password protected PDF files to word

Please could you let me know if your PDF to word convertor supports the conversion of protected PDF files to word.
I want to buy it but before doing so want to ensure that it will do its job.
Attached is the file please could you convert it and send it over as evidence
========================
Yes, our PDF to Word Converter can convert owner password protected PDF files to Word documents without any problem. if you encounter a problem with our PDF to Word Converter product, please email that PDF file to us for test purpose, after we checked your PDF file, we will figure out a solution to you shortly.

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)
pdf to text converter

How to call PDF to Text SDK from Delphi code?

We just bought  your product PDF2TXT COM with Developer License. But we can not install the COM into our Delphi 6 environment, which file should I imported it as COM in Delphi 6?
pdf2txt.dll ?  pdf2txtD6.pas?
Please advise, thanks
==========================
Hi,

pdf2txt.dll is a Win32 DLL Library, you needn't import it into Delphi, you can call pdf2txt.dll from your Delphi code directly, please refer to following example source code,

Function pdf2txt(Source: PChar; Destination : PChar) : longint; stdcall; external 'pdf2txt.dll' name 'PDF2TXT';
Function PDF2TXTEx(lpInputPDF: PChar; lpOutTXT: PChar; nFirstPage: Integer; nLastPage: Integer; ownerPWD: PChar; userPWD; PChar): longint; stdcall; external 'pdf2txt.dll' name 'PDF2TXTEx';
procedure PDF2TXTSetLicenseCode(lpRegCode: PChar); stdcall; external 'pdf2txt.dll' name 'PDF2TXTSetLicenseCode';
procedure SetAutoSupportUnicode(bUnicode: boolean) ; stdcall; external 'pdf2txt.dll' name 'SetAutoSupportUnicode';
procedure SetPageSeparator(pszPageSymbol: PChar); stdcall; external 'pdf2txt.dll' name 'SetAutoSupportUnicode';
procedure SetZoomRatio(iZoomRatio: Integer); stdcall; external 'pdf2txt.dll' name 'SetZoomRatio';
procedure SetAutoAddSpace(bAutoAddSpace1: boolean); stdcall; external 'pdf2txt.dll' name 'SetAutoAddSpace';
function SetTXTFormat(bFormatTXTFile: boolean): Integer; stdcall;external 'pdf2txt.dll' name 'SetTXTFormat';
procedure SetOpenResultFile(IsOpen: boolean);  stdcall;external 'pdf2txt.dll' name 'SetOpenResultFile';
procedure SetDeleteBlankLine(IsDelete: boolean); stdcall;external 'pdf2txt.dll' name 'SetDeleteBlankLine';
procedure PDF2TextSetTempPath(nBufferLength: Integer; lpBuffer: PChar); stdcall; external 'pdf2txt.dll' name 'PDF2TextSetTempPath';

procedure TForm1.Button1Click(Sender: TObject);
var
TxtFile : String;
szTempPath: PChar;
begin
// if ok
if open.Execute then
begin

//add later
SetAutoSupportUnicode(FALSE);


// Application exe path and add filename for txt
TxtFile:=ExtractFileDir(ParamStr(0))+'\Temp.Txt';
// Txt file exist ?
If FileExists(TxtFile) then
// ok delete it
DeleteFile(TxtFile);
// convert the file

SetAutoSupportUnicode(false);
//SetPageSeparator("<<<<<<<<<********>>>>>>>>>>>>>");
SetPageSeparator('\f');
SetZoomRatio(100);
SetAutoAddSpace(false);
SetTXTFormat(true);
SetOpenResultFile(true);
SetDeleteBlankLine(true);

szTempPath := 'C:\';

PDF2TextSetTempPath(MAX_PATH, szTempPath);



Pdf2Txt(PChar(open.Filename),PChar(TxtFile));
// open notepad with textfile
ShellExecute(0,'open',PChar(TxtFile),0,0,SW_SHOW);
end;
end;

end.

PDF2TXT SDK package contains a "pdf2txt_delphi6" project, you can also compile and run "pdf2txt_delphi6" project easily.

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)
ocr products, pdf to text converter

PDF file is not searchable

I downloaded your free version of this program to try it out. It did appear to unlock all the security settings instantly and was able to highlight text but was not able to search for text.
Can you please tell me why. The document is rendered text so should be searchable.
===========================
Can you please email to us your sample PDF file for checking?

VeryPDF
===========================
Thanks for your response. Here is the unlocked PDF file. When I search for words in it I get the error message: This page contains renderable text. Here for convenience is my original question: "Hi, I downloaded your free version of this program to try it out. It did appear to unlock all the security settings instantly and was able to highlight text but was not able to search for text. Can you please tell me why. The document is rendered text so should be searchable."
===========================
We have double checked your PDF file, your PDF file contains some embedded fonts, the characters which use embedded fonts can't be extracted, you may simple open this PDF file in Adobe Reader, press CTRL+A, CTRL+C to select and copy all text contents into clipboard, open notepad, press CTRL+V to paste all text contents into notepad, you will find that you can't copy the readable characters from this PDF file.

We suggest you may download "PDF to Text OCR Converter Command Line" product from our website to convert PDF file to text file, "PDF to Text OCR Converter Command Line" product can convert this type PDF file to text file properly,

https://www.verypdf.com/pdf2txt/pdf-to-text-ocr-converter.htm

e.g.,

pdf2txtocr.exe -ocr D:\temp3\xp5.pdf D:\temp3\xp5.txt

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)
pdf to text converter

Convert scanned PDF or non-searchable PDF files to text file

Is your pdf2txt able to extract text from the vectorial part of a pdf, such as for example from a pdf converted from a dwg file?

If so, does it allow batch extraction of normal and vectorial text out of a group of pdf files?

Typical producer of pdfs: GPL GhostScript 8.15(.63) into Acrobat 5.x

Thanks for your reply!
===================
You can download "PDF to Text OCR Converter Command Line" product from our website to try, "PDF to Text OCR Converter Command Line"  can convert any type of PDF files to text files properly,

https://www.verypdf.com/pdf2txt/pdf-to-text-ocr-converter.htm

e.g.,

pdf2txtocr.exe -ocr D:\temp3\xp5.pdf D:\temp3\xp5.txt

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)
postscript to text/pdf/image

Do you have Postscript Converter?

I wonder if you have the product which can convert various Postscript to Tiff or any other bitmap formats. We currently use your PCL convert and it’s been working great. We would like to use the DLL version.
=========================
Yes, we have Postscript to Image Converter SDK product, you can download and purchase it from following web page,

http://www.verydoc.com/ps-to-image.html

VeryPDF
=========================
I notice that there are commandline and COM versions. Do you have pure DLL version? We would prefer not having to register COM on client.  We have currently been using PCL to Image converter from VeryPDF which we can make the direct call to DLL. We would prefer doing it the same way.
=========================
Hi,

The COM version is contain a ps2pdfsdk.dll Library, this is a Win32 DLL Library, you needn't register it into your system, you can call it from your code directly, for example,

BOOL ConvertPS2PDF(char *lpCmd)
{
char path[_MAX_PATH];
HINSTANCE hPS2PDF = NULL;
BOOL bRet;
GetModulePath(path,"ps2pdfsdk.dll");
hPS2PDF = LoadLibrary(path);
if(hPS2PDF == NULL)
return FALSE;
VeryPDF_PSToPDF=(VeryPDF_PSToPDFFunc)GetProcAddress(hPS2PDF,"VeryPDF_PSToPDF");
if(VeryPDF_PSToPDF==NULL)
return FALSE;
bRet = VeryPDF_PSToPDF(lpCmd);
FreeLibrary(hPS2PDF);
return bRet;
}
void main(int argc, char *argv[])
{
char *lpszFiles[] = {
"C:\\Test 2 Page.pdf",
"C:\\Test 4 Page.pdf",
"C:\\Test 6 Page.pdf"
};
for(i = 0; i < sizeof(lpszFiles)/sizeof(char*); i++)
{
sprintf(szCommandLine,"ps2pdf -$ \"%s\" -pdf2ps \"",lpLicenseKey);
strcat(szCommandLine, lpszFiles[i]);
strcat(szCommandLine, "\" \"");
strcat(szCommandLine, lpszFiles[i]);
strcat(szCommandLine, ".ps\"");
nRet = ConvertPS2PDF(szCommandLine);
printf("nRet = %d, %s\n", nRet, szCommandLine);
}
}

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)