Search found 555 matches

by Jose
Wed Jun 29 2016
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: add custom document properties
Replies: 3
Views: 10707

Re: add custom document properties

Hi, Not sure why you are encountering this issue but the code below adds the custom attribute. Can you send your PDF document and your resulting PDF document to support@amyuni.com? I will re-test your issue using that document using (IacObject text = page.CreateObject(IacObjectType.acObjectTypeText,...
by Jose
Wed Jun 22 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Amyuni -30 and Office 2016, any fix yet?
Replies: 6
Views: 14484

Re: Amyuni -30 and Office 2016, any fix yet?

Hi, The licensing does not change. Only the licensing keys change. The PDF Converter driver functions be reading and writing printer settings to and from the system registry. All users of the PDF Converter must have at least read/write privileges to the "HKEY_CURRENT_CONFIG\Software\<Printer Na...
by Jose
Fri Jun 17 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Amyuni -30 and Office 2016, any fix yet?
Replies: 6
Views: 14484

Re: Amyuni -30 and Office 2016, any fix yet?

Hello, As previously mentioned, the issue with Outlook is not a deficiency in our product. Office 2016 creates a sandbox that isolates the Amyuni PDF Converter from the global configuration. Using a “per-user license key” allows the use of the Amyuni PDF Converter with Office 2016. Using the Per_Use...
by Jose
Fri May 20 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Amyuni PDF Converter PDF File size
Replies: 2
Views: 8023

Re: Amyuni PDF Converter PDF File size

Hi,

You want to know the size of PDF file before you create it? I don’t believe this is possible?

Thanks
by Jose
Fri May 20 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: dll functions not documented
Replies: 5
Views: 13161

Re: dll functions not documented

Hello, In reference to the SetPageProcessor() Method you can find additional information about this method from our online documentation which is accessible from the link below. https://www.amyuni.com/WebHelp/Amyuni_Document_Converter/Intercepting_the_Data_Stream/Data_Stream_Interception.htm Thanks
by Jose
Wed May 04 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Thank you for this awesome pdf-lib!
Replies: 1
Views: 7139

Re: Thank you for this awesome pdf-lib!

Hi Thomas,

Thanks for the kind words.
by Jose
Wed Mar 30 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Long filename
Replies: 1
Views: 7218

Re: Long filename

Hello,

I believe this is a windows limitation.

In the Windows API the maximum length for a path is MAX_PATH, which is defined as 260 characters.
https://msdn.microsoft.com/en-us/librar ... px#maxpath

Thanks
by Jose
Mon Mar 28 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Filling a PDF (using FDF) - Encoding & Formatting Issues
Replies: 1
Views: 7468

Re: Filling a PDF (using FDF) - Encoding & Formatting Issues

Hello Michael, I would first suggest that you download an evaluation version of the v5.5.0.3 of the Amyuni PDF Converter and verify if the issue still occurs. If it does not, then the solution is to upgrade to version v.5.5 If you are still able to reproduce the issue with v5.5, you would need to se...
by Jose
Mon Mar 21 2016
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: add custom document properties
Replies: 3
Views: 10707

Re: add custom document properties

Hi, The link below points to our online documentation. Here you can find more information about adding custom attributes. https://www.amyuni.com/WebHelp/Amyuni_PDF_Creator_for_NET/Amyuni_PDFCreator_IacObject/Methods/IacObject.AddAttribute_Method.htm Example: 'Create a text With page.CreateObject(Amy...
by Jose
Fri Feb 12 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: No image in some pdf
Replies: 9
Views: 13864

Re: No image in some pdf

Hi, Although I don’t suspect that there is an issue with the PDF Converter, I created a simple test application that printed a 2000 page document with a “logo” image in on each page. Using the v5.0.1.9 of the PDF Converter I was unable to reproduce your issue. int globalCounter = 1; private void btn...
by Jose
Mon Jan 04 2016
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Blurred images
Replies: 1
Views: 7175

Re: Blurred images

Hi Markus, I ran a couple of quick tests using the code snippet below and comparing the PDF output from v4.5 to version v5.0.1.9 and I was not able to reproduce the situation you are encountering. The resulting PDF documents do not have the "fuzziness" you are describing. private void btnT...
by Jose
Wed Dec 23 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error 16
Replies: 3
Views: 10409

Re: Error 16

Hi, Yes the Amyuni printer driver is what is generating the PDF file but it does not have the capabilities to generate the type of error message you have mentioned. What I suspect is happening is your application is generating a PDF file and then sending it as an email attachment. What is failing is...
by Jose
Tue Dec 22 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: No image in some pdf
Replies: 9
Views: 13864

Re: No image in some pdf

Hello,

We are not aware of this issue but if you are not using the latest v5.0.1.9 version of the Amyuni PDF Converter, I would suggest that you download and install this version. Once installed you can verify if this issue still occurs?

Thanks
by Jose
Tue Dec 22 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error 16
Replies: 3
Views: 10409

Re: Error 16

Hi, The error message you have indicated does not get directly generated by the Amyuni PDF Converter. I suspect that the printing application is generate this error message for a specific reason. You would need to contact the developers of the printing application and ask then under what circumstanc...
by Jose
Thu Dec 17 2015
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to set "Fit to Page" printer settings
Replies: 8
Views: 19139

Re: How to set "Fit to Page" printer settings

Hi, I believe you can accomplish this using the scaling option of the PDF Converter. You can set this option in the PDF Converter and reprint your scanned PDF file to the Amyuni printer. I have included below a link to our online help below and a code snippet which illustrates how to implement this ...