doc to any converter, pdfcamp printer

VeryPDF PDFcamp Printer Pro v2.3- giving error while converting xls and xlsx files

We are trying to use your product is VeryPDF PDFcamp Printer Pro v2.3 and it is converting  doc, rtf , ppt and erc to pdf successfully.  But, for xls and xlsx these files have not been converted to pdf
it is giving  the following error. So, is there any settings for xls and xlsx files?

Please help us.
================================
We suggest you may open your XLS and XLSX files in MS Excel application, print them to PDFcamp Printer by manual, can you get PDF files at this time?

VeryPDF
================================
Thank you for your quick reply!

Yes, it was converting by manual after opening in MS Excel. But, what would be the issue with  VeryPDF PDFcamp Printer Pro v2.3  (or  BatchToPDF v1.2 ) by using option "Convert to PDF using PDFcamp"?
Can we convert these files (XLS and XLSX) to PDF using VeryPDF PDFcamp Printer Pro v2.3  directly just like other formats instead by manual?
Is there any batch file to convert bunch of image of different formats at a time to PDF?
================================
"Convert to PDF using PDFcamp" option is using shell printing method of MS Excel application, maybe shell printing option is disabled by MS Excel application, however, we suggest you may download Doc Converter COM Component from our website to try, you can use html2pdf.exe in DOC Converter COM to convert HTML, DOC, DOCX, PPT, PPTX, XLS, XLSX, etc. document formats to PDF files properly, DOC Converter COM is using MS Office OLE technology to convert office documents to PDF files, it is work better than BatchToPDF v1.2 application,

https://www.verypdf.com/pdfcamp/pdfcamp.htm#dl

http://www.toppdf.com/pdfcamp/doc2pdf_com_trial.zip

Please refer to Doc Converter COM Component user manual from following web page,

https://www.verypdf.com/pdfcamp/doc2pdf_readme.html

you can download Image to PDF Converter from our website to convert image files to PDF files,

https://www.verypdf.com/tif2pdf/tif2pdf.htm#dl

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 image converter

Call PDF To Image Converter COM Component v2.0 from 64bit application

We are thinking about buying your component? PDF To Image Converter COM Component v2.0“, but I have a problem with testing it on Windows Server 2003 x64. (x86 platform is OK)

On Windows Server 2003 x64 I get an "0x8007000B" error.

I can prevent it by setting provided console application to x86 platform, but better solution for me is to have a library pdf2image.dll build for x64 system and have my solution with "Any CPU" setting.

Can you provide us with pdf2image.dll build to x64 please?

Thank you,
======================================
We don’t have the PDF2Image product now, but we will buy it as soon as we will be able to run it on Windows Server 2003 x64 testing server.

I downloaded your test examples from https://www.verypdf.com/pdf2tif/index.htm#PDF To Image Converter and it doesn’t run on our Windows Server 2003 x64 testing server (I don’t install it - only copy pdf2image.dll to the bin folder with mentioned issues. (32 bit is OK). I use DotNetConsoleClass example for c#.

If we buy it - do we get the all versions for $299 (1 Server licence)? 32 and 64 bit.
======================================
The latest version of PDF2Image SDK contains a PDF2ImageCOM.exe file, this is the COM interface, this COM interface can be called from both 32bit and 64bit applications.

Please put PDF2ImageCOM.exe and pdf2image.dll, cimage.dll files into same folder, launch a CMD window by administrator privilege, run following command line to register it,

PDF2ImageCOM.exe /regserver

After you registered it, you can call asp_PDFToImageConverter() function from 32bit or 64bit code to convert PDF files to image files, please refer to following VBS code,

~~~~~~~~~~~~~~~~~
'please run "64bit-com-install.bat" to register PDF2ImageCOM.exe first
Set pdfcom = CreateObject("PDF2Image.CPDF2Image")
pdfcom.asp_PDFToImageSetCode("XXXXXXXXXXXXXXXXXXXX")
pdfcom.asp_PDFToImageSetFileNameSuffix("")
nRet = pdfcom.asp_PDFToImageConverter("C:\\1.pdf", "C:\\1.jpg", "", "", 200, 200, 24, 32773, 85, 0, 0, 1, 1)
~~~~~~~~~~~~~~~~~


You can also refer to the test steps at below,

You can download the latest version of PDF2Image SDK from following URL,

http://www.globalpdf.com/pdf2tif/pdf2image_sdk_trial.zip

latest version of PDF2Image SDK does contain the 64bit COM interface, you can use it by following steps,

1. Run "64bit-com-install.bat" or following command line to install PDF2ImageCOM.exe into your system, you need run it by administrator privilege,

PDF2ImageCOM.exe /regserver

2. You can use following 64bit code to test its capability,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dim oTest, nPageCount, nPageWidth, nPageHeight
Set oTest = CreateObject("PDF2Image.CPDF2Image")
m_strInputFileName = "C:\test.pdf"
oTest.asp_PDFToImageSetCode("XXXXXXXXXXXXXXXXXXXXXX")
nPageCount = oTest.asp_PDFToImageGetPageCount(m_strInputFileName)
nPageWidth = oTest.asp_PDFToImageGetPageWidth(m_strInputFileName, 1)
nPageHeight = oTest.asp_PDFToImageGetPageHeight(m_strInputFileName, 1)
'Converter PDF file to TIFF file by DPI information
oTest.asp_PDFToImageConverter m_strInputFileName, "C:\example1_tiffpack.tiff", "", "", 300, 300, 24, 32773, 70, 0, 1, -1, -1
oTest.asp_PDFToImageConverter m_strInputFileName, "C:\example1.emf", "", "", 300, 300, 24, 32773, 70, 0, 1, -1, -1
'Converter PDF file to TIFF file by page size information
oTest.asp_PDFToImageConverterEx m_strInputFileName, "C:\example1_tiffpack_page_size.tiff", "", "", 1, nPageWidth, nPageHeight, 24, 32773, 70, 0, 1, -1, -1

MsgBox "Convert Success!"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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)
pdfcamp printer

PDFcamp Printer does popup Save As dialog

I have used the new version 2.5 on several of my client installations and I am noticing a pattern that causes the program to revert to a "save as" dialog, evern though I initially set it to execute a program after writing the PDF to a predifined folder using a predefined name.
I think the following Registry keys are especially significant so I am including the values from on of the sections
([HKEY_CURRENT_USER\Software\verypdf\pdfcamp])
"AutomaticDirectory"="c:\\out.Pdf"
"AutomaticIsUnicode"=dword:00000000
"AutomaticValue"=dword:00000002
"AutomaticOutput"=dword:00000001
"AutoExecProgram"="c:\\test.exe"
"AutoExec"=dword:00000001
It is important to point out that it often will work the first time (the program executes as intended),
This is happening with several installs and does not seem to isolated to Window & or Windows XP (it happens to both)
I can also furnish you with the Installshield program I use for installation if that would help.
===============================
Your predefined values are no problem.

Just for checking, what version of Windows system are you using? Is it 32bit or 64bit system?

You can also try to search "PDFcamp" keyword in registry, and set following values to each found item, and print your document to PDFcamp Printer again, I think you will get it work at this time,

AutomaticDirectory=C:\out.pdf   Type is: "REG_SZ"
AutomaticOutput=1               Type is: "REG_DWORD"
AutomaticValue=2                Type is: "REG_DWORD"
AutoView=0                      Type is: "REG_DWORD"

VeryPDF
===============================

Thank you for the response
The comments below are from one of our clients:
---------------------------------
We are a 32 bit Windows 7 and XP environment.
I will check these settings.
I have confirmed that these are the same settings we have.
They are found in:

[HKEY_CURRENT_USER\Software\verypdf\pdfcamp]
Thank you
---------------------------------

They are still experiencing the issue so there must be something else at work - our desire it to ALWAYS have the program execute (not have a save-as dialog pop up). Basically we are looking for a way to make this permanent for our installations.
Your assistance is appreciated.
===============================================
Please open "C:\Program Files\docPrint Pro v5.0\psdriver\config.ini" file, set "outlog=Yes",

[debug]
outlog=Yes

Print a document to PDFcamp Printer Driver, you will see detailed log message in "C:\Program Files\docPrint Pro v5.0\psdriver\setup.log" file, this log file will helpful for you to find out where is wrong quickly.

VeryPDF
================================================
Thank you for the information.
In the Config.ini file I notice the following entries

[options]
EmptyFileNameAfterPrinting=1
DisableSaveAsDialog=0
UseLocalMachine=0
MAPIInThread=0

The first 3 are of particular interest
We always print using the exact same path and filename
Assuming that 1 means "True" - should we set EmptyFileNameAfterPrinting to 0 and DisableSaveAsDialog to 1
(we never want to be asked the "save as" question)
Also, what is the significance of the UseLocalMachine=0? Does this refer to the Registry settings to use?

thanks again for your assistance
================================================
Thanks for your message, yes, you can always set EmptyFileNameAfterPrinting to 0 and DisableSaveAsDialog to 1, if so, you will not see SaveAs dialog anymore.

If you set UseLocalMachine=0, docPrint will read the options from "HKEY_CURRENT_USER\Software\verypdf\pdfcamp" item,

if you set UseLocalMachine=1, docPrint will read the options from "HKEY_LOCAL_MACHINE\Software\verypdf\pdfcamp" item.

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 vector converter

PDF2Image is not generating any output files (emf, wmf, etc.)

I am testing PDF2Image, planning to convert some PDF's to EMF's.  I'm getting no output files ... no errors ... nothing.

I tried the test.bat that comes with it ... and since I moved to a folder *not* under Program Files (x86) it ran fine.

command lines have included:

C:\w_temp\AutoForms\pdf2image_cmd>pdf2img.exe -f 1 -l 1 -r 96 SC400.pdf SC400.emf C:\w_temp\AutoForms\pdf2image_cmd>pdf2img.exe SCFourHundred.pdf SCFourHundred.emf

What am I doing wrong?
===================================
The trial version can't output to EMF format very well, however, you can download the trial version of VeryDOC PDF to Vector Converter from following web page to try, this product does convert PDF file to vector EMF file properly,

http://verydoc.com/pdf-to-vector.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)
doc to any converter

support for offices document

We purchased doc2any.exe program to convert Offices document to PDF.
We don't want to use offices program at the computer that used this program.
There is any way to accomplish this task, used doc2any.exe convert offices document to .PDF with out installing MS Office product.
if you help me for this.
I really appreciated
Thank you
===================================
Yes, our DOC to Any Converter Command Line does convert office documents to PDF files without MS Office installed. DOC to Any Converter Command Line will work by following solutions:

1. If your system has MS Office 2007 + PDF&XPS addon installed, DocToAny will use PDF&XPS addon to save MS Office documents to PDF and XPS files,
2. If your system has MS Office installed but without PDF&XPS addon, DocToAny will use MS Office to print documents to PDF and XPS files,
3. If your system hasn't MS Office installed, but have OpenOffice installed, DocToAny will use OpenOffice to convert documents,
4. If your system hasn't both MS Office and OpenOffice installed, DocToAny will use ourself's DOC/RTF render to convert DOC and RTF formats to other formats, but doc2any will not support PPT and XLS formats at this time.

In general, you can do following conversions if your system hasn't MS Word and OpenOffice installed,
1. RTF to HTML without MS Word or OpenOffice,
2. RTF to DOC without MS Word or OpenOffice,
3. RTF to PDF without MS Word or OpenOffice,
4. DOC to HTML without MS Word or OpenOffice,
5. DOC to RTF without MS Word or OpenOffice,
6. DOC to PDF without MS Word or OpenOffice,

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)