Skip to main content
Inspiring
September 8, 2022
Answered

Question about adding artboard outside canvas

  • September 8, 2022
  • 1 reply
  • 431 views

Two question:

1) How I can overcome error when I add arboard outside canvas? Try/catch does not help here, at least on my computer.

2) How I can set up ruler so 0,0 is at the top left of the canvas (canvas not artboard)

This topic has been closed for replies.
Correct answer CarlosCanto

I don't think you can create an artboard outside the canvas

 

check this thread for a sample of how to get the 0,0 canvas coordinates

https://community.adobe.com/t5/illustrator-discussions/create-first-artboard-on-top-left-of-canvas-how/td-p/10767994

1 reply

CarlosCanto
Community Expert
CarlosCantoCommunity ExpertCorrect answer
Community Expert
September 8, 2022

I don't think you can create an artboard outside the canvas

 

check this thread for a sample of how to get the 0,0 canvas coordinates

https://community.adobe.com/t5/illustrator-discussions/create-first-artboard-on-top-left-of-canvas-how/td-p/10767994

Inspiring
September 9, 2022

I did not want to put outside canvas I wanted oposite. I tried with try/catch when it is outside but it did not work. This is why I asked second question.

 

But you gave nice workaround for this. 

Thank you!