Search found 21 matches

by Alexandre
Thu Nov 13 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -30
Replies: 6
Views: 20483

Re: Printer not activated, error code -30

Error code -30 mean that timeout expired. The Developer's version of the PDF Converter requires that developers must programmatically enable the PDF Converter printer each time before they send any output to it. This is done by calling the EnablePrinter() function from within their application and p...
by Alexandre
Tue Nov 11 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SetLayer()
Replies: 1
Views: 3226

Re: SetLayer()

Hello, From MSDN documentation of ExtEscape we have: int ExtEscape( _In_ HDC hdc, _In_ int nEscape, _In_ int cbInput, _In_ LPCSTR lpszInData, _In_ int cbOutput, _Out_ LPSTR lpszOutData ); Where lpszInData is defined as: lpszInData [in] A pointer to the input structure required for the specified esca...
by Alexandre
Thu Nov 06 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Printer Hangs
Replies: 5
Views: 6975

Re: PDF Printer Hangs

Email was received, just send reply with instructions.
by Alexandre
Wed Nov 05 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Creator Viewer
Replies: 2
Views: 3856

Re: PDF Creator Viewer

Hi, When you run PDFCreactiveDoc.exe you can't open pdf? Or you're trying to use it in your application? For this you should use PDF Creator (ActiveX): http://www.amyuni.com/en/developer/pdfcreatoractivex/ or PDF Creator .NET: http://www.amyuni.com/en/developer/pdfcreator/ and add reference to your ...
by Alexandre
Wed Nov 05 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -30
Replies: 6
Views: 20483

Re: Printer not activated, error code -30

Hello Kevin,

But this application have worked with PDF Converter before? When it stopped working? Was something changed on this computer?

Alex
by Alexandre
Wed Nov 05 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated, error code -60
Replies: 4
Views: 17199

Re: Printer not activated, error code -60

If you install it on the server, you need to get server license.
by Alexandre
Fri Sep 26 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: What does error code -41 indicate
Replies: 5
Views: 12663

Re: What does error code -41 indicate

Yes, problem can be if user installed desktop version or had previous version of PDF Converter with the same printer name. Default printer name is "Amyuni PDF Converter" and it's better to change it for your application, make it distinctive. In this case you can avoid this kind of problem.
by Alexandre
Thu Sep 18 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer not activated error -30, Normal fixes not working
Replies: 4
Views: 7868

Re: Printer not activated error -30, Normal fixes not working

Yes, you get error -30 if it takes more than 20 sec between EnablePrinter and some action method, for example Print().
by Alexandre
Thu Sep 18 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: What does error code -41 indicate
Replies: 5
Views: 12663

Re: What does error code -41 indicate

Hello,

Error code -41 means that you use wrong Activation Key in EnableDriver method.

Please check your code.

Alex
by Alexandre
Wed Aug 20 2014
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Moving from PDF Converter to PDF Creator
Replies: 6
Views: 15838

Re: Moving from PDF Converter to PDF Creator

Can you send me these pdfs, produced by Converter and Creator and how you created them (original file if exist, maybe some code snippets).
by Alexandre
Tue Aug 19 2014
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Moving from PDF Converter to PDF Creator
Replies: 6
Views: 15838

Re: Moving from PDF Converter to PDF Creator

Hello Watcher,

1 pixel = 15 twips, it's not always correct, it depends on screen resolution.

XYFQTA - it is a prefex that's added to track fonts in a PDF file.

Question: how you get font sizes, for example 16.08 and 16.00?
by Alexandre
Mon Aug 18 2014
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Moving from PDF Converter to PDF Creator
Replies: 6
Views: 15838

Re: Moving from PDF Converter to PDF Creator

Hello, PDFCreator functions work with coordinates in “twips” (1/1440 of an inch). You can set a page’s margins in PDFCreator though page object’s attributes like “LeftMargin”, “RightMargin”, etc http://amyuni.com/WebHelp/Amyuni_PDF_Creator_for_NET/Object_Attributes/Page_Attributes.htm Your code that...
by Alexandre
Fri Aug 15 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Is EnablePrinter() necessary?
Replies: 1
Views: 4425

Re: Is EnablePrinter() necessary?

Yes, it's necessary if you're using developer edition (using PDF Converter from your application).