Hello Support,
We are using "pdf2vec" to convert pdf file to swf.
It is losing quality while converting. How can we improve quality same as original?
Attaching pdf for your reference.
Customer
-----------------------------------------------------
https://www.verydoc.com/pdf-to-vector.html
Please run following command line to convert your PDF file to SWF file again,
pdf2vec.exe -swfopt "-s bitmap -s zoom=300" D:\downloads\Test(1).pdf D:\downloads\Test(1).swf
Can you get a better SWF file by above command line in your system?
VeryDOC
-----------------------------------------------------
Hello support,
We have tried with the option given above. Its still loosing quality. If you can see the bottom portion there. Can you please loot at the attached screenshot?
Customer
-----------------------------------------------------
We have created a new version to you, please download it from following URL,
https://www.verydoc.com/pdf2vec_cmd.zip
after you unzip it to a folder, you can run following command line to convert your PDF file to high quality SWF file properly,
pdf2vec.exe -rasterswf2 test.pdf test.swf
VeryDOC
-----------------------------------------------------
Hello support,
I have tried with the parameter option given. Output file looks good with color but output file size is too large(input size 2 MB, Output size 41 MB). We are displaying this output file in web component so its taking more than 3 minutes to load and download. Can you suggest another parameter which gives output with original quality and lesser file size?
Thanks,
Customer
-----------------------------------------------------
Please download the new version of "PDF to Vector Converter Command Line" from this URL,
https://www.verydoc.com/pdf2vec_cmd.zip
In the new version, you can use "-xres" and "-yres" options to control the quality of output SWF files, for example,
pdf2vec.exe -rasterswf2 -xres 50 -yres 50 test_quality.pdf _test_quality_rasterswf2_50dpi.swf
pdf2vec.exe -rasterswf2 -xres 150 -yres 150 test_quality.pdf _test_quality_rasterswf2_150dpi.swf
pdf2vec.exe -rasterswf2 -xres 150 -yres 150 test.pdf _test_rasterswf2_150dpi.swf