Search found 121 matches

by Devteam
Thu Apr 28 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF/A embedded fonts and file size
Replies: 1
Views: 6138

Re: PDF/A embedded fonts and file size

The right font embedding settings for PDF/A are:
Multi-language support
Partial font embebbing (Full font embedding disabled)
Embed standard fonts
by Devteam
Thu Apr 28 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SendSmtpMailEx does not send with attachment
Replies: 3
Views: 7308

Re: SendSmtpMailEx does not send with attachment

Please post the VFP code that you are using to send the file attachment, we will check it and get back to you shortly.
by Devteam
Sun Apr 10 2011
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Sample: Processing PDF files in a database using C#
Replies: 0
Views: 18049

Sample: Processing PDF files in a database using C#

This is a commented sample that explains how to: - Extract a PDF file from a database to a memory stream - Reduce the PDF file size or apply some processing on the PDF file using C# and PDF Creator .NET - Save the PDF stream back to the database Step 1: Download Amyuni PDF Creator .NET from http://w...
by Devteam
Fri Apr 08 2011
Forum: Technical Newsletters
Topic: PDF Converter certification for Windows XP ends May 31, 2011
Replies: 0
Views: 17380

PDF Converter certification for Windows XP ends May 31, 2011

Important Message for Amyuni Customers: We have been informed by Microsoft that as of June 1st, 2011, they will not be accepting any more device driver certifications for Windows XP 32 or 64-bit systems. This means that PDF Converter version 4.5.0.7 will be the last version to obtain Windows XP cer...
by Devteam
Thu Apr 07 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 0x80040140 Error drawing view
Replies: 4
Views: 7948

Re: 0x80040140 Error drawing view

The post doesn't say which version of PDF Converter you are using but you might want to try to latest version. We had one issue with some specific Type1 fonts creating memory leaks and eventually crashing the application. Do you have any special fonts in your reports or only the regular TrueType fon...
by Devteam
Thu Apr 07 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: unexpected "The file being printed is already in PDF format"
Replies: 1
Views: 6418

Re: unexpected "The file being printed is already in PDF format"

This sounds like an issue when printing under 64-bit OS. Under 64-bit systems, the printer driver does not have access to the printing application when the application is a 32-bit application, it can only have access to the application that currently has the focus. If you are printing in the backgro...
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Replacing String within a PDF file
Replies: 1
Views: 10201

Re: Replacing String within a PDF file

GetObjectByName will not return an object based on the text that it contains but based on its name. Most objects do not have names, only form fields or annotations usually have names, or objects that have been created using PDF Creator can have names associated to them. In order to implement what yo...
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Installing our Amyuni Printer Breaks QuickBooks
Replies: 1
Views: 5807

Re: Installing our Amyuni Printer Breaks QuickBooks

The only way to avoid this is to replace CDINTF.DLL v4.0.0.7 that comes with QuickBooks with a more recent version. This specific 4.0.0.7 has forward compatibility issues and will not work with any version higher than 4.0.0.7. To resolve the issue, search for CDINTF.DLL in the QuickBooks folder and ...
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Win 7 x64 hangs
Replies: 3
Views: 8684

Re: Win 7 x64 hangs

This issue has to be reported to the developers of Alpha Five. They seem to be doing some very specific things with the PDF printer which is outside of the normal installation and usage procedures.
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Printer Driver version conflicts
Replies: 2
Views: 19469

Re: PDF Printer Driver version conflicts

Side-by-side installations is possible except for version 4.0.0.7. There was an unfortunate bug in this version and the CDINTF.DLL file that ships with this release cannot enable future or prior version 4 releases. So basically 4.0.0.7 DLL HAS to be replaced when doing side-by-side v4 installations....
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: HTML - PDF Conversion Font problem, Windows 7
Replies: 2
Views: 7478

Re: HTML - PDF Conversion Font problem, Windows 7

These look like temporary font names generated by I.E. when printing. To obtain correct output, you need to set Multilanguage support in the PDF printer driver through the FileNameOptions. This is described here: http://www.amyuni.com/WebHelp/Amyuni_Document_Converter/Printer_Configuration/Propertie...
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Function PrintPDFDocument() prints garbage characters
Replies: 5
Views: 9574

Re: Function PrintPDFDocument() prints garbage characters

To what type of printer are you printing your PDF? One thing to note is that if the PDF contains embedded fonts, you need to make sure the printing is completed before deleting the CDIntf or PDFCreactiveX instances.
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Create Pdf from PostScript File
Replies: 1
Views: 4978

Re: Create Pdf from PostScript File

No we do not have this feature in PDF Converter. We can convert an EPS embedded into another document, but not directly a PS file.
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Server 2008 R2 x64 RPC Server unavailable (code 1722)
Replies: 3
Views: 10656

Re: Server 2008 R2 x64 RPC Server unavailable (code 1722)

This might happen if you have any print jobs pending in any of the printers installed on the system. Check that none of your printers has a print job that is in error and delete the print jobs. Note that by default, our installer does not try to restart the spooler, this was in the very early versio...
by Devteam
Thu Mar 24 2011
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Vers 3.03 asking in Excel to save after 3rd worksheet
Replies: 1
Views: 5378

Re: Vers 3.03 asking in Excel to save after 3rd worksheet

Microsoft Excel sometimes splits a printout into multiple print jobs which prompts the PDF printer to ask for a file name for every print job. One solution around this is to create a VBA macro in Excel to print the document rather than going through File-->Print. Here a sample Macro: Sub PrintToPDF(...