Page 1 of 1

.NET API for BullZIP

Posted: Thu Jul 22, 2010 12:18 am
by eljainc
Hello,

I am trying to determine how to programatically change the output filename/path of the generated
PDF file, and whether to display the PDF using Adobe Acrobat after the PDF creation.

Is there an example or documentation which shows how to do this?

Which DLL is used as a reference for a Visual Studio 2005 (C#) so that the methods in the API are exposed?

I found a CHM (PDF Printer API) which shows the methods, but I do not know how to "glue" the appropriate
file(s) into VS2005.

Thanks
Mike

Re: .NET API for BullZIP

Posted: Tue Dec 21, 2010 9:04 pm
by Tricomp
You can add a reference to your project by browsing to the equivalent on your computer as "C:\Program Files\Common Files\Bullzip\PDF Printer\API\Microsoft.NET" and select Bullzip.PDFWriter.dll
That's what I was able to find so far. I hope it helps.

Re: .NET API for BullZIP

Posted: Tue Dec 21, 2010 9:08 pm
by Tricomp
You can add a reference to your project by browsing to the equivalent on your computer as "C:\Program Files\Common Files\Bullzip\PDF Printer\API\Microsoft.NET" and select Bullzip.PDFWriter.dll
That's what I was able to find so far. I hope it helps.

Re: .NET API for BullZIP

Posted: Fri May 18, 2012 10:03 am
by smoleniuch
Tricomp wrote:
> You can add a reference to your project by browsing to the equivalent on your computer
> as "C:\Program Files\Common Files\Bullzip\PDF Printer\API\Microsoft.NET" and select
> Bullzip.PDFWriter.dll
> That's what I was able to find so far. I hope it helps.
Yes it helped me a lot,thanks. :wink: