pdf to html converter

Is PDF2HTML not support Acrobat 6.0 PDF files?

Please can you help me.
One of the attached files I can convert to HTML (RPROG_SEP18.pdf) - the other one I cannot?!
Please can you let me know how to convert (RPROG_DEC07.pdf) to HTML.
I appreciate any help you can give to me.
=======================================
Here is another file I cannot convert???
RPROG_DEC08.pdf - can you convert this?
=======================================
Please test attached PDF file, you can use PDF2HTML product to convert attached PDF file to HTML file properly.

VeryPDF
=======================================
I am having trouble converting the PDF file attached
Please can you look and let me know if possible to convert
=======================================
This is the compressed PDF format, PDF2HTML GUI version doesn't support compressed PDF format, however, you can download PDF2HTML Command Line End User License v3.2 from following URL to try,

https://www.verypdf.com/pdf2htm/pdf2html_cmd.zip

PDF2HTML Command Line End User License v3.2 does support compressed PDF format, you can run following command line to convert your PDF file to HTML file correctly,

Pdf2html.exe C:\test.pdf C:\out.htm

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 editor toolkit

verypdf.dll as 64-bit version

we have a developer license for the PDF Editor Toolkit Standard Version 2.0. We bought the version 12/4/2006.I use the verywrite.dll to create pdf files with Microsoft Visual Studio 2005 (C++ version). Is there a 64–bit version of the dll available?
=============================
Please download the latest version of PDF Editor Toolkit Professional Version from following URL,

https://www.verypdf.com/pdfsdk/pdf_editor_toolkit_pro_trial.zip

after you download it, please unzip it to a folder, and use following steps to register pdfshell.exe COM,

~~~~~~~~~~~~~~~~~~~~~~~~~~~
REM 1) run cmd window as administrator
REM 2) run Installx32.bat in 32-bit windows, Installx64.bat in 64-bit windows
REM 3) Give control to Everyone user account to pdfshell.exe located in Windows/System32 or Windows/SysWoW64 or current folder
REM 4) OK

C:\windows\syswow64\regsvr32.exe pdfshell.dll
pdfshell.exe /regserver
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Then you can call "pdfshell2.shellexe" COM from your code to process the PDF files, "pdfshell2.shellexe" COM can be called from both 32bit and 64bit EXE applications, for example,

~~~~~~~~~~~~~~~~~~~~~~~~~
Set pdfObject = CreateObject("pdfshell2.shellexe")

Dim szPDFFile
Dim id
Dim code
Dim lFile
Very_Set_Opacity = 240

szPDFFile = FilePath & "stampExample.pdf"
on error resume Next

pdfObject.com_VerySetLicenseKey "XXXXXXXXXXXXXXXXXXXX"
id = pdfObject.com_VeryStampOpen(szPDFFile,FilePath &  "_001.pdf")
If (id > 0) Then
iRet = pdfObject.com_VerySetFunction(id, Very_Set_Opacity, 30, 0, 0, 0)
code = pdfObject.com_VeryStampAddText(id, 1, "Opacity_30", 65296, 0, 0, 0, -45, 0, 0, 0, "", 48, 0, "", 0)
iRet = pdfObject.com_VerySetFunction(id, Very_Set_Opacity, 60, 0, 0, 0)
code = pdfObject.com_VeryStampAddText(id, 3, "Opacity_60", 65296, 0, 0, 0, 45, 0, 0, 0, "", 48, 0, "", 0)
iRet = pdfObject.com_VerySetFunction(id, Very_Set_Opacity, 90, 0, 0, 0)
code = pdfObject.com_VeryStampAddText(id, 5, "Opacity_90", 65296, 0, 0, 0, -45, 0, 0, 0, "", 48, 0, "", 0)
iRet = pdfObject.com_VerySetFunction(id, Very_Set_Opacity, 10, 0, 0, 0)
code = pdfObject.com_VeryStampAddText(id, 7, "Opacity_10", 65296, 0, 0, 0, 45, 0, 0, 0, "", 48, 0, "", 0)

pdfObject.com_VeryStampClose (id)
End If
~~~~~~~~~~~~~~~~~~~~~~~~~

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

Can’t convert arabic characters from text file to PDF file

Dear verypdf.com Inc:

1-I want register TEXT To PDF v1.5 software,...

2-when I change the advanced settings (ctrl-D) , the program saves the changes, but it has no effect on the output pdf file for ex. changing to portrait or changing the font size or font type

would you please help me with this ?


Best regard
TEXT To PDF v1.5 user
=============================
We suggest you may run text to pdf converter with administrator right to try again, we hoping administrator right will work better for you.

VeryPDF
=============================
hi,
thanks for yr prompt reply.
it worked, but I still have the following problem:

I tried to convert a dos text file that contains arabic characters, the file format is:  ANSI
the converted pdf file shows strange characters in place of the arabic characters

I tried different fonts for text2pdf settings, but same problem.

I would like to note :
1-when I open the original ansi text file in notepad, it does not show the arabic characters

2-I've converted the ansi file to UTF-8 file
I was able to see the correct characters in arabic

but converting the UTF-8 file in text2pdf to pdf, still does NOT show correct arabic characters

regards,
==============================
Our TEXT To PDF v1.5 doesn't support Arabic characters, you need use our docPrint Pro v5.0 to convert Arabic characters from text file to PDF file,

https://www.verypdf.com/artprint/index.html

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)
verypdf blog

work under SYSTEM user context in Window Server 2008 RC2 (64bit)

Hi VeryPdf Support,
As a development company we’re interested in using your VeryPdf converter libraries.Because our main product is a Windows service we’ve to know if your converters are working under SYSTEM user context in Window Server 2008 RC2 (64bit),where it isn’t possible to use Window handles.Could you confirm that, please?============================
Our PDF Library products are all able to work under SYSTEM user context in Window Server 2008 RC2 (64bit), that no problem.
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)
pdfstamp command line

PDF stamper v 2.3 problem, not support Acrobat 6 files

We used 2.0 with Adobe 6 without a problem but we now need pdf A and are using Adobe 10 so have upgraded to 2.3.

However when we stamp a PDF the resulting file only has a page blank except for the stamp.

Before and after attached.
==================================
Maybe the GUI version is old, we suggest you may download PDF Stamp Command Line v2.5 from following URL to try,

https://www.verypdf.com/pdfstamp/pdfstamp_cmd.zip

you can run following command line to stamp your PDF file correctly,

pdfstamp.exe -pdf D:\temp4\Rogs.pdf -o D:\temp4\Rogs-out.pdf -at VeryPDF

please refer to stamped PDF file in attachment.

Also, we will release a new version of PDFStamp GUI version after some days, we will let you know after new version is ready.

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)