Search found 555 matches

by Jose
Wed Dec 10 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 18975

Hello, Below is a snippet of code that illustrates how to encrypt an existing PDF document. You can also get addition information by looking at the "Common Driver Interface210.pdf" that is shipped with the product. void CPDFConverterView::OnPdfstuffEncrypt() { typedef BOOL (CALLBACK *lpfnS...
by Jose
Tue Dec 09 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 18975

Hello, Below is a code snippet that uses the encrypt function of the PDF Converter. Hope this helps. //Button on dialog is called Open File void CCDIntfDocDlg::OnButtonEncrypt() { CString strFilename, strOwnerPass, strUserPass; DWORD dwPerms; m_sFilename.GetWindowText(strFilename); m_edtOwnerPass.Ge...
by Jose
Tue Dec 09 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: acObjectTypeStickyNote does not create correctly
Replies: 1
Views: 5038

Hello Kenneth, I have already replied to your email but I will post the replied in case an other user also has this question. The issue you are encountering with Sticky Notes and highlights is that both Sticky Notes and highlights have 2 bounding rectangles, one when they are opening and one when th...
by Jose
Tue Dec 09 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 18975

Hello, You can obtain a demo version of the PDF Converter Professional edition from the link below. http://www.amyuni.com/en/products/pdf_converter/demo.html Once you have installed the product, please look at the install.ini file which is in the directory where you extracted the PDF Converter insta...
by Jose
Fri Dec 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

Hi Jon,

We have resolved this situation and we will be releasing an updated version of to the PDF Creator late next.

Thanks
by Jose
Wed Dec 03 2003
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: RTF Converter VS VP Engine
Replies: 5
Views: 15086

Hello, I am not really sure why the folks at Idealsoftware would say that our product does not behave a like a printer because it fact there are situations where the PDF Converter can print documents that are not handled correctly by physical printers. We setup a test application with a Demo version...
by Jose
Mon Dec 01 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problem with ExtractLink
Replies: 5
Views: 6579

Hello, The ExtractLinks utility basically functions by retrieving the information contained in a Word document and creating an ini file. This utility was tested under Word 2000 and XP (2002) but not under word 97. I unfortunately believe that your issue is related version of word that you are using....
by Jose
Fri Nov 21 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Problem with ExtractLink
Replies: 5
Views: 6579

Hello,

The ExtractLinks utility is designed to function with a Single User version of the PDF Converter only. You can download a fully functional demo version of this product from the link below:

http://www.amyuni.com/en/products/pdf_c ... /demo.html

Hope this helps.
by Jose
Fri Nov 21 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

Hello, The PDF Converter has the ability to rotate pages of existing PDF documents. I have included a snippet of visual basic code to illustrate this. You have mentioned that the rotate page option is not possible with the PDF Creator, this is not the case. I have also attached a snippet of that cod...
by Jose
Thu Nov 20 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Tiff Conversion
Replies: 2
Views: 4637

Hello, The Kodak Imaging tool provided with win2000 was an ideal product to preview and print TIFF images but as you have mentioned this tool was not included with winXP. We have found another product "Windows Image Acquisition Automation Library" which is provided by Microsoft that will a...
by Jose
Wed Nov 19 2003
Forum: C/C++/C# Community
Topic: BatchConvertEx() running minimized
Replies: 1
Views: 5498

Hello,

Unfortunately this can option is not available from the PDF Converter. Our BatchConvert() function basically mimics the windows API shellexecute.

Thanks
by Jose
Wed Nov 19 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Foxpro: Error loading printer driver on printing to PDF
Replies: 2
Views: 5403

Hello, You have mentioned that your customer is receiving an error message when trying to generate a PDF document. Can you send a screen shot of this message to canada.support@amyuni.com? Also, the situation that you are describing is very similar to situation that occurs when a user tries to print ...
by Jose
Wed Nov 12 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDFConverter printing to the real printer
Replies: 2
Views: 5621

Hello, The situation you are encountering is related to the fact that Outlook tends not to recognize changes to the default printer when the changes occur when Outlook is running and in order to resolve this situation you will need to change the default printer when Outlook is not running. In the ca...
by Jose
Sun Nov 02 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Adding new rows
Replies: 2
Views: 5496

Hello, There are a couple of methods available that will allow you to add rows to a table. The method you have described will re-initialize the table. If you wish to add a row and keep the existing table data please us the code snippet below: Private Sub cmdAddRow_Click() Dim intRows As Integer Dim ...
by Jose
Mon Oct 27 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: PDF Creator ActiveX
Replies: 5
Views: 9093

Hello, We are going to be releasing a minor update to the PDF Creator (version 1.50a) that will include support for the right-button mouse click. This update will be available in the next couple of weeks. The Control will display the editable properties of an object when the ContextSensitiveMenu eve...