Search found 6 matches

by khan007
Wed Sep 17 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Encoding Problem
Replies: 0
Views: 6380

Encoding Problem

Hi, I am trying to convert XPS file to PDF using acPDFCreatorLib API. I can able to convert XPS to PDF but encoding is not proper in converted PDF file. PDF file is showing some special characters only not actual XPS document contents. Code Snippet : acPDFCreatorLib.Initialize(); IacDocument documen...
by khan007
Tue Sep 16 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: [Solved] The device is not ready
Replies: 4
Views: 12382

Re: [Solved] The device is not ready

Iam using the developer versio and i get a error as "Printer Not activated : Error -20" My liceense informationa re as folows [Default] PrinterName="Amyuni PDF Converter" Licensee="Evaluation Version Developer Pro" LicCode="07EFCDAB010001001A62D63A28234ADFD28E5C773...
by khan007
Tue Sep 16 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to run samples
Replies: 3
Views: 7755

Re: Unable to run samples

Iam using 3.02 but ur code showsa a line in it as // init PDF driver [DllImport ("cdintf250.dll")] public static extern System.UInt32 PDFDriverInit (string Printer); // init HTML driver [DllImport ("cdintf250.dll")] public static extern System.UInt32 HTMLDriverInit (string Printe...
by khan007
Tue Sep 16 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: My Requirements
Replies: 3
Views: 8446

Re: My Requirements

FixedDocument is same like a one u r having as "IACDcoument"

But this is part of System.Windows.Documents Namespace..

So after forming this document we are doing a print job...
by khan007
Fri Sep 12 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Unable to run samples
Replies: 3
Views: 7755

Unable to run samples

Trying to run the sample CsharpConverter.csproj sample always throws a error in intialize position saying that "Unable to load cdintf250.dll".. after following your documentation steps i have deployed the dll in windows\system folder... after that iam getting a error like "An attempt ...
by khan007
Fri Sep 12 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: My Requirements
Replies: 3
Views: 8446

My Requirements

My Enviornment : Windows Vista\XP,Microsoft 2003 Server Frame Work Used : .Net 3.0 Lanuguage Used : C#.Net 2.0 UI Design language : XAML Description of My requirement : Right now i have my fixed dcoument((i.e) System.Windows.Documents --->PresentationFramework.dll in WPF) prepared with me ,So i have...