Search found 555 matches

by Jose
Mon Jul 21 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error 126 when installing printer on Windows XP
Replies: 22
Views: 83426

Hello, Current we have to possible solutions. 1- The solution that is described in "Newsletter 1 = Error code 126 under XP"" 2- installing the printer using Window's Add Printer method. If you have tried the solution in our Newsletter 1 without success, please send an email to support...
by Jose
Wed Jul 16 2003
Forum: Visual Basic Community
Topic: error ( while inserting PDFCreactiveX.dll component)
Replies: 9
Views: 15379

Hello,

I suspect that you are encountering this issue because you are using the End User version of the PDF Creator and not the Developer version.

Thanks
by Jose
Mon Jul 14 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error 126 when installing printer on Windows XP
Replies: 22
Views: 83426

Hello Robert,

Please send an email to support@amyuni.com and we will send you the .inf file.

Thanks
by Jose
Fri Jul 04 2003
Forum: Visual Basic Community
Topic: Printing twice with PDF CreativeX component
Replies: 4
Views: 9455

Hi,

To multiple copies of a PDF docuent you can use the following code:

Me.PDFCreactiveX1.Open "C:\test\TransactionRPT.pdf", ""
Call Me.PDFCreactiveX1.Copies(Copies)
Call Me.PDFCreactiveX1.Print("", False)

Copies = Number of copies to print document
by Jose
Thu Jun 26 2003
Forum: C/C++/C# Community
Topic: CDIntf.Document methods in C/C++
Replies: 1
Views: 5636

Hello Lorenzo,

I have a snippet of VC++ code that I can send but it is quite large. Please send your email address to support@amyuni.com and I will forward this sample to you.

Thanks
Jose
by Jose
Wed Jun 25 2003
Forum: C/C++/C# Community
Topic: C# & pdfcreactivex
Replies: 1
Views: 5844

Hello, Below is slightly modified version of your code that I can successfully use to preview a PDF document. You will notice that I have removed the "this.PDFCtrl = new AxACPDFCREACTIVEX.AxPDFCreactiveX();" private AxACPDFCREACTIVEX.AxPDFCreactiveX axPDFCreactiveX1; private void cmdOpenFi...
by Jose
Thu Jun 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Concatenation problems (continued)
Replies: 12
Views: 15293

Hello Stefan,

Have you contact support@amyuni.com? If you have not, can you send us the specifics of the problem you are encountering?

Thanks,
by Jose
Thu Jun 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Copy count ignored
Replies: 8
Views: 12145

Hello, Printing multiple copies of a PDF document using the "copies" option of the user either interface or programmatically is not relevant to the PDF format. Example, if the user chooses to print 2 copies of the PDF, does the user want 2 separate files or does he/she want these to docume...
by Jose
Thu Jun 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problems printing web pages
Replies: 6
Views: 9856

Hello,

This situation has been resolved with our latest release of the PDF Converter ver 2.08d. Please contact support@amyuni.com and we will send you link to where you can download this update.

Thanks
by Jose
Mon Jun 02 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to set the permissions in vb.net?
Replies: 1
Views: 4864

Hi, The situation you are encountering is related to an issue with the version of the PDF Converter you are using. If you are using the demo version please download an updated version or you are a registered customer then download a new version from the link included in the email sent to you with yo...
by Jose
Sat May 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Embedding jpegs into a PDF file
Replies: 1
Views: 5030

Hi,

You should be looking at our PDF Creator product. The product has the ability to programmatically insert image objects based on user defined XY coordinates into a new or existing PDF documents.

Thanks
by Jose
Sat May 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TDocument->Print() with a duplex printer
Replies: 2
Views: 6368

Hi,

Setting Duplex-Printing option on is not available from the PDF Converter. This feature is only available from our other product the PDF Creator.

Hope this helps.

Thanks,
by Jose
Fri May 09 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Conversion speed on the version 2.10c Vs version 2.08c
Replies: 4
Views: 7945

Hello, The processing speed of the PDF Converter is affected by a number of different issues such as the type of document being converter and actual hardware being used. In our tests, we found that with some documents ver2.10 was around 25% quicker than prevoius versions. However, with other types o...
by Jose
Thu May 01 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TargetPrinterName
Replies: 3
Views: 6362

Hello,

That is correct. The printer passed as the "target Printer" is your installed PDF Converter printer.

Thanks
by Jose
Wed Apr 30 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TargetPrinterName
Replies: 3
Views: 6362

Hi,

The "SetTargetPrinterName" is used in conjunction with the "SendToCreator" parameter in the FileNameOptions. This function sets the target Printer that will print to the PDF Creator.

Thanks