Search found 22 matches

by wd818
Wed May 19 2010
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: How to reduce PDF file size
Replies: 0
Views: 9454

How to reduce PDF file size

After opening a large PDF file in the PDF Viewer, is there a way to save it or print it to a smaller file?
by wd818
Thu Oct 15 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Dragging Thumbnail event
Replies: 1
Views: 9712

Dragging Thumbnail event

Is there a way to disable the dragging for thumbnail control? I never write any code for this. It's seem like automatic come with the ActiveX Control. It's doesn't seem to work correctly, so I would to disable it. Please help.
by wd818
Thu Oct 08 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Checkbox Didn't Show up
Replies: 0
Views: 8420

Checkbox Didn't Show up

Please Help, My issue Is when we any Open pdf that contain checkboxs. The checkboxes didn't show up during view or print But if we view that pdf in Adobe Reader. All the Checkboxs show up correctly. Is there any things I can make the checkboxs show up same as Adobe Reader. We have PDF Suite PRO Deve...
by wd818
Tue Mar 17 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: DeleteSelectedPages ThumbnailCtrl didn't work in C++
Replies: 0
Views: 8892

DeleteSelectedPages ThumbnailCtrl didn't work in C++

I am trying to add two messages handler for DeleteSelectedPagesThumbnail and ShowMessageThumbnail. After the Wizard create that two methods. I am trying to debug and set break point there, but it never get called event you selects multiple pages and click on delete button........ ... Is there anyone...
by wd818
Mon Mar 16 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Mutiple selections in Thumbnail Control
Replies: 1
Views: 9605

Mutiple selections in Thumbnail Control

How to get selected pages in the Thumbnail control?
The only available function is get_SelectedPages(). The function get_SelectedPages returns a VARIANT. How to convert the variant to selected pages in C++?
by wd818
Thu Mar 05 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Function Print() prints garbage characters
Replies: 3
Views: 13128

Re: Function Print() prints garbage characters

This is the response I got from Amyuni on 3/5/09, which is not very helpful. The printing problem I have encountered is a bug inside PDF Creator 3.03. I just want Amyuni to be aware of this problem and issue me a ticket # for future reference. Here is part of the original email sent by Amyuni Suppor...
by wd818
Wed Mar 04 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Function Print() prints garbage characters
Replies: 3
Views: 13128

Re: Function Print() prints garbage characters

Email sent on 3/4/2009 with a PDF file we have problems with.
by wd818
Tue Mar 03 2009
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Function PrintPDFDocument() prints garbage characters
Replies: 5
Views: 9574

Function PrintPDFDocument() prints garbage characters

When the function PrintPDFDocument() prints out certain PDF files, lots of weird characters are instroduced to replace the original text. In some files, it is so bad that the print out is not readable at all.

The version we use is 3.0.3, it is used as a dll in our MFC application.

Can someone help?
by wd818
Tue Mar 03 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Function Print() prints garbage characters
Replies: 3
Views: 13128

Function Print() prints garbage characters

When the function Print() prints out certain PDF files, lots of weird characters are instroduced to replace the original text. In some files, it is so bad that the print out is not readable at all. The same thing happens when using StartPrint()/PrintPage()/EndPrint() The version we use is 3.0.3.6, i...
by wd818
Sat Jan 31 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Save() function creates larger PDF than source PDF
Replies: 1
Views: 9903

Save() function creates larger PDF than source PDF

When saving a PDF file into a new one while preserving its design and view data, why is the result PDF file much lager than the original? Somtimes the size difference is up to 15 times. Is there any way to keep the size small, or at least close to that of the source PDF? Creator 3.03 is what we use....
by wd818
Mon Dec 08 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Failed to change default printer on Vista 64 bit
Replies: 3
Views: 5751

Re: Failed to change default printer on Vista 64 bit

The version of PDF Converter we use is 3.03.0, which became available from Amyuni in October 2008. The problem happened after we installed Service Pack 1 for Vista 64 bit.
by wd818
Wed Dec 03 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Failed to change default printer on Vista 64 bit
Replies: 3
Views: 5751

Failed to change default printer on Vista 64 bit

In our MFC application, we use m_icd.PDFSetDefaultPrinter() to change the default printer to Amyuni PDF printer driver before printing. It works fine on XP and Vista 32 bit, but does not work on Vista 64 bit. Can someone help me?
by wd818
Thu Nov 20 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Incompatability issue with Adobe FrameMaker 8.0
Replies: 1
Views: 10288

Incompatability issue with Adobe FrameMaker 8.0

I have several PDF files created with Adobe FrameMaker 8.0. After delete one or more pages using the thumb nail control, then save the modified file, a System.AccessViolationException exception is thrown at CPdfcreactivex.Save(). Creator 3.03 is used as an ActiveX control in our MFC application. To ...
by wd818
Mon Nov 10 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Decrypting PDF throws an exception error in Creator
Replies: 4
Views: 10296

Re: Decrypting PDF throws an exception error in Creator 3.03

After doing the following, I still get the same exception error with a USER's password m_pdf.Open(strURL, “123”); //Open password protected PDF with its USER's password 123 try { m_pdf.Encrypt("", "", 0xFFFFFFC0 + 8 ); //decrypt file, "Changing the document" is enabled?...