pdf to text converter, pdfstamp command line

Are your PDFStamp Command Line and PDF to Text support Windows 7 system?

Do you have a Win 7 version for PDFStamp Command Line?
=======================
Our PDFStamp Command Line v2.5 does support Windows 7 system, you can download PDFStamp Command Line v2.5 from our website to try,

https://www.verypdf.com/pdfstamp/index.htm

VeryPDF
=======================
We purchased pdf2txt 2 years ago, with SWREG Order Number XXXXXXXX.

We are going to upgrade our operating system from WinXP to Win 7 x64.

Would you please kindly advice if your application is compatible with that?

Thank you very much.

=======================
Our pdf2txt software does support Win 7 x64 system, that's 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)
verypdf blog

Page size issue in PCL to PDF Converter

Dear Sir / Madam,

I downloaded the trail version of your VeryPDF PCL to PDF converter. The program suits my requirement but I have a problem that I want the page width of 612 points and page height of 825 points. Your software converts the files but truncates and limits the page size to standard format. Please guide how can I change the size so that I can purchase the License Key immediately.

Regards
==================================
Please run following command line to try again, we hoping the following command line will work fine to you,

"C:\Program Files\VeryPDF PCL Converter v2.0\pcltool.exe" -pclcmd "\"-J@PJL SET PAPER=A3\"" C:\in.pcl C:\out.pdf

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)
html converter (htmltools)

How do I convert HTML to PDF from system service account?

Hello verypdf:

what I asked, in question 1, would ref the new versions, now in version 2.1 this, Regarding question No. 1. Today we are in version 2.1. even when, or even what version I have right to update this purchase?

would be without upgrades, would be for one year, or during minor version ?

thanks
===================================
Thanks for your message, the upgrade is free within one year since your purchase date, if you wish upgrade to latest version, please email to us your Order ID, we will assist you asap.

VeryPDF
===================================
as agreed at that time we made the purchase of the product,

As I have mentioned earlier would include the possibility of non-black (ms-dos) screen appears when running the program or include a parameter for silent mode?
===================================
You can use CreateProcess() and CreatePipe() functions to hide the DOS window, please look at an example at blow,

http://support.microsoft.com/kb/190351

VeryPDF
===================================
this way I had tried, however, due to not being modal turns out errors in creation.

Please ask you to think about this possibility, or enter an application type parameter in the silent mode, would be great! This method does not present any screen, or even silent.

I await your position to further the use of the application.

purchasing the first copy performed by the site yesterday.
===================================
Thanks for your message, can you please create a test project to show your problem to us? After we reproduced your problem in our system, we will figure out a solution to you asap.

VeryPDF
===================================
htmltools:

when using a user other than administrator the following error occurs:

F:\usr\htmltools>htmltools -debug -view -playemf2 -htm2pdf2 -pdfx -$ XXXXXXXXXXXXXX www.google.com out.PDF

Log:

Thank you for choosing our product.
htmltools -debug -view -playemf2 -htm2pdf2 -pdfx -$ XXXXXXXXXXXXXX www.google.com out.PDF
Start the conversion...
Create Instance Failed.
Conversion time = 453ms
www.google.com ==> F:\usr\htmltools\out.PDF, result=ERROR
TickCount = 453ms(0.45s), Result = 0

I need to do to solve this problem since really in our domain users can not be production managers
===================================
We suggest you may remove -htm2pdf2 parameter to try again, can you get it work from non-Admin user account without -htm2pdf2 parameter?

VeryPDF
===================================
Yes, I need -htm2pdf2, why the conversion is perfect, and everything works normally, including the -view because we are generating reports from our system in converting that to html and pdf with VeryPDF.

You would use this parameter in non-administrative user?
certemante buy several other licenses so that the functionality is ok.
===================================
Thanks for your message, the -htm2pdf2 parameter can't be used by non-Administrator account, because non-Administrator user account hasn't enough permission to create some OCX Instances, you need run it with Administrator right to get it work.

VeryPDF
===================================
how could I do this, have any tips?
===================================
You can use RunAs or CmdAsUser.exe to run htmltools.exe from Administrator user account, CmdAsUser.exe can be downloaded from following web page, we hoping this solution will helpful to you,

http://www.verydoc.com/exeshell.html

CmdAsUser - start a command as a specified user. CmdAsUser command line is a freeware.

CmdAsUser.zip (32.40 KB).

Usage: CmdAsUser <user> <domain> [/p <password>] [/c <command>]

Where:
<user> is the name of the user.
<domain> is the logon domain, specify a period '.' for local.
<password> (optional) is the users password.
<command> (optional) is the command line to execute as the specified
user.

Notes:
If the password is not given then you will be prompted for it.
If the command is not given then "cmd" is assumed.
The calling process needs to either have administrative privileges (ie in the local administrators group) or at LEAST the following privileges:
"Act as part of the operating system" (SeTcbPrivilege),
"Bypass traverse checking" (SeChangeNotifyPrivilege),
"Increase quotas" (SeIncreaseQuotaPrivilege),
"Replace a process level token" (SeAssignPrimaryTokenPrivilege).
The utility may take a while if there is inappropriate security so please be patient.

Examples:

CmdAsUser Martyn . /p GingerNinja /c regedit CmdAsUser test . /p 123 /c "C:\Program Files\docPrintPro v4.5\doc2pdf.exe" -i htttp://www.verypdf.com -o "C:\out.pdf"

VeryPDF
===================================
tested with lsrunas and apparently will work correctly, it's good we're getting there!

I would like you to include a switch / silent so they do not display any screen.

something like your own install.bat, see that it is a parameter that takes any dialogue occurs in silence and operation. see  /s below:

regsvr32 /s "%CD%\htmlshell.dll"

what is necessary, then run the application whenever a message ....
thank you for choosing the product, as well as developments in converting. even using the-svgnoclip.

in the way it always flashes a black screen (of) when converting, which is unpleasant for the user.

I request special attention at this point, to collude and put the application into production.

and certainly buy several copies for installation on our customers.

thanks
===================================
You can hide the DOS window when you launch the lsrunas.exe application, you can use CreateProcess() to run lsrunas application, and use CreatePipe() to redirect output console, the DOS window will be hidden, please refer to following web pages for more information,

http://support.microsoft.com/kb/190351
http://www.codeguru.com/forum/showthread.php?t=295077
http://edn.embarcadero.com/article/10387

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

How to use your pdf to word software?

The PDF document that I am trying to test with is more that the number of pages allowed. That is just fine as long as I can end up seeing the pages your software is supposed to convert to MS Word. I have searched my drive C and cannot find the file name it was supposed to be saved as. What next?

===================================

Thanks for your message, you can run VeryPDF PDF to Word software first, drag and drop one or more PDF files from Windows Explorer to PDF to Word software’s dialog, your PDF files will be converted to Word files automatically, the converted Word documents will be placed to same folder with original PDF files.

You can also run PDF to Word software, click "File"->"Open" menus to convert a PDF file to Word document.

Please refer to a simple usage document of PDF to Word Converter from following web page,

https://www.verypdf.com/pdf2word/support/usage.html

Before PDF to Word conversion, PDF to Word Converter will popup a “Preferences” dialog, you can select different conversion options in this dialog, in general, “Layout page contents automatically (Good)” option is best, this option will create an editable Word document without text boxes.

image

if your PDF file contains lots of complex contents, such as tables, CAD drawing, shading, etc. objects, you should better choose "Combine text blocks automatically (Good)" option, this option will combine all complex objects into a background image, place the text contents overlay this background image, the resultant Word document will look very nice and you can edit it easily.

image

If your PDF file contains image contents only (such PDF files were most created from scanner), you can choose mini PDF to Word OCR Converter from our partner’s web site, mini PDF to Word OCR Converter is support OCR function, it can convert scanned PDF files to editable Word documents properly,

http://www.minipdf.com/

If you still can't convert your PDF file to Word document properly, please feel free email to us your sample PDF file for checking, 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)
docconverter com, html converter (htmltools)

Can not convert background color from html to pdf with HTML tools

We are having an issue with the output produced by VeryPDF HTMLTools that appears to be related to page splitting. We have previously reported an issue where images on the final page of the generated output were missing. The addition of the -playemf2 command switch repaired that. We now have a futher issues that again appears to be images disappearing when page splitting is in use. An example faulty output can be seen in the attached zip ReplicationSteps.zip. The image below on the left is part of the the MHTML file and correctly shows three ticks against the appropriate items in the table. The image on the right is part of the PDF generated on a Windows Server 2003 R2 SP2 machine with IE 8.0.6001.18702 and shows no ticks at all on the first page. If the –emfheight attribute is removed the ticks are present.

To replicate the issue simply:
1)      Extract the contents of ReplicationSteps.zip
2)      Execute the MakePDF.bat
3)      Compare the output produced to pji3946.mht

Also included is MakePDF-NoPageSplit.bat that removes the –emfheight switch. This shows the output without page splitting where all the ticks required are then shown.

This is now impacting on a production environment so a speedy response would be appreciated

Thanks in advance
==========================================
Thanks for your sample files, we will research this problem shortly.

In the meantime, we suggest you may download HTMLPrint to Any Converter product from our website to try, this product can convert HTML file to PDF file too,

http://www.verydoc.com/htmlprint-to-any.html

http://www.verydoc.com/htmlprint2any_cmd.zip

after you unzip it to a folder, you can run following command line to convert your HTML file to PDF file properly,

html2any.exe -printtopdf C:\verypdf.pdf https://www.verypdf.com

HTMLPrint to Any Converter product does use printing technology to convert HTML file to PDF file, so it hasn't limitations in htmltools.exe application, we hoping HTMLPrint to Any Converter product will helpful to you. If you wish exchange htmtools.exe with html2any.exe, please feel free to let us know, we will arrange an exchange to you shortly.

VeryPDF
==========================================
Can I get an update on this issue please?

So that I can confirm if switching to the other tool is an option, can you confirm the cost difference?

Thanks
==========================================
We apologize for any inconvenience this may have caused to you, we haven’t solved this problem in htmltools.exe yet, in the meantime, we suggest you may use our other products to convert this HTML file to PDF file, our other products can convert this HTML file to PDF file correctly,

HTMLPrint to Any Converter,
http://www.verydoc.com/htmlprint-to-any.html

Doc Converter COM Component,
https://www.verypdf.com/pdfcamp/pdfcamp.htm#dl

Document Converter (docPrint Pro) v5.0,
https://www.verypdf.com/artprint/index.html#dl

above products all can convert your HTML file to PDF file correctly, you may download one of them from our website to try.

VeryPDF
==========================================
We have already purchased licences for HTMLTools.  What would the difference in licencing be if we had to switch to one of these other products?

Regards
==========================================
Yes, you can switch to other products, can you please email to us your Order ID and tell us what product would you like switch to?

VeryPDF
==========================================
I have tried a few of the alternative PDF converter applications and the one that achieves the closest results is the Doc2PDF (alias HTML2PDF). However, it does not seems to add any background colours to the PDF document produced. Do you know of any solutions around this problem?

Below are examples of the output along with an extract of the mhtml that creates this:

Original MHTML Doc

Converted PDF Doc

MHTML used to generate the background colours (from stylesheet):

.rowbackgroundalternate {
background-color: #E7E3E4;
}

Setting the background-color attribute to different Hex colours has no effect.
==========================================
You can use "PrintHTMLBackground=yes" parameter to print background color and images from HTML file to PDF file, for example,

Convert background color and images within html to pdf conversion,

"html2pdf.exe" "https://www.verypdf.com/pdfcamp/pdfcamp.htm" "C:/output.pdf" "PrintHTMLBackground=yes"

"html2pdf.exe" "https://www.verypdf.com/pdfcamp/pdfcamp.htm" "C:/output.pdf" "PrintHTMLBackground=no"

VeryPDF
==========================================
Thanks for your response. I tried adding the PrintHTMLBackground option but it made no difference, either with my MHTML file or with the web address you provided as an example (https://www.verypdf.com/pdfcamp/pdfcamp.htm). I have also tried altering some of the properties on the docPrint print driver it uses but nothing seems to affect the background. Do you have any other suggestions?
==========================================
Please refer to following screenshot, please select “print background colors and images” option in IE, then you can convert background colors and images from HTML file to PDF file properly.

image

This option is depend on user account, so you need select this option in every user’s account.

VeryPDF
==========================================
The option to “print background colors and images” is already selected in Internet Explorer.

I have attached the output from running the following command:

"html2pdf.exe" "https://www.verypdf.com/pdfcamp/pdfcamp.htm" "C:/output.pdf" "PrintHTMLBackground=yes"

As you can see in the attachment, the table after “PDFcamp Printer (PDF Writer) and PDFcamp Printer Pro Price” has no background but when you browse in IE to the same web page the table does have background information.

Would it be possible to send me your output when running the above command so I can confirm that it is an issue with the computer I am using rather than with the software?

Many thanks,
==========================================
Please look at attached PDF file, this PDF file was created by following command line, everything is fine in this PDF file,

"html2pdf.exe" "https://www.verypdf.com/pdfcamp/pdfcamp.htm" "C:/output.pdf" "PrintHTMLBackground=yes"

If possible, 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.

VeryPDF
==========================================
Would it be possible to investigate this issue again? The project was put on hold but has since re-opened. The issue is described in the email chain below but here is a summary:

The issue is with the Doc2PDF (alias HTML2PDF) software. It does not print the backgrounds on the PDF file even with "PrintHTMLBackground=yes" and with Internet Explorer set to "Print Background Colours and Images". I have tried this on numerous machines but none of them print the backgrounds. I have attached the original mhtml file I used to convert to the PDF and also the actual PDF output it produces. The command line I used to generate the PDF is:

html2pdf.exe "C:\Program Files\doc2pdf_com_trial\Bad.mht" "C:\output.pdf" "PrintHTMLBackground=yes"

You suggested last time to use LogMeIn remote software so you can investigate for yourselves. I will have to arrange this with my manager here if this is still required. Otherwise, do you have any further ideas as to why the backgrounds are not showing up?

Many thanks,
==========================================
Thanks for your kindly assistance, after you assist me to switch from HTMLtools to html2pdf doc converter COM component, everything is work fine now.
==========================================

Thanks for your information.

VeryPDF

VN:F [1.9.20_1166]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)