Author Topic: Create PDF from AutoCAD  (Read 1817 times)

0 Members and 1 Guest are viewing this topic.

TopoWAR

  • Newt
  • Posts: 135
Create PDF from AutoCAD
« on: January 10, 2016, 02:24:25 PM »
hello friends, you can create a new page size in the DWG file PDF.pc3 To then create a PDF, for example user 1 (320x 440 mm), logically using lisp, it is occupied create a PDF using the page size . thanks
Thanks for help

Grrr1337

  • Swamp Rat
  • Posts: 812
Re: Create PDF from AutoCAD
« Reply #1 on: January 11, 2016, 04:04:47 PM »
I'm not a lisp guru, but aint creation of custom papersizes depents only on the plotter device?
Not sure if its possible with VLA or entmaking it (and I don't believe it is).
But for sure I know that once this papersize is created you can assign it trought lisp.
(apply ''((a b c)(a b c))
  '(
    (( f L ) (apply 'strcat (f L)))
    (( L ) (if L (cons (chr (car L)) (f (cdr L)))))
    (72 101 108 108 111 32 87 111 114 108 100)
  )
)
vevo.bg

TopoWAR

  • Newt
  • Posts: 135
Re: Create PDF from AutoCAD
« Reply #2 on: January 11, 2016, 04:09:05 PM »
ok, thanks for responding, wait, maybe someone knows how to create a custom page size and then create a pdf
Thanks for help

Grrr1337

  • Swamp Rat
  • Posts: 812
Re: Create PDF from AutoCAD
« Reply #3 on: January 11, 2016, 04:15:34 PM »
No offense, TopoWAR
I'm curious aswell.
(apply ''((a b c)(a b c))
  '(
    (( f L ) (apply 'strcat (f L)))
    (( L ) (if L (cons (chr (car L)) (f (cdr L)))))
    (72 101 108 108 111 32 87 111 114 108 100)
  )
)
vevo.bg

TopoWAR

  • Newt
  • Posts: 135
Re: Create PDF from AutoCAD
« Reply #4 on: January 11, 2016, 04:18:22 PM »
I do not understand
Thanks for help

TopoWAR

  • Newt
  • Posts: 135
Re: Create PDF from AutoCAD
« Reply #5 on: January 13, 2016, 05:06:35 PM »
Well, it seems you can not create a custom page size, believed that everything could lisp. thanks
Thanks for help