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

  1. #1

    Default Distiller 9 problem

    Hello,
    I usually manage eps and pdf, so I'm planning to build an application on my workstation to speed up my work.
    I use c#, and I was thinking about making a windows service that invoke the PdfDistille.FileToPDF method.
    I think this is not breaking any license, since I'm the only user and everything is on my pc.

    Now my problem, I noticed that the same code works fine when called as windows application, but when it's converted as a windows service, the FileToPDF call does nothing.
    It gives no errors, but just wait forever doing nothing.
    Not even the StartJob even fires up.

    Am I doing something wrong?

    Max
    Lux_Max@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Distiller 8 problem with Intel Mac?
      Quark 7 has a problem printing PDF files. See the Quark forums on PDF (http://www.quark.com/service/forums/viewforum.php?f=20) for the solutions....
    2. Problem distilling .ps files with Distiller 7.07
      I am creating high-res PDFs of a 156 page four-color magazine to send to our press. When I distill high-res .ps files created InDesign CS2 that...
    3. Problem with Joboptions for Distiller 6.0.1
      Well Adobe did a fast one on us...... :o I installed Acrobat Professional that came with the CS pack and as I expected the Joboptions were put...
    4. distiller or InDesign problem?
      Recently I started having problems and am unsure where the problem lies. Creating a newsletter in InDesign, I print a ps document. When Distiller...
    5. FreeHand 8 > Distiller 5 problem
      Hey, Gang -- I've not been able to find an appropriate Adobe forum to post my query, so am hoping you guys might be able to help me out. For...
  3. #2

    Default Re: Distiller 9 problem

    You can not call Distiller from a service.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Distiller 9 problem

    Thank you for your answer.
    So is it really impossible to call Distiller from a service?
    Reading the documentation I didn't find anything about it.
    Having a service would have been nice, but if that's the case I think I just have to give up and going with a windows application.
    Lux_Max@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