OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Corel User Forums > CorelDRAW > Macros/Add-ons

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-08-2011, 03:14
maroq
Guest
 
Posts: n/a
Unhappy How to send BUG to corel or export to TIFF file with compression

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 was using: ExportBitmap, Export, ExportEx and ActiveShape.ConvertToBitmap and then after selecting shape again ActiveShape.Bitmap.SaveAs. There always is problem with no compression in TIF file.

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?
Reply With Quote
 

Tags
bug, corel, export, support


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -5. The time now is 02:08.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com