.NET API for BullZIP

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
eljainc
Posts: 9
Joined: Tue Mar 02, 2010 7:19 pm

.NET API for BullZIP

Post 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
Tricomp
Posts: 2
Joined: Tue Dec 21, 2010 8:58 pm

Re: .NET API for BullZIP

Post 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.
Tricomp
Posts: 2
Joined: Tue Dec 21, 2010 8:58 pm

Re: .NET API for BullZIP

Post 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.
smoleniuch
Posts: 1
Joined: Fri May 18, 2012 10:02 am

Re: .NET API for BullZIP

Post 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:
Post Reply