@VeryDOC

Convert PowerPoint to PDF Converter without losing quality and without MS Office version limitation?

Question: Hi, I need a PPT 2 PDF converter, I've tried some PPT to PDF software or PowerPoint converter, but the conversion effect is so bad.  I'm looking for something that converts without loosing quality. Something different that works with Office 2003 when converting .pptx file. Thanks.

Answer: When you need to convert PPT to PDF without losing quality and without MS Office version limitation, you can have a free trial of software VeryDOC DOC to Any Converter Command Line v3.5. The new version of this software is totally independent of MS Office software. No matter you have installed MS Office or not the conversion could be done perfectly. And this software was developed with special technology, after conversion the quality will not be effected. If you have MS Office installed, this software allows you to output PDF file depending MS Office power. When converting MS Office 2010 or 2007 PowerPoint file, even if you have MS Office 2003 installed, the conversion could also be done without losing quality. Please check more information of this software on homepage, in the following part, I will show you how to this software.

Step 1. Download DOC to Any Converter Command Line v3.5.

  • The new version zip file could also be downloaded from software website, we have updated the downloading link. Same with before, please extract download zip file for further using.
  • In the extracted folder, you can find executable file, readme.txt file. There are some new parameters and command line templates added, please check it carefully.

Step 2. Convert PPT or PPTX to PDF without MS Office version limited.

  • When converting PPT or PPTX to PDF without MS Office version limited, please refer to the following command line templates.
  • doc2any.exe -nooffice "C:\test.ppt" "C:\out.pdf"
    doc2any.exe -nooffice "C:\test.pptx" "C:\out.pdf"
    The parameter nooffice is the key element. You can use "-nooffice" option to ignore MS Office and OpenOffice applications completely, when this option is used, doc2any.exe will use ourself's document render engine to parse PowerPoint file, and convert them to other formats PDF, HTML fast and accurate.

  • If you have MS Office install, you do not need to add this parameter. This software will render PPT or PPTX to PDF automatically in high quality.
  • -useoffice 0: Don't use MS Office to convert DOC, DOCX, RTF, TXT, PPT, PPTX, XLS, XLSX formats
    -useoffice 1: Use MS Office to convert DOC, DOCX, RTF, TXT, PPT, PPTX, XLS, XLSX formats
    -useprinter     : Convert DOC files to other formats via virtual printer

  • If you have special requirement about the quality, you can try to print PPT to PDF. By printing, the output PDF can keep totally same layout and format of original PowerPoint file.

By this software, you can convert PPT to PDF keeping high quality without depending MS Office. During the using, if you have any question, please contact us as soon as possible.

PDF to Vector Converter, PostScript to PDF Converter

How to batch convert all PS files to PDF or PS files in a folder and all sub-folders?

I have a folder and inside that folders many folders. In those folders I have PDF files which I need to convert to PS. How does Batch process will be initiated. PDF to PS is not supporting batch conversion. Only file to file is supported.

Kindly Guide.
Customer
---------------------------------------
Thanks for leaving a message for us.

According to your needs, please have a free trial of this software:

VeryDOC PDF to Vector Converter

pdf2vec.exe C:\*.pdf C:\out.ps

By this command line, you can convert all PDF file under some folder to PS file in batch mode.

VeryDOC
---------------------------------------
ok,Sir So If I have a Folder in D Drive say "D:\PDF ALL" and inside that I have 20 Folders say "D:\PDF ALL\A\1.PDF","D:\PDF ALL\A\10.PDF","D:\PDF ALL\B\2.PDF","D:\PDF ALL\C\3.PDF" and I need to convert these files inside those respective subfolders only than what would be the command line

Will I need to Create a Batch file for this or a single command will work

Kindly tell

Regards
Customer
---------------------------------------
You can run following command line to convert all PS files to PDF files in D:\temp folder and sub-folders (recursion),

for /r D:\temp %F in (*.ps) do "C:\VeryPDF\ps2pdf.exe" "%F" "%~dpnF.pdf"

OR

for /r D:\temp %F in (*.pdf) do "C:\VeryPDF\ps2pdf.exe" -pdf2ps "%F" "%~dpnF.ps"

If you wish convert all PDF files to PS files by pdf2vec.exe application, please run following command line,

for /r D:\temp %F in (*.pdf) do "C:\VeryPDF\pdf2vec.exe" "%F" "%~dpnF.pdf"

VeryDOC
---------------------------------------
I need to convert PDF to PS in Batch/bulk.

I have folder and inside that folder many other folders which contains PDF files. I need to convert them in PS. But PDF to Any support only for individual file conversion and that is not possible when the number of files is too large

How to convert all files and folder at once ?

Is there any command Line Software that could Create Post Script from My Post Script. I mean to say PS to PS conversion. I need to change my PS to PS format as created by your product.

Customer
---------------------------------------
PDF to Vector Converter can only convert PDF file to PS file, it can't convert PS to PS file, however, you can use "Postscript to PDF Converter" to finish your work,

https://www.verydoc.com/ps-to-pdf.html

e.g., you can use use Postscript to PDF Converter to convert PS file to PDF file first,

ps2pdf.exe D:\test.ps D:\out.pdf

and convert PDF file back to PS file again by following command line,

ps2pdf.exe -pdf2ps D:\out.pdf D:\out2.ps

We hoping "Postscript to PDF Converter" software will work fine to you, please download it to try.

VeryDOC

PDF to Vector Converter

How to convert PDF to PS in batch mode?

Question:I have a folder and inside that folders many folders. In those folders I have PDF files which I need to convert to PS. How does Batch process will be initiated. PDF to PS is not supporting batch conversion. But PDF to Any support only for individual file conversion and that is not possible when the number of files is too large. Only file to file is supported. Is there a detail solution on VeryDOC?

Answer: When you need to convert PDF to PS in batch mode, maybe you can have a free trial of software VeryDOC PDF to Vector Converter, by which we you can convert whole directory PDF files to PS. And this is command line version software, it allows you to write bat file for automatic conversion, run conversion together with other applications like Visual Basic, C/C++, Delphi, ASP, PHP, C#, .NET, etc. Please check more detail information of this software on homepage, in the following part, I will show you how to use this software to convert PDF to PS in batch mode.

Step 1. Free download PDF to Vector Converter Command Line.

  • As this software is command line version, we have compressed it to zip file. When downloading finishes, there will be a zip file. Please extract it to some folder then you can call it from MS Dos Windows.
  • This software is Windows version, supports both 32-bit system and 64-bit system of all version systems under Windows.

Step 2. Convert PDF to PS in batch mode.

  • Here is the usage for your reference:pdf2vec.exe [options] [Options] <PDF Files>
  • When converting PDF to PS, please refer to the following command line templates:
    pdf2vec.exe C:\in.pdf C:\out.ps
    pdf2vec.exe C:\*.pdf C:\out.ps
    Using the wild character, you can convert whole directory like C directory PDF file to PS. No matter how many sub folders there is, all will be converted to PS file. So this method is quite good for you to run conversion in batch mode.
  • When you need to run the automatic conversion from bat file, please refer to the following command line template.
    for %%F in ("%CD%\*.pdf") do pdf2vec.exe "%%F" "%%~dpnF.ps"
    After writing bat file, simply click it then the conversion will be done automatically.
  • Meanwhile this software provides three modes to convert PDF to PS, please have a check.
  • -psmode <int>            : convert PDF file to vector Postscript file
       -psmode 0: convert PDF to Postscript via printer driver
       -psmode 1: convert PDF to Postscript via local interpreter 1 (slower)
       -psmode 2: convert PDF to Postscript via local interpreter 2 (faster)
       default is "-psmode 2"

By this software and those parameters, I guess it will be quite easier to convert PDF to PS in batch mode perfectly. During the using, if you have any question, please contact us as soon as possible.

PCL to PDF and Image Converter, PCL, PS, PDF Page Counter, PostScript to PDF Converter

How to convert SPL file (Windows Spooling File Format) to PDF file?

Hi,

My Company has developed an PrintManagement Software. We get information from Windows Spooler.

I was looking into the "PCL Page Counter SDK" and I have a question.

Can I save a copy of a document sent to a printer (an PCL or PS or SPL, etc.) and convert it to PDF, so the IT administrator can really see what end users have printed?

Can I do that with "PCL Page Counter SDK" ?

Thanks
Customer
--------------------------------------------------
Thanks for your message, "PCL Page Counter SDK" hasn't an option to convert spooling jobs to PDF files, however, you can use following products to finish this task,

1. Use VeryPDF PCL Converter to convert PCL Print Jobs to PDF files,

http://www.verypdf.com/app/pcl-converter/index.html

2. Use VeryDOC Postscript to PDF Converter to convert Postscript Print Jobs to PDF files,

https://www.verydoc.com/ps-to-pdf.html

We hoping above products will useful to you, you may download them from our website to try.

VeryDOC
--------------------------------------------------
Hello,

Well, I will try to explain what we need, and you can see if you guys can help us.
Actually our Page Accounting Software do the following steps:

1- Pauses every job sent to windows spool
2- Retrieves some information from windows spooler (username, document name, number of pages, etc.)
3- "Ask" to the database if the current user has rights to Print (quota, permissions of printing in a specific printer, etc.)
4- If user has rights, than the system resumes the job, if not, the system deletes the job from the spool.

We need to add a functionality to our system, the possibility of save the job to see what users have printed. We have implemented a routine that saves the job in SPL extension (*.SPL) and I have adapted a SPL Viewer made in Visual Basic to see the content of the SPL file... turns out that many SPL files cannot be seen by this SPL Viewer, so we think of using an external plugin to transform the SPL file in PDF... the question is, will VeryPDF
PCL Converter and VeryDOC Postscript to PDF do this? They can transform SPL files (Windows Spool files ) in PDF ?

Thanks!
Customer
--------------------------------------------------

Thanks for your message, SPL is just a common name, in fact, SPL is contain PCL, Postscript, EPS, SPL-EMF and RAW formats, a SPL file may also combined by several of above formats, e.g., a SPL file may contain both PCL and PS two formats.

VeryPDF has following technologies,

1. Convert PCL file to PDF file by our PCL Converter application,

https://www.verydoc.com/pcl-converter.html

2. Convert Postscript file (or EPS file) to PDF file by our PS to PDF Converter application,

https://www.verydoc.com/ps-to-pdf.html

3. Convert SPL-EMF file to PDF file by our custom-build application (SPL-EMF to PDF Converter Command Line), we haven't a ready software to convert SPL-EMF file to PDF file yet, but if you need this software, we can develop it to you at additional development cost,

4. The RAW format is a special binary data format which used by some special printer only, the most printers are not use this data format.

5. Complex SPL format which contain both PCL and PS formats, we haven't a ready software to support this type of SPL file yet, but we can develop a software to parse/convert this type of SPL file to PDF file, for example, we can extract each page from this complex SPL file, convert them to single page PCL and PS files, one page per PCL or PS file, and convert these PCL and PS files to PDF files one by one, after that, we will use our PDF Merger technology combine these single PDF files into one single PDF file again, the final PDF file will contain all contents of your Complex SPL file.

Please feel free to let us know if you are interest in above solutions.

VeryDOC

DOC to Any Converter

How can I create a PDF from an Excel, a doc without MS Office installed?

     When you need to create a PDF from an Excel, word file without MS Office installed, maybe you can have a free trial of VeryDOC DOC to Any Converter. This software is command line version and it has been updated to version 3.5. By the latest version, you can create PDF from word, Excel without MS Office, OpenOffice installed.

  When you you need to create a PDF from word, Excel by this software, you can convert Excel or word to PDF first and then append the other file at the beginning or the end of the PDF file. The whole process could be done without MS Office installed. Please check more information of this software on homepage, in the following part, I will show you how to use this software.

Step 1. Free download DOC to Any Converter.

  • As this software is command line Window version software, we have compressed it to zip file. When downloading finishes, you need to unzip it and then find the executable file in extracted folder.
  • Please note this function could be done by the older version if you have MS Office installed. If you use the latest version of this software, you do not need to install MS Office or OpenOffice.

Step 2. Create PDF from word, Excel.

  • When using this software, please refer to its usage and examples.
  • Here is the usage for your reference: DOC2Any [options] <in-file> [<out-file>]
  • When create one PDF from word, Excel, please refer to the following command line templates:
  • doc2any.exe -nooffice -append 0"C:\test.doc" "C:\out.pdf"
    By this command line, we can create PDF from doc file and append it to an existing PDF file and overwrite if PDF file exists.
    doc2any.exe -nooffice -append 1 "C:\test.docx" "C:\out.pdf"
    By this command line, we can append docx file to an existing PDF at the beginning of the PDF without MS Office installed.
    doc2any.exe -nooffice -append 2 "C:\test.xls" "C:\out.pdf"
    doc2any.exe -nooffice -append 3"C:\test.xlsx" "C:\out.pdf"
    Same with the first two command line, just notifying that this software supports all version MS Office files.

  • Now let us check related parameter explanation:
  • -append <int> :
        -append 0          : Overwrite if PDF file exists
        -append 1          : Insert before first page if PDF file exists
        -append 2          : Append to last page if PDF file exists
        -append 3          : Rename filename if PDF file exists

    -nooffice:  this option help you  ignore MS Office and OpenOffice applications completely, when this option is used, doc2any.exe will use ourself's document render engine to parse DOC, DOCX, RTF, XLS, XLSX, ODT, ODS formats, and convert them to other formats (PDF, HTML, DOC, DOCX, XLS, XLSX, CSV, etc.), the conversion speed will be the fast.

By this software and this method, we can create PDF from word, Excel easily. During the using, if you have any question, please contact us as soon as possible.