PDF to Flash Converter

Differences of PDF to Flash Converter and PDF to ePub Converter

Want to know differences between PDF to Flash Converter and PDF to ePub Converter? Then, you can follow me in this article!

PDF to Flash Converter can be downloaded from here. And PDF to ePub Converter can be experienced through here.

The followings are the differences between PDF to Flash Converter and PDF to ePub Converter, which are both standalone tools which do not require Adobe Acrobat and Adobe Reader applications:

1. Supported conversions:

PDF to Flash Converter converts PDF to SWF; PDF to ePub Converter converts PDF to epub.

2. Supported PDF types:

PDF to Flash Converter – all version of Adobe Acrobat PDF files, from 1.0 - 1.8 formats (.pdf), normal or scanned PDF with or without user and owner passwords;

PDF to ePub Converter -- All version of Adobe Acrobat PDF files, from 1.0 - 1.8 formats (.pdf), normal or scanned PDF with or without user passwords only.

3. Effect forms:

PDF to Flash Converter is an application of command line; PDF to ePub Converter is a GUI tool.

4. Popular fields:

PDF to Flash Converter can be used to batch convert Adobe PDF files to Flash movies (SWF files); PDF to ePub Converter can convert Adobe PDF files to ePub format for viewing on electronic books (eBooks) readers (iPad, iPhone, iPod Touch, Sony Reader, etc.).

5. Different objective properties:

PDF to Flash Converter – specified page range, image DPI and background DPI of SWF files, (PDF to flash – PDF to SWF) conversions in batches, enable or disable hyperlinks in SWF files etc..

PDF to ePub Converter --  page range setting, both text and images processes, image PDF to epub in batches or singly etc..

6. Distinct Prices:

PDF to Flash Converter: $ 79 – $ 1495

PDF to ePub Converter: $ 24.95 – $ 1200

Here is the end of general comparison between PDF to Flash Converter and PDF to ePub Converter above. To get more information of PDF to Flash Converter, please click here. To know more on PDF to ePub Converter, please click here. Also, suppose any confusion on your mind, please do not hesitate to contact us via support@verypdf.com. At last, to know more in processes from PDF to SWF, PDF to flash through command line or GUI interface, singly or in batches, and conversion from PDF to epub, it is convenient for you to overview our knowledge base frequently.

PDF to Vector Converter

Why pdf2vec.exe at windows server 2008 stop working?

Q:Hello,I've bought PDF to Vector Convertor today.I'm trying to install the license in the command line as mentioned in your setup :
pdf2vec.exe "-$" "xxxxxxxxxxxxxxxx", but I receive an error. Pdf2vec.exe has stopped working.This is on a Windows 2008 server.  Got any clue ?

*************************************************************************

Please turn off DEP for "pdf2vec.exe" application to try again, please refer to following steps about how to turn off DEP in your system,
1. Click "Start"
2. Select "Control Panel"
3. Select "System"
4. Click the "Advanced" tab
5. In the "Performance" region select "Settings"
6. Click the "Data Execute" tab in the dialog box that opens
7. Select "Turn on DEP for all programs and services except for those I select"
8. Click "Add"
9. The open dialog box will open. Browse and select "pdf2vec.exe" application in your computer,
10. Click "Open"
11. Click "Apply"
12. Click "Ok"
13. Reboot
OK, you can run "pdf2vec.exe" without any problem now, please to try.

By this way, you can install PDF to Vector Convertor on Windows 2008 server easily. If you have any question about this software or file format conversion, please contact us by the ways supported on this website.

DOC to Any Converter

How to call doc2any from PHP?

Q:Hello,
We are currently evaluating doc2any.exe for our website in order to convert documents on the fly. So far the results of our tests are quite good but we have noticed that:

1. PPT (not PPTX) conversion fails with a message:
Loading "upload/test5.ppt" file...[20%]
Shutdown PowerPoint Application...[60%]
Prepare to convert "upload/test5.ppt" file...[10%]
Loading "upload/test5.ppt" file...[20%]
Shutdown PowerPoint Application...[60%]
[FAILED] Can't locate EMF files.
Conversion time = 4930ms
upload/test5.ppt ==> C:\wamp\www\flexpaper\php\pdf\test5.pdf, result=ERROR TickCount = 4930ms(4.93s), Result = 0

I have seen that this issue may have been already reported to you. Is there a fix available?
Please note that this issue only arises when calling doc2any.exe from PHP (which is mandatory for us). Weirdly the same manual conversion via the MS DOS command prompt works!

2.
Visio document conversion: Doc2any does not seem to convert .vsd (MS VISIO) docs. Do you have any plan to make this available? In the meantime would you have an alternate solution that could be called from a PHP script?

3.
the < -pagerange > feature does not work. We have tried to convert doc to pdf (41 pages) and limit it to 3 pages but with no avail. Can you please let us know when this will be fixed?

In addition to the points above we have the following questions:

- Do you have an executable of your programs that can run on a linux platform?

- Does your program support multi-threading? What we mean is that if two users want to convert simultaneously two files will it work in parallel or is it based on an i/o basis?

- Can you confirm if you have other customers who have used your tool in a production server environment with a large number of files to be processed 24 x 24/7x7? Would you be able to provide customer references?

- We've had a close look at your knowledge section on your website but do you provide more detailed/ technical documentation so that we can use your product to its full potential?

- We also be very interested in a solution to convert Microsoft Projects file (.mpp) to PDF. Do you have a solution that would fit our need?

**************************************************************************

A:
1.
As there is no administrator privilege in web application,when you call it in web, please refer to the following ways.

http://www.verypdf.com/htmltools/callfromcsharp.html

All the exeshell are free.
https://www.verydoc.com/exeshell.html
https://www.verydoc.com/download/exeshell.zip

2.
We have tested the parameter -pagerange, it is OK on our website.

for example:"C:\doc2any.exe" -pagerange 2-4 "C:\example.doc" "C:\example_doc.pdf"

3.
Now we do not have such app that can run in Linux.

4.
This parameter supports multi-threading.

test-concurrent-conversion.bat

start "" "%CD%\doc2any.exe" -killoffice 0 -useprinter "%CD%\example.docx" "%CD%\example.docx.pdf"
start "" "%CD%\doc2any.exe" -killoffice 0 -useprinter "%CD%\example.doc" "%CD%\example.doc.pdf"
start "" "%CD%\doc2any.exe" -multipagetif -bitcount 1 -xres 300 -yres 300 -killoffice 0 -useprinter "%CD%\example.docx" "%CD%\example.docx.tif"
start "" "%CD%\doc2any.exe" -multipagetif -bitcount 1 -xres 300 -yres 300 -killoffice 0 -useprinter "%CD%\example.doc" "%CD%\example.doc.tif

**************************************************************************

Q:Thank you for your quick reply. Here's my feedback:

1.As there is no administrator privilege in web application,when you call it in web, please refer to the following ways.

http://www.verypdf.com/htmltools/callfromcsharp.html

All the exeshell are free.
https://www.verydoc.com/exeshell.html
https://www.verydoc.com/download/exeshell.zip

2.The same with the first question.

>> I have installed the exeshell.zip and tested with the php example you provided. At this stage I have no success - it seems to do nothing. It does not throw any error. I just get a blank page and no conversion occurs.

Here is the code I run:

$exeshell =new COM("exeshell.shell") or die("Can't start exeshell");
$exeshell->RunCommandLine("fred-PC\\fred", "*******", '"C:\wamp\www\flexpaper\doc2any_cmd\doc2any.exe" "C:\testverydoc\test1.doc" "D:\testsheell.pdf" ');
$exeshell = null;

***************************************************************************

A:Your code is right,

$exeshell =new COM("exeshell.shell") or die("Can't start exeshell");
$exeshell->RunCommandLine("fred-PC\\fred", "*******", '"C:\wamp\www\flexpaper\doc2any_cmd\doc2any.exe" "C:\testverydoc\test1.doc" "D:\testsheell.pdf" ');
$exeshell = null;

if you can't get it work, please by following steps to solve Error 1314 and try again,

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

Remark:

You may encounter Error 1314 in some Windows systems, please by following steps to solve this 1314 Error,

ERROR 1314:
~~~~~~~~~~~~~
1314 A required privilege is not held by the client. ERROR_PRIVILEGE_NOT_HELD
~~~~~~~~~~~~~
To resolve this issue:
1. Click Start, click Run, type "secpol.msc", and then press ENTER.
2. Double-click "Local Policies".
3. Double-click "User Rights Assignment".
4. Double-click "Replace a process level token".
5. Click "Add", and then double-click the "Everyone" group
6. Click "OK".
7. You may have to logout or even reboot to have this change take effect.

Please look at following web page for more information,

https://www.verydoc.com/blog/how-to-call-doc2any-exe-from-asp-code.html

You can also arrange MS Word run inside an interactive user account, please look at following web page for more information,

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

>>3. We have tested the parameter -pagerange, it is OK on our website.
>>for example:"C:\doc2any.exe" -pagerange 2-4 "C:\example.doc" >>"C:\example_doc.pdf"
>> I can confirm that it does not work. Neither through the MS DOS command line >>(even executed with administrator privilege) or via PHP.
>>Here again I run it through windows 64 bits.

This problem is caused by permission issues, you may give enough permission to Word DCOM to try again, please look at following web page for more information,

http://verydoc.com/doc-to-any-faq.html

also, in “Console Root / Component Services / Computers / My computer / DCOM Config” option, “Your COM Name” should equal to “Microsoft Office Word 97 – 2003 Document” in your system, please give enough permission to “Microsoft Office Word 97 – 2003 Document” DCOM in your system to try again, you can also run “Microsoft Office Word 97 – 2003 Document” DCOM from an interactive user account to solve the permission restrictions in default system account.

>>4. Incidentally I have tested the -pagecount parameter. It does not work with >>PPT or PPTX documents at all. Is this a known error?

We will double check -pagecount parameter for PPT or PPTX documents shortly, if it is not support PPT and PPTX documents, we will solve this problem in the next version of DOC to Any Converter product, and we will send the new version to you asap.

***************************************************************************

As a reminder. The tests were conducted with a Windows 7 64 Ultimate Edition, Microsoft office 2010, Microsoft Visio 2007, OpenOffice 3.3,

1. -pagerange: This parameter works erratically.

When run from the Command Line and coupled with the -useprinter parameter it works for .doc and.docx documents but not for .ppt and .pptx documents.

It never works when used without the -useprinter parameter (even when cmd is executed as an administrator)

2 - Pagecount:

Works for .doc and doc.x document. Does not work for .ppt and .pptx. Returns wrong values when run against .pdf documents.

3 - MS Visio: Never managed to run a conversion. It always return an error.
These 3 issues are showstoppers for us. How can you help me resolve them because I cannot trigger the purchasing process of your solution if I cannot make them work in our dev environement. Is there a debug mode or a verbose log that can be created?

*******************************************************************************

>>1. -pagerange: This parameter works erratically. When run from the Command Line and coupled with the -useprinter parameter it works for .doc and.docx documents but not for .ppt and .pptx documents.It never works when used without the -useprinter parameter (even when cmd is executed as an administrator)

This is a minor problem, after you purchased the product, please send to us your Order ID, we will provide a new version to you asap, we will solve "-pagerange" problem in the new version to you asap.

>>2 - Pagecount:Works for .doc and doc.x document. Does not work for .ppt and .pptx. Returns wrong values when run against .pdf documents.We will fix the problem for PPT and PPTX documents in the new version too.DOC to Any Converter is not able to retrieve page count from .pdf, because it is not support PDF as input format. However, we can add this function to you at additional cost, if you are interest in this function, please feel free to let us know, we will provide a quotation for this function to you shortly.

>>3 - MS Visio: Never managed to run a conversion. It always return an error.
These 3 issues are showstoppers for us. How can you help me resolve them because I cannot trigger the purchasing process of your solution if I cannot make them work in our dev environment. Is there a debug mode or a verbose log that can be created?

If you have any further question about calling doc2any from PHP, please contact us by the ways supported on this website.

DOC to Any Converter

doc2any.exe very slow when executed from PHP

Q: Hello,
We are currently evaluating doc2any in order to perform on the fly conversion of files uploaded to our website into pdf.
Tests config environment:windows 7, 64-bits coupled with a WAMP server 2.2 running Apache 2.2.21 and PHP 5.3.9.
Situation:when we convert a doc to pdf manually via the MS DOS command line, it runs under 2 secs, which is great.
Command line I usedC:\wamp\www\flexpaper\doc2any_cmd>doc2any.exe D:\test.doc D:\output.pdf'
However when we execute exactly the same conversion via PHP it is 10 times slower! (>22 seconds) which is not acceptable.
For info here is the very simple php script used to conduct the test:
$commandbis = ('C:\wamp\www\flexpaper\doc2any_cmd\doc2any.exe D:\test.doc D:\output.pdf');
$results = system($commandbis, $output);
print_r($output);
Can you please let us know if this is something you are aware of and if this can be resolved by any means?
Also, I take the opportunity of raising this case to mention to you that conversion of .vsd (visio)to PDF does not seem to run with doc2any executed from the command line. Is this normal?

Solution one: Please arrange MS Word run from an interactive user account instead of SYSTEM user account to try again, please refer to following web pages for more information,
https://www.verydoc.com/doc-to-any-faq.html
https://www.verydoc.com/blog/convert-word-doc-file-to-pdf-file-with-openoffice.html
https://www.verydoc.com/others/configure-word-and-excel.htm
http://www.verypdf.com/wordpress/201201/how-to-call-doc2any-exe-or-htmltools-exe-from-a-service-20896.html
https://www.verydoc.com/blog/how-to-call-doc2any-exe-from-asp-code.html

Solution two:Add a new folder named "Desktop" under C:\Windows\SysWOW64\config\systemprofile. Then you need to reboot and it works.

System requirement :Windows 2008 Server x64
  Please make this folder:C:\Windows\SysWOW64\config\systemprofile\Desktop

System requirement :Windows 2008 Server x86

Please make this folder: C:\Windows\System32\config\systemprofile\Desktop    ...instead of dcomcnfg.exe.

This operation took away office automation problems in my system.

A Desktop folder seems to be necessary in the system profile folder to open file by Office file.

It disappears from Windows2008, Windows2003 had the folder, and I think it cause this error.

Here is the solution for conversion from doc to pdf  by doc2any converter executed from PHP slowly. If you have further question, please contact us by the ways supported on this website.

DOC to Any Converter

How to see all the processing information when converting?

Q:I would expect to see all the processing information as it's displayed on screen or in a text file when I convert doc to image. But  I met some trouble, there is nothing output. I used the software doc to any converter. Am I missing something? Here is a sample of the command line:

doc2any.exe -log "doc2any.txt" -useprinter -xres 200 -yres 200 -compression 4 "bannerprocessing\78.rtf" "bannerprocessing\*_rtf.tif"

A: Please check all the functions and usage of doc to any converter on this webpage: https://www.verydoc.com/doc-to-any-options.html.  There is one wrong operation in your command line, you need to specify one output file, then the converted files will be named according to it.
Example: doc2any_cmd\doc2any.exe" "doc2any_cmd\*.doc" "doc2any_cmd\out.tif" you can not use the * in the output file name.

comamnd line example

And let us go to further for this question. If you need to see log information in the txt file, please specify the full path of the text file. When you need to do batch conversion, only you need to use the wild character in the input file. The output file name can not be replaced by wild character *.

By the following commands, you can see log information in the “doc2any.txt”. And it also can help you convert doc to image.

C:\Documents and Settings\admin>"C:\Documents and Settings\admin\My Documents\Do
wnloads\doc2any_cmd\doc2any.exe" -log "C:\Documents and Settings\admin\Desktop\d
oc2any.txt" -useprinter -xres 200 -yres 200 -compression 4 "C:\Documents and Set
tings\admin\Desktop\New Microsoft Word Document.doc" "C:\Documents and Settings\
admin\Desktop\New Microsoft Word Documentop.tif"

Now let us check the conversion effect from doc to image.

source rtf file

converted tif file

Note: when you do the conversion from doc to image, if you do not have MS Office or Open Office installed, please add the parameter “-useoffice 0: Don't use MS Office to convert DOC,DOCX,RTF,TXT,PPT,PPTX,XLS,XLSX formats”. If you have MS Office , please ignore this parameter.

This is the end about converting doc to image. If you have any question, please contact us by the ways supported on this website.