Plot to File From AutoCAD

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default Plot to File From AutoCAD

    I am trying to programmatically create a PDF file from AutoCAD using the Plot to File option. But it does not work.

    Even if I manually plot the file to a PDF, with the plot to file option ticked it does not work. But if I clear this option, it prompts for a PDF file and works fine.

    Any ideas on how to get this workin?
    Yoganathan_Sivaram@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. AutoCAD file to PDF
      Hi, I need to develop a function on an application that converts an AutoCAD file to PDF. I know Acrobat Professional or Acrobat 3D does exactly...
    2. Can Flash plot 3D points from text file and rotate?
      Hi all: I am a Computer Engineering student and I am doing a project for an Engineering Design class. Through some hardware that I will design I...
    3. Importing Autocad File
      Hi, I am in desperate need of some help. I need to export a autocad (2004) drawing to scale into Indesign CS. Can this be done, if so how? I...
    4. PLEASE HELP! I need help exporting file from Illustrator CS to Autocad
      Ok so heres my dilemma. When exporting to autocad (.dwf) My text or font is blocked out.(Just the "D" because it has a hollow inside) I already have...
    5. Can't convert AutoCAD file to PDF
      I just upgraded my system at work to Acrobat 6.0. Your suppose to be able to convert an AutoCAD file to a pdf and preserve the layers. I am using...
  3. #2

    Default Re: Plot to File From AutoCAD

    Not sure of what happens in AutoCAD, but with the Distiller (Adobe
    PDF) printer, you cannot use automatic PDF generation and select print
    to file.

    The print to file option blocks the PDF creation part of the Distiller
    printer, since that is done by the PDF port, and you use a file port
    instead. You therefore get PostScript.

    Is that what is happening?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Plot to File From AutoCAD

    Yes. You are right. I am getting a Postscript file, if I use the distiller and nothing, if I use the PDF writer. Is there is any workaround for this? Or can I automate Adobe to do something?
    Yoganathan_Sivaram@adobeforums.com Guest

  5. #4

    Default Re: Plot to File From AutoCAD

    You can use Distiller, through the Distiller API (in the Acrobat SDK)
    to convert the PostScript to PDF. This is the normal path for
    automating PDF creation.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139