DOC to Any Converter

is your solution of Office to any conversion based on Microsoft office???

Is your solution of Office to any conversion based on Microsoft office???

Customer
-------------------------------------------
Yes and No.

For the DOC to Any Converter Command Line software,

https://www.verydoc.com/doc-to-any.html

  • If your system has MS Office installed, DOC to Any Converter Command Line will use MS Office.
  • If your system hasn't MS Office installed, but have OpenOffice installed, DOC to Any Converter Command Line will use OpenOffice.
  • If your system hasn't both MS Office and OpenOffice installed, DOC to Any Converter Command Line will use ourself's Office to PDF Converter technologies.

doc2any.exe will try by following steps,

  1. Try to use MS Office to convert this DOC to PDF file, if fails, go to next step,
  2. Try to use OpenOffice to convert this DOC to PDF file, if fails, go to next step,
  3. Try to use ourself's DOC Render to convert this DOC to PDF file, if fails, print an error message to console,

If you don't use "-useoffice" option, doc2any.exe will take care of everything automatically.

is your solution of Office to any conversion based on Microsoft office???

Please also refer to following web pages for more information,

https://www.verydoc.com/blog/useoffice-and-nooffice-options-in-doc2any-exe-application-how-can-doc2any-exe-to-determine-ms-office-openoffice-and-without-office-automatically.html

https://www.verydoc.com/blog/how-to-convert-doc-to-html-without-ms-office-and-openoffice.html

https://www.verydoc.com/blog/how-to-convert-xls-to-csv-without-ms-office-and-openoffice.html

https://www.verydoc.com/blog/verydoc-doc-to-any-converter-command-line-v3-5-release-notes-convert-word-to-pdf-without-office-and-openoffice.html

VeryDOC

DOC to Any Converter

How to convert outlook .msg files to PDF? MSG to PDF Converter for Batch Convert MSG to PDF

I am trying to Convert all .msg files into PDF via a batch script.

I am getting permissions error, File may be open check permissions etc. The files and folders related have full control permission to everyone .

Customer
----------------------------------

How to convert outlook .msg files to PDF? MSG to PDF Converter for Batch Convert MSG to PDF
Thanks for your message, please download "DOC to Any Converter Command Line" from following web page to try, you can use "DOC to Any Converter Command Line" to convert from MSG and EML files to PDF files,

https://www.verydoc.com/doc-to-any.html
https://www.verydoc.com/doc2any_cmd.zip

after you download it, you can run following command lines to convert from MSG and EML files to PDF files,

doc2any.exe test.msg generate_msg2pdf.pdf

doc2any.exe test.eml generate_eml2pdf.pdf

You can also use following command lines to batch convert all MSG or EML files in a folder to PDF files at one time,

for %F in (D:\downloads\Files\Files\*.msg) do doc2any.exe "%F" "%~dpnF.pdf" >> _report.log

for %F in (D:\downloads\Files\Files\*.eml) do doc2any.exe "%F" "%~dpnF.pdf" >> _report.log

VeryDOC

How to convert outlook .msg files to PDF? MSG to PDF Converter for Batch Convert MSG to PDF

School Convert MSG to PDF Via Command Line

VeryDOC MSG to PDF Converter is a great app to save emails as PDF, Doc, Tiff or text files. Either you need MSG to PDF or EML to PDF conversions, the program can help you. It can process hundreds of thousands emails at a time via command line. It can produce searchable PDF, non-searchable PDF or PDF/A.

VeryDOC MSG to PDF Converter convert MSG files to PDF in batches, so it's crucial to have flexible settings. VeryDOC MSG to PDF Converter provides everything to get the output PDF files the way you need.

For example, it will give descriptive names to output files and attachments. This way you will always know which attachment refers to which email.

Or it can embed attachments into the final PDF. Then the header of the PDF will contain the filename of the attachment. In a PDF viewer this is a clickable link that will open the attachment in its associated program. You may also want to save attached files in the original formats in a new folder. Paralegals, lawyers, secretaries need to stamp bates to the client's MSG files. VeryDOC MSG to PDF Converter can help them too. Bates are fully customizable (font, size, position) and there are several predefined stamps ("confidential", "for attorneys eyes only", etc.) that can be easily added to the PDF files.

The accurate pagination will also help you to sort out the files. VeryDOC MSG to PDF Converter can add page numbers to all pages of your resultant PDFs. Both sequential numbering, and starting over with each folder, are available.

Some people prefer to combine several MSG files into one multi-page PDF. VeryDOC MSG to PDF Converter can do that, just tick the appropriate checkbox in the wizard of the program.

Unlike other email converters, VeryDOC MSG to PDF Converter does not require any 3-party apps like Microsoft Office, Acrobat Reader or Outlook. The latest version of VeryDOC MSG to PDF Converter supports MSG, EML, EMLX, MIM files.

You are free to share with us your ideas and suggestions, so that we could customize the tool to suit your particular requirements. Download the free trial version and convert MSG to PDF for free try. Quite enough time to see how it works! Then buy the key and get free tech support and upgrades on a regular basis.

VeryDOC MSG to PDF Converter runs fine on Windows 2000/2003/Vista/7/8/10.

PDF Viewer OCX Control

Royalty Free PDF Reader OCX, PDF Reader OCX ActiveX for C#, VB.NET, ASP.NET, Javascript, HTML, C++, VB, Delphi, etc. developers

I cannot find the Documentation for the PDF Viewer OCX. My company is looking at purchasing and using this control however I need to be able to get the Free Trial working first to prove it will do what we need.

Thanks.
Customer
------------------------------------------

Royalty Free PDF Reader OCX, PDF Reader OCX ActiveX for C#, VB.NET, ASP.NET, Javascript, HTML, C++, VB, Delphi, etc. developers
Thanks for your message, you can download the trial version of PDF Viewer OCX (PDF Reader OCX) from our website and test it by yourself,

https://www.verydoc.com/pdf-viewer-ocx.html
https://www.verydoc.com/pdfviewerocx.zip

after you download it, please unzip it to a folder, register pdfview.ocx by following command line with administrator privilege,

regsvr32 pdfview.ocx

then you can C++, C#, VB, HTML, etc. sample projects test PDF Viewer OCX easily.

PDF Viewer OCX is contain following methods, you can call them from your source code,

1. BOOL OpenPDF(LPCTSTR lpszPDFFile, ...)
2. ClosePDF()
Description: Open and close PDF Viewer window.

3. void SetFindText(LPCTSTR lpszFindText)
4. void FindNextText()
5. void FindPreviousText()
Description: Search text string in PDF pages.

6. void RotateViewLeft()
7. void RotateViewRight()
Description: Rotate PDF pages.

8. void ViewNextPage()
9. void ViewPreviousPage()
10. void ViewFirstPage()
11. void ViewLastPage()
12. void ViewPage()
Description: Move between PDF pages.

13. void ZoomFitPage()
14. void ZoomActualPage()
15. void ZoomFitWidth()
16. void Zoom(float nZoom)
17. void ZoomIn()
18. void ZoomOut()
Description: Zoom PDF pages.

19. void ViewModeSinglePage()
20. void ViewModeFacing()
21. void ViewModeContinuous()
22. void ViewModeContinuousFacing()
23. void SetViewMode(long nViewMode)
Description: View PDF pages in different modes.

24. void ShowHideBookmarks()
Description: Show or hide bookmark window.

25. void SetRegCode(LPCTSTR lpszRegCode)
Description: Set License Key to PDF Viewer OCX.

If you encounter any problem with PDF Viewer OCX (PDF Reader OCX), please feel free to let us know.

VeryDOC

School Relevant Information:

  • Embed PDF Reading into any Windows Form App.
  • Add PDF display capability to your VB, .NET, or Delphi application.
  • Host Adobe Pdf Viewer Read-Only Disable Save, Print, HotKey, Memu.
  • PDF Document Reader SDK for Programmers, Load, Read, Parse, Extract PDF Documents.
  • adobe reader ocx
  • acrobat reader ocx
DOC to Any Converter

How to use doc2any from a Windows Service?

Hi,

We have Doc2Any installed on our server. If I setup the DCOM service to run using the interactive user option files are converted properly. However, if I set it to use a specific user account (with admin privileges). It never gets pass the following line on the log. Please advise on what steps need to be taken to get this to work. We need the ability to convert documents without having using the interactive user account. Thank you.

From Log File:
[Message] Check license information...
[Message] Check utility functions...
[Message] Start the conversion...
[Message] ConvertPDF2PS: Check for "VeryPDF Postscript Writer" Printer.
[Message] ConvertPDF2PS: Installed "VeryPDF Postscript Writer" Printer.
[EXCEL] Convert XLS file to PS file...
[EXCEL] Set silent options...
[EXCEL] Try to open 'E:\IDrive\ECS\Content\\Excel Chart Test.xlsx' file...
Shell Print Office Document To PS File [XLS]...
Try to load 'WINSPOOL.DRV' file...
Load 'WINSPOOL.DRV' file OK.
Shell Print the 'E:\IDrive\ECS\Content\\Excel Chart Test.xlsx' file to PS file...

Customer
---------------------------------------

How to use doc2any from a Windows Service?

Thanks for your message, in general, it shouldn't appear "Shell Print the..." message, because "Shell Print the..." function is only work when you run it by manual in CMD window, it is not work inside service user account.

What command line options did you use?

Please use following command lines to convert office files to PDF files from service user account,

doc2any.exe D:\test.doc D:\out.pdf
doc2any.exe -nooffice D:\test.doc D:\out.pdf
doc2any.exe -useprinter -useoffice 1 D:\test.doc D:\out.pdf

Please look at following web page about how to switch from service user account to an interactive user account, the conversion will be executed from this interactive user account,

https://www.verydoc.com/blog/verydoc-release-notes-verydoc-releases-an-exe-com-of-verypdfcomruncmd-exe-today-verypdf-exe-com-does-allow-you-to-call-ms-office-and-any-exe-application-from-asp-php-c-net-etc-program-languag.html

How to use doc2any from a Windows Service?

after you set "VeryPDFCom.RunCmd" successful, you can use following ASP code to call doc2any.exe to do the Office documents to PDF files conversion and without any permission problem from now, enjoy it,

<%

set VeryPDFCom = Server.CreateObject("VeryPDFCom.RunCmd")
dim nRetVal, bRet
strRet = VeryPDFCom.RunCmd2("D:\VeryDOC\doc2any.exe D:\test.doc D:\out.pdf", 5)
Response.Write strRet & vbCrlf

%>

VeryDOC

PDF to Vector Converter

How to detect the original PDF size/format/orientation and then create a XPS accordingly?

Hi there,

I'm testing your product, so far.. nice tool. if everything goes alright, I will recommend my clients to buy it from you.

But I've noticed a problem with it.

When converting from PDF to XPS.. if my original document (PDF) contain a landscape oriented image larger than the default portrait oriented destination XPS.. the image AND data are cropped in the destination. To better understanding Please find attached..

JPG file (original image used to create the PDF file)
PDF file (source document)
XPS file (destination document, created by your tool.)

I have tested several combinations with the tool command line options but no success... if I'm doing something wrong, please tell me!

If I'm not, Please let me know if you can fix it, so I can continue to test your tool.

The ideal fix is your tool detect the original PDF size/format/orientation and then create a XPS accordingly.

My clients usually have a mix of PDF documents... created either by:
Printing sources data directly to the PDF..
Scanning images into the PDF...

so no way to specify manually the orientation for each conversion.

Please let me know asap.

Best Regards,
Customer
------------------------------------------------

Please add "-vector" option to try again, this option does determine the page orientation automatically, for example,

pdf2vec.exe -vector D:\downloads\test_verypdf.pdf D:\downloads\test_verypdf.xps

How to detect the original PDF size/format/orientation and then create a XPS accordingly?

VeryDOC