Generating PDF Files Programatically

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

  1. #1

    Default Re: Generating PDF Files Programatically

    I have a similar problem in a Delphi program. I use the ADOBE
    PDF printer driver while "printing" my report. It all works
    fine.........except ADOBE puts the output file where it likes.
    Given hundreds of users (most with their own ADOBE configuration)
    I sometimes have trouble locating the directory of the output
    PDF file (the filename is no problem). Is there some way, when
    creating a PDF file this way, to "tell" the PDF driver what
    directory you want it to put the output file in? I was reading
    some SDK documentation and I thought it said something about
    putting your desired output directory as the first thing in the
    output print file in some special way but I can't find it any
    more.
    charles_linett@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Any way to programatically convert Image PDF files to OCR searchable PDF files?
      Hi, I have Adobe Acrobat Reader 7.0 Standard and was wondering if via using Visual Basic there was any way to programatically convert Image PDF...
    2. Generating the *.aspx.designer.vb Files
      I have an ASP.NET application in which I register several of my usercontrols in the Web.config file's...
    3. Illustrator generating temp files
      I have the same problem. And once these temp files are created they cannot be deleted. So now I have a bunch of files that can't be deleted. Very...
    4. Generating bookmarks while converiting multiple word files
      By using command Create PDF > From Multiple Files and choosing the MS Word files to be converted into a single pdf file, it seems impossible to...
    5. Generating PDFs with EPS files embedded
      I upgraded to FH 10 because I prefer to use OS X and found lots of problems with it, especially that it could not generate a PDF with an EPS file in...
  3. #2

    Default Re: Generating PDF Files Programatically



    Is there some way, when creating a PDF file this way, to "tell" the PDF
    driver what
    directory you want it to put the output file in?





    Yes. Look in the Distiller documentation. There is a registry key you need to set.
    PDL@adobeforums.com Guest

  4. #3

    Default Re: Generating PDF Files Programatically

    Thanks very much for the info. Unfortunately, since I work in a
    government agency, we are not allowed to release software that
    writes in the registry. Any alternatives?
    charles_linett@adobeforums.com Guest

  5. #4

    Default Re: Generating PDF Files Programatically



    Any alternatives?




    No.
    PDL@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