PDF to Word Converter

PDF2Word 3.0

 

Issue: when running the command line conversion from PDF to Word, the orientation of the page (landscape or portrait) is nto preserved.

It seems the output is portrait no matter what the input is.

Is there a fix for it?
Here are the parameters we are using:

PDF2Word.exe -q -m -f 1 -l 1 -i <INPUT FILE HERE> -o <OUTPUT FILE HERE>

Thank you!
====================================
Hi,

We have tried following command line just now,
"C:\Program Files\VeryPDF PDF2Word v3.0\pdf2word.exe" -i D:\temp4\Landscape.pdf -o D:\temp4\Landscape.doc

It will create a DOC file like in attachment, we hoping this converted DOC file will reach your requirement.

Please don't hesitate to contact us if you have question on this.

Thank you!
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 Print

VeryPDF PDFPrint Request Information

I am very happy with VeryPDF PCLtool/PCLconvertor, we already use this. The output of PCLtool, is placed to c:\verypdf\pcltooloutput\to_printer.

Now I got a question to print out PDF files to a Printer. That's why I tried PDFprint. It prints to the right printer, but I have some problems with my document names. I want to print c:\verypdf\pcltooloutput\ to_printer \*.* to a HP laserjet.

If I use this command:
pdfprint -printer "HP laserjet" c:\verypdf\pcltooloutput\ to_printer \MeelFaktuur.pdf he prints well, but when I use

pdfprint -printer "HP laserjet" c:\verypdf\pcltooloutput\ to_printer \*.* or pdfprint -printer "HP laserjet" c:\verypdf\pcltooloutput\ to_printer \*.PDF

he no PDF-files. I want to use this command in a batchfile and I do not know how many files are in that folder, and I also do not know exactly the filenames.

My question is: How to print all pdf files from 1 folder with PDFprint to a printer without mentioning the filenames exactly.

Greetings,
============================================
Hi,

You can run following command line to print all PDF files D:\temp folder,

for %F in (D:\temp\*.pdf) do "C:\VeryPDF\pdfprint.exe" -printer "HP laserjet" "%F"

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
VeryPDF
==============================================
Hi,

In the .bat file, please use "%%" to instead of "%" to try again.

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
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

use doc2any command line to create fax type TIFF files

Hi, I am currently testing your demo doc2any command line utility. I am looking to purchase it but am having some trouble with converting a file to a fax type. Can you tell me what the correct syntax would be?

I tried:

C:\doc2any_cmd>doc2any -multipagetif -bitcount 1 -compression 3 xxx.doc xxx.tif

C:\doc2any_cmd>doc2any -multipagetif -bitcount 1 -compression 3 -width 1728 -xres 300 -yres 300 xxx.doc xxx.tif

I need it to be Compression Mode: 3=Group 3 Fax

Thanks.
===============================================
Hi,

you can run following command line to convert your DOC file to Group 3 Fax TIFF file,

doc2any -multipagetif -bitcount 1 -compression 88882 xxx.doc xxx.tif

doc2any -multipagetif -bitcount 1 -compression 88883 xxx.doc xxx.tif

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
VeryPDF

==========================================================
These are the file types we currently need to be converted to fax type tiff-

bmp
csv
doc
docx
gif
htm
html
jpg
log
pdf
tif (other types of tiff that aren’t in fax type)
txt
xls
xlsx
================================================
Thanks for your message, yes, we can develope a custom-build version of doc to any converter to you to convert all of these formats to Fax type TIFF files, please send an email to us to talk the details.

Thank you.
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 Word Converter

convert pdf to word

Will the pdf converter to word help me to be able to convert PDF files sent ti adobe reader to word .doc so that I can edit and save as a word document?
I have adobe reader version 10 but cannot change the pdf files. Thank you!!
=========================================================
Hi,

Yes, you can use our PDF to Word v3.0 to convert your PDF file to Word document, then you can edit the word document in MS Word application properly.

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

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
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)
DocPrint Pro

DocPrint Pro 5.0 command line not printing electronic signature

I am using Topaz signature pad and client sign in .rtf file using application provided by Topaz. When you print out, the conversion by command line does not show the signature as shown in the above attached file #4. Adobe Acrobat, DocPrint Driver and docPrint virtual printer seem to print out signature with date and time stamp but not the command line one.

Would you please look into this and recommend the solution as the signature is extremely important to me with Electronic Medical records. Thanks.

Regards,
==============================================
Hi,

Is it possible for you to change the "Topaz signature pad" to an image and insert the image into RTF file before you run doc2pdf.exe to convert this RTF file to PDF file from command line? I think this solution will solve the problem when you convert RTF file to PDF file from command line, if possible, you may give it a try.

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
VeryPDF
======================================================
This is true electronic signature that is legally valid as it is with time and date stamp and if you change any thing in the rtf document, the signature will disappear. Pasting an image is not legally valid electronic signature as far as I know, as the same signature can be pasted anywhere and it does not have time and date elements. Electronic Medical Records has to be legally valid. Is there something you can do with the code so that it reads the signature, just as your docprint pdf driver is doing?
=======================================================
Hi,

Because doc2pdf.exe command line is using MS Office OLE technology to convert RTF file to PDF file, so it should support all functions in the MS Word product.

I guess "Topaz signature pad" doesn't work if doc2pdf.exe convert your RTF file to PDF file at background,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s ShowOfficeUI=1 -i C:\input.rtf -o C:\output.pdf

Can you work see "Topaz signature pad" correctly in output PDF file by above command line?

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
========================================================
The command line you gave worked fine. The signature with proper date and time is printed correctly in the pdf file. Thank you very much.

Best Regards,
Customer
==========================================================
I am totally stumped!!! The command line that you provided worked at home computer as I tested it immediately after you sent me the solution but it would not work on my work computer. Both of them have MS Office 2007. However following are the differences:

1. Work computer is Windows XP while the Home Computer is Windows 7 Ultimate
2. Work Computer MS Word has Topaz signature pad Add In installed.
3. When work computer opens the file during the execution of code because of -s ShowOfficeUI=1 part of the code, it does not show the signature stamp while the home computer does show the signature stamp.

When I say, did not work, what I mean that the Signature taken by Topaz Signature pad does not show up in converted pdf file. I am also attaching here with the test.rtf file.

Could it be different setup of MS Word? Could it be OS? Or Could it be the Add In that makes the difference? Please guide me to isolate the problem. Thanks.

Regards,
Customer
============================================================
Command line htmltools.exe worked fine as far as topaz signature stamp is concerned, it is just for your information.
============================================================
If this is of any help.... the Add In by Topaz Signature Pad is a Macro in MS Word. For Security reasons, it got disabled today and I had to enable it to make it work. Just for your information to narrow the problem..

Thanks.
============================================================
Hi,

We glad hear from you that this problem was solved, thanks for your great information.

Thank you!

Best regards,
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)