Giter Club home page Giter Club logo

ids's Introduction

##Pre-requests:

##Test assignment:

  • to write the script which will run in the adobe indesign javascript runtime and will perform data transformation
  • you can find input data in ./data/sample.json
  • you need to create *.jsx file/files that will read and transform mentioned above data (check the example - ./main.jsx)
  • as a result we need to have created PDF and INDD files

##Details/requirements:

  • when your script runs first:

    • read input data (read them from file system or include directly in your script)
    • parse data and convert them to indesign object model (see details below)
    • store object model as an INDD file
    • create from INDD file PDF document
  • when you script runs n+1 time:

    • read INDD file
    • read input data
    • create from INDD file PDF document
  • converting/parsing data details:

    • read input data
    • treat each element in array as indesign text frame and create appropriate text frame
    • insert text(content) into frame
    • apply styles if they are
    • repeat until the end

##Workflow details:

  • fork this repo and work in your own
  • during your work please do not forget to do commit for each logical change/improvement
  • when you finish do the pull request

ids's People

Contributors

denyskarpenko avatar

Watchers

James Cloos avatar

Forkers

kolyan173

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.