Skip to content

Instantly share code, notes, and snippets.

@coerv
coerv / 121011_buchstaben-mosaik_2.jsx
Created October 11, 2012 15:09
Corvins Projektwochenzeug
main();
function main () {
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
@coerv
coerv / 121011_buchstaben-mosaik.jsx
Created October 11, 2012 12:38
Corvins Projektwochenzeug
main();
function main () {
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
@coerv
coerv / 121009_buchstaben-mosaik.jsx
Created October 10, 2012 20:11
Corvins Projektwochenzeug
main();
function main () {
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
@coerv
coerv / 121008_buchstaben-mosaik.jsx
Created October 8, 2012 10:02
Corvins Projektwochenzeug
main();
function main (){
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
@coerv
coerv / 121007_buchstaben-mosaik2.jsx
Created October 7, 2012 19:13
Corvins Projektwochenzeug
main();
function main (){
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
@coerv
coerv / 121007_buchstaben-mosaik.jsx
Created October 7, 2012 12:46
Corvins Projektwochenzeug
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
var page = doc.pages.item(0);
@coerv
coerv / 121004_buchstaben-mosaik.jsx
Created October 4, 2012 21:01
Corvins Projektwochenzeug
/*** create document ***/
var phw = 200; // variable that holds the width/height of the page
var doc = app.documents.add();
doc.documentPreferences.pageWidth = phw;
doc.documentPreferences.pageHeight = phw;
doc.documentPreferences.facingPages = false;
var page = doc.pages.item(0);