![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I'm writeing some macro for Corel Draw X5 and I have found BUG with exporting graphics to TIF file.
This is part of my code: Code:
Sub Macro1024() Dim expflt As ExportFilter Set expflt = ActiveDocument.ExportBitmap("C:\someFile.tif", cdrTIFF, cdrSelection, cdrRGBColorImage, , , 72, 72, cdrNormalAntiAliasing, False, False, True, False, cdrCompressionLZW) expflt.Finish End Sub I know that I can convert file using for example: EMF and then using VisualStudio 2005 convert this file to TIF. But this is expensive way and I'm not sure that my client will want to pay for it. Macro work well in Corel X3 and X4 in X5 there is always no compression, no matters what I do. Can I somehow send bug to Corel Support? I'm using trial version of Corel Draw X5 and I don't have PIN number to it. But I have PIN number to Corel Draw X3 will it be problem if I try to contact support and say that I don't want to talk about X3? |
#2
|
|||
|
|||
![]()
Hi
Read this http://forum.oberonplace.com/showthread.php?t=7577 |
#3
|
|||
|
|||
![]()
Ok. Thanks Shark.
I can only say that the problem is not only with LZW compression but with any kind of compression. I was checking all kinds of compression and always get not compressed file. So the only thing I can do to sell my application is to write my own class to convert some vector graphics file to any other kind unless Corel will solve this problem faster then me. ![]() |
![]() |
Tags |
bug, corel, export, support |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Export as TIFF - Bug in X5? | clausm | CorelDRAW/Corel DESIGNER VBA | 8 | 12-05-2011 01:43 |
Export RGB TIFF while applying an ICC Profile | copper | CorelDRAW/Corel DESIGNER VBA | 2 | 22-03-2010 13:17 |
Urgent: Coreldraw 3x: how to export all the pages in .CDR file into one .SVG file | balan | CorelDRAW/Corel DESIGNER VBA | 1 | 21-05-2008 07:47 |
Send to layers | click101 | CorelDRAW/Corel DESIGNER VBA | 4 | 14-09-2004 02:46 |
Export text file from corel sript?! | ceda | CorelDRAW CS | 0 | 06-06-2003 04:19 |