Tag Archives: postscript to image

Do you have a SDK to convert from Postscript files to TIFF image files?

To Support, Can you give me the parameter example of how to convert postscript files to .tiff? What do I need to pass as demo license key to test run the dll? Regards,===============================Thanks for your message, you can download Postscript … Continue reading

Posted in Postscript to Image Converter | Tagged , | Leave a comment

How to use PS to Image Converter on x64 system

インストール作業について ps2imgsdk.zipを展開し「bin\COM-DLL-install.bat」を実行した結果、次のメッセージが表示されインストールが失敗しました。 失敗している箇所は「regsvr32」を実行している部分です。 【COM-DLL-install.bat】call COM-EXE-uninstall.batcall COM-DLL-uninstall.batcopy /y cimage.dll %WINDIR%\system32\copy /y ps2imgcom.dll %WINDIR%\system32\copy /y ps2imgsdk.dll %WINDIR%\system32\regsvr32 %WINDIR%\system32\ps2imgcom.dll        ← error 「bin\COM-DLL-install.bat」のcopyとregsvr32の実行は「C:\Windows\system32\(64ビット環境)」が対象になっています。 失敗したので、以下のとおりbatファイルを修正し「c:\windows\syswow64\(32ビット環境)」にインストールしました。 【COM-DLL-install.bat】call COM-EXE-uninstall.batcall COM-DLL-uninstall.batcopy /y cimage.dll c:\windows\syswow64\copy /y ps2imgcom.dll c:\windows\syswow64\copy /y ps2imgsdk.dll c:\windows\syswow64\c:\windows\syswow64\regsvr32 c:\windows\syswow64\ps2imgcom.dll これらの結果を見る限りでは「64ビット環境」では失敗し、「32ビット環境」では成功、しているように見受けられます。 【質問】 ・なぜ、64ビット環境で失敗し、32ビット環境で成功するのか。・64ビット環境のインストールに失敗しているが、提供されているDLLは本当に64ビットに対応しているのか。・64ビット環境にインストールするbatとdlを提供して頂きたい。 =============================================== About Install Issues. … Continue reading

Posted in Postscript to Image Converter | Tagged , | 1 Comment

Convert Postscript file to transparent png image

Another issue that I ran into was trying to use the “Postscript to Image Converter”.  For some eps files I would like to convert them to transparent png files.  I downloaded the source and tried to use the C# example … Continue reading

Posted in Postscript to Image Converter | Tagged | Leave a comment

I was interested in your PS SDK to develop a RIP from Postscript files to TIFF files

Hi, I was interested in your PS SDK to develop a RIP from Postscript files to TIFF files, but I need to convert them to 1 bit images and have the ability to set the halftone size and angle. Is … Continue reading

Posted in Postscript to Image Converter | Tagged , , | Leave a comment