|
 |
asp_components thread: Converting TIFF to PDF using adobe distiller
Message #1 by "Jon Doria" <rskins81@h...> on Fri, 27 Jul 2001 17:02:45
|
|
I want to convert a TIFF file to a PDF and I was told that by using this
piece of code:
objAcro = Server.CreateObject("ACRODISTXLib.PdfDistiller")
objAcro.FileToPDF "TIFF FILE", "PDF FILE", ""
That adobe distiller would take care of the conversion but I just keep on
getting error logs when I try and run this. Does anyone know how this can
be done. Please help.
Message #2 by "Daniel Kohler \(ABC-Soft\)" <kohler@a...> on Fri, 27 Jul 2001 21:15:26 +0200
|
|
One tip I run into it befor. Look what permission you have on the server
when you
do this conversion. Because some of Acrobat Versions can be executet to make
a pdf-file only when the user has administration right on the machine. I
hope this
solve your problem.
Dany
----- Original Message -----
From: "Jon Doria" <rskins81@h...>
To: "ASP components" <asp_components@p...>
Sent: Friday, July 27, 2001 5:02 PM
Subject: [asp_components] Converting TIFF to PDF using adobe distiller
> I want to convert a TIFF file to a PDF and I was told that by using this
> piece of code:
>
> objAcro = Server.CreateObject("ACRODISTXLib.PdfDistiller")
> objAcro.FileToPDF "TIFF FILE", "PDF FILE", ""
>
> That adobe distiller would take care of the conversion but I just keep on
> getting error logs when I try and run this. Does anyone know how this can
> be done. Please help.
>
>
Message #3 by "Daniel Kohler \(ABC-Soft\)" <kohler@a...> on Mon, 30 Jul 2001 08:20:16 +0200
|
|
Hi
If you still walking around your pdf creation.
An Articel is set about this on 15seconds.com here's the link
read thrue it. http://www.15seconds.com/issue/990902.htm
Regards
Dany
----- Original Message -----
From: "Jon Doria" <rskins81@h...>
To: "ASP components" <asp_components@p...>
Sent: Friday, July 27, 2001 5:02 PM
Subject: [asp_components] Converting TIFF to PDF using adobe distiller
> I want to convert a TIFF file to a PDF and I was told that by using this
> piece of code:
>
> objAcro = Server.CreateObject("ACRODISTXLib.PdfDistiller")
> objAcro.FileToPDF "TIFF FILE", "PDF FILE", ""
>
> That adobe distiller would take care of the conversion but I just keep on
> getting error logs when I try and run this. Does anyone know how this can
> be done. Please help.
>
>
|
|
 |