Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

EPS Code Library

Guest
Mar 28, 2017 Mar 28, 2017

Is there a Python/PHP Library for creating EPS files dynamically to be downloaded off my website?

TOPICS
Scripting
1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Mar 28, 2017 Mar 28, 2017

Moving to Illustrator Scripting​

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 28, 2017 Mar 28, 2017

Any requirement for EPS.

PDF is more compatible and so has more tools available.

have a look at "TCPDF". it is a PHP library for PDF Creating etc...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 29, 2017 Mar 29, 2017

We want EPS to generate Labels that Users can resize/edit and then print out for various product packaging.

We are already generating PDF files with python's "reportlab".

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Mar 29, 2017 Mar 29, 2017

PDFs can also contain vector information which can be resized just like EPS vector information, but is probably a lot easier.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 29, 2017 Mar 29, 2017
LATEST

EPS is a postscript format, along with ps, ai, pdf, cdr, etc...

all of these can contain vector information and raster items etc...

EPS is an old format and no longer supported.

There are major issues with it in certain cases

Here is what Dov Isaacs from Adobe said in a discussion on a PrintPlanet forum: “ …Adobe will continue to support EPS as a legacy graphics format for import of non-color managed, opaque graphical data into Adobe applications (such as InDesign and Illustrator). Although we certain do not recommend that new graphical content be stored in EPS format ..."

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines