Search found 3 matches

by Alessandro
Mon Jan 09 2012
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Append PDF document issue
Replies: 3
Views: 13700

Re: Append PDF document issue

Uncertian as to the version # you are using. Can you email support@amyuni.com with the version number found on the Details tab of the properties of the cdintf450.dll and also your License to and Activation code. Hi, I haven't cdintf450.dll! Where can I found it? I have only "acPDFCreator.Net.d...
by Alessandro
Tue Dec 20 2011
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Append PDF document issue
Replies: 3
Views: 13700

Append PDF document issue

Hi, I have another nice problem :) I try to append two pdf file. This is the code: System.IO.FileStream file1 = new System.IO.FileStream(PDFGenerati[0], FileMode.Open, FileAccess.Read, FileShare.Read); IacDocument doc1 = new IacDocument(); doc1.SetLicenseKey(licensee, activationCode); doc1.Open(file...
by Alessandro
Mon Dec 19 2011
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: How can I split a pdf document?
Replies: 1
Views: 9641

How can I split a pdf document?

Hi,
how can I split a pdf document?

I know that I can use "PdfSplit utility" but I prefer don't use an external exe...

TIA,
Al3xI98O