ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 How to load EPS

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
giancarlo Posted - Apr 08 2016 : 04:50:07
I need to create a portable application that show eps files... i cannot install ghostscript or other packages.
What is the simple way?

thank you
1   L A T E S T    R E P L I E S    (Newest First)
yogiyang Posted - Apr 25 2016 : 01:57:16
If the EPS files contains a preview then you can show that preview.

Otherwise you will have to copy all the related Ghostscript files in your exe folder and use it.

You will not have to distribute separate installation of Ghostscript.

For more into on this check out this truly useful open source PDf generator which uses Ghostscript in back end to create PDF files.

The software name is PDF Creator. You can get it here: http://www.pdfforge.org/

HTH


Yogi Yang