Search found 5 matches

by sortiz
Fri Apr 13 2007
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: ExportToTiff error : Export feature not available
Replies: 1
Views: 13641

ExportToTiff error : Export feature not available

I am running the following code and get an error when I run the following line: pdfDoc.ExportToTIFF("c:\tres.tif",cdi.FileNameOptionsEx) Error: "Ole IDispatch exception code 65535 from CDINT~1:TIFF Export feature not available." I purchase the Amyuni PDF Suite (Converter - Creato...
by sortiz
Tue Jan 09 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: You can use the SelectedPages property of the Thumb control.
Replies: 2
Views: 6996

Iguess that is the only way!.
I will try TRY-CATCH

Thanks,
Sergio
by sortiz
Fri Jan 05 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: You can use the SelectedPages property of the Thumb control.
Replies: 2
Views: 6996

You can use the SelectedPages property of the Thumb control.

How do I know if no pages have been selected???

When I try to return the array where there is no selected pages. My application crashes.


Here is the line where it crashes :
ArraySelectedPages = Thisform.oleAmyuniFrom.SelectedPages && return an array


Thanks,
Serigo
by sortiz
Fri Jan 05 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: delete pages in a thumbnail control - Visual Foxpro
Replies: 2
Views: 7360

solution

nArraySelectedPages = Thisform.oleAmyuniFrom.SelectedPages && return an array IF pdfFrom.PageCount = ALEN(nArraySelectedPages) MESSAGEBOX("Cannot delete all pages!!",64,"Document Management System") RETURN .F. ENDIF *-- Save the pages selected for displaying purposes lcSe...
by sortiz
Wed Jan 03 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: delete pages in a thumbnail control - Visual Foxpro
Replies: 2
Views: 7360

delete pages in a thumbnail control - Visual Foxpro

I managed to get the thumbnail control to display a pdf file. Now I have been trying to delete the selected pages without success. There is not documentation about the thumb control. I have sent several e-mail to support but without success. Is there anybody that have managed to delete the selected ...