CorelDRAW Graphics Suite X6 :: Generating Group Of Shapes With Different Size Randomly

Jul 30, 2013

Is it possible to generate a group of shapes with different size randomly in corelDraw macro? For example I want to generate 100 squares with different size and distribute them into the sheet automatically.

View 3 Replies


ADVERTISEMENT

CorelDRAW Graphics Suite X6 :: GDG Macros - Add Basic Form And Increase Size Of Some Shapes

Aug 28, 2012

Still on the basics, here's a demo video that includes adding a macro form and sizing of some selected shapes. I had fun doing this one but it's hard trying to squeeze everything into a short video (to keep video file size low).

View 5 Replies View Related

CorelDRAW Graphics Suite X5 :: 60x100mm Voucher With Numbering - Generating PDF

Dec 19, 2011

I was trying to make a 60x100mm voucher with numbering.

The artwork has a bitmap background.The file before I do a print merge is 2MB.

I need a running number from 1001-1200, so after I apply the print merge, it creates 200pgs of the voucher.When I try to save this file, it takes almost half an hour to do so.I think this is due to the heavy file size?In addition, the local print shop knows nothing about print merge and imposition, so I have to prepare the artwork readily in A3 size to print.The imposition creates a 10pgs files.I wanted to save this as PDF to preserve the color, but it turned out to be a nightmare (in daytime) for me that it takes more than2 hours to generate the 10pgs PDF.

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: Program Seems To Just Randomly Close?

May 9, 2011

When using CorelDraw x5 the program seems to just randomly close, with no error message or freezing. It just disappears from the screen and I have to re-open it. I cannot pin point when it is doing it, because it keeps closing upon random tasks, not like it closes every time I try the same thing like saving.

View 5 Replies View Related

CorelDRAW Graphics Suite 12 :: How To Use Or Add Vectors Shapes

Dec 24, 2013

How To Use or Add Vactors Shapes In Corel Draw ?

 .eps file

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Pattern Fill On A Group

Jun 1, 2011

if I have a group of areas that I want filled... I can select uniform, fountain, and postscript... but why doesn't pattern work for a group?  This would be useful and seems like a bug.  Why would I have to apply the fill to each part of the group?  Groups are supposed to be useful for manipulating multiple objects in this way.

View 9 Replies View Related

CorelDRAW Graphics Suite X6 :: Fill Shape With Other Shapes

Apr 4, 2012

I'm trying to find the best way to fill a shape with other shapes( a with a specific size), without overlaping, like the example below.

My main concerns are the spacing between the circles, the positioning should be as paralel to the the outside shapes as possible, and the size of the circles ( or any other necessary shape).

I'm doing this by hand sometimes with 900 circles. is there a fast way to this? do you know any macro/plugin to make the task easier?

View 6 Replies View Related

CorelDRAW Graphics Suite X4 :: Delete Shapes In A Particular Layer?

Jun 22, 2013

how do i delete all objects in a secific layer like Desktop?

View 2 Replies View Related

CorelDRAW Graphics Suite X4 :: Resizing Multiple Shapes

Mar 9, 2011

I'm working with drawings that have (for example) 1,000 little circles with diameter 1.5mm. I'd like to resize all of them to, say, 2.0mm but I don't want to scale them as this will affect their distance from each other.

Macros: I have tried recording the adjustments on one object but I'm unable to run the macro on another - the macro errors out.

Find/Replace objects: I don't see any options involving object dimensions (although I can "Find All" of my objects by shape or fill).

Corel Draw X4 v14.0.0.701

View 9 Replies View Related

CorelDRAW Graphics Suite 12 :: Unable To Fill Shapes

Apr 14, 2011

I am not a power user but have used CorelDraw since ver 8. My question is why I cannot fill shapes like the one provided whether I create them in Draw, or import them as dwg or dxf into Draw. It's interesting that I can fill this shape in DesignCad (the source of the dwg-dxf files) but not in Corel. Of course, the project I'm working on needs the other touches that Draw provides and DesignCad doesn't.

View 14 Replies View Related

CorelDRAW Graphics Suite X5 :: Inner Shadow On Selected Shapes

Apr 8, 2011

BDInnerShadow_v2.gms

Here is a free macro which saves a little time. It creates an inner shadow on one or more selected shapes. There are a few presets on the macro and if you want to adjust the transparency slightly, click the undo arrow, adjust the transparency and then reapply.

View 15 Replies View Related

CorelDRAW Graphics Suite X6 :: Cannot Index Shapes Array

Oct 6, 2013

I am writing a C# (.Net) app to auto create a CorelDraw document, by copying and pasting shapes from a document containing master copies of shapes, into a new document.

I have a simple VBA script that does this. And now I am trying to convert it to C# but I cannot get it to find the shapes from the Shapes array of the layer in the master document.

i keep getting error "Argument out of range".  The code is: string myShapeName = "round_green";

CorelDRAW.Shape myShape = masterDoc.Pages[0].Layers["Images"].Shapes[myShape];

The pages and layers arrays work (return the correct object). I seem to recall someone saying there was an issue with the COM objects returned by the Shapes array.   But in this case the error indicates the issue is with the indexer passed in - I have tried an integer (0) and a variable containing a string and neither work.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Selecting Multiple Objects In A Group

Aug 24, 2011

I find it extremely annoying to have to Ungroup named groups and then regroup and rename them in order to do a multiple selection of group members. I find I'm constantly ungrouping and regrouping in order to select/edit.

Note that the multiple items are often not the same type of object (e.g., text, line, shape, etc.).

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Macro To Group Colours For New Page?

Apr 23, 2012

A macro that will group all alike colours on a page and then copy them to a new page?

We used to have this feature on a product called Vinyl Master. It is really good, but I don't want to run 2 systems for my artwork. We mostly do digital output, but have the requirement to cut vinyl too, mainly for mining vehicles.

It would save a heap of work if we could group all alike colours, then copy to another page, ready for output. Even better if they were nested.

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: How To Group Or Sort Like Colors Automatically

Oct 22, 2013

Is there a quick way to sort or group like colors of curves together automatically?  For instance, If I go through and color a vector - I want to have all the purple together, and all the orange together, etc.

View 5 Replies View Related

CorelDRAW Graphics Suite X4 :: Macro - Spacing Two Shapes Using Worldscale?

Jan 1, 2012

I'd like to enter a value to space two shapes but use the currently set worldscale. How can I do this?

I'll be using a architectural scale such as 3/8" = 1'-0" and such.

= Round(txtScaleDen.Value / 144)
Call setDocScaleCheckbox(chkUseDocScale.Value, userWorldScale)

I hate pressing F8 at startup!

View 2 Replies View Related

CorelDRAW Graphics Suite X6 :: Mesh Fill Irregular Shapes?

May 9, 2013

how to apply a mesh fill to an irregular object other that using powerclip?

View 6 Replies View Related

CorelDRAW Graphics Suite X6 :: Shapes Have Static IDs And More On Get And Save To Registry

Sep 5, 2012

myMacro.zip

Well here's a final overview of everything we did. Mouth is now dry from all the talkin'....Miller time!

I hope you enjoyed this lesson. The gms file is attached to this post also.

You will want to see parts 1-4 first if you haven't already:

Part 1 |  Part 2 | Part 3 | Part 4

(PS Video size id 720pxX525px and may get cut off by the forum. Hopefully you can save it or view entire size)

cs_setInnerHtml('video_a67025bf-ffef-4d99-aa88-eb8b1396619e','');

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Assign Colors With One Click Without Creating A Group?

Nov 8, 2013

I'm working on a drawing of an airplane, it has lots and lots of objects. I need to change the color of a bunch of these objects without affecting their stack order.

In a simple example, the left wing and the right wing need to be blue, but the fuselage in between them needs to stay white. If I group the wings, it moves them both on top of the body.

Is there any way to re-color all my airplane parts with one click without moving them all to the front?

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: Edit Object In A Group With Drop Shadow?

May 17, 2011

When I group a few objects together, and apply drop shadow to the group, I cannot edit the individual object in the group (cannot pick it to move it or resize it etc) without removing the drop shadow.

View 15 Replies View Related

CorelDRAW Graphics Suite 12 :: Fill Empty Space Surrounded By Other Shapes

Aug 16, 2011

In Coreldraw 12, I often use combine to end up with a one solid shape with many holes in it. Often I want to add a color inside one of the holes, much like a coloring book, but there is no shape there, it is just empty. What is the quickest way to create a solid that fills that hole exactly?

View 2 Replies View Related

CorelDRAW Graphics Suite X4 :: Clipping Text Inside Object Shapes?

Sep 7, 2011

How do I take like SHARKS text and place it inside the shape of a shark outline so the text takes the shape of the shark shape then I remove the outline shape and the letters stay the shape of the shark outline.

View 1 Replies View Related

CorelDRAW Graphics Suite X6 :: Find All Shapes From All Pages That Use Particular Font Then Highlight Them

Sep 30, 2012

Also see my FREE macro GDG Doc Font Lister which has similar capability.

Part 1 of 9

cs_setInnerHtml('video_1301bf88-c921-48ae-bffa-6a8c9bf4632a','');

[URL]

View 1 Replies View Related

CorelDRAW Graphics Suite X6 :: Saving Result In Random Artistic Shapes

Jun 13, 2013

A document with many artistic text line. Downsaved as version 12. Some lines get converted to curves, some don't.

All lines same font, same point size. Using macro to save. Saving manually has prompt to keep as editable.

View 11 Replies View Related

CorelDRAW Graphics Suite X5 :: Maintain Size Is Checked But It Does Not Give Proper Size

Mar 22, 2011

Export is weird, maintain size is checked but it dose not give the proper size. My page size is 922x1344, but the image exported is half that size.

View 14 Replies View Related

CorelDRAW Graphics Suite X5 :: Import From Illustrator Maintaining Graphics Position And Canvas Size

Nov 9, 2011

I have a 900 x 500 px image in Adobe Illustrator, which overlaps a bit the canvas on the left side.

When I open this file with Corel, it adjusts my graphics so that it's centered on the screen. The AI file is centered on another point. Also, the canvas Corel creates is A4 sized. I always have to resize the canvas and then manually adjust the position of my graphics.

Question: How can I save an AI file so that when I open it at Corel, the position and size of the canvas will be exactly the same?

View 4 Replies View Related

CorelDRAW Graphics Suite X5 :: Exporting Web Graphics To Correct Size

Dec 1, 2011

How on earth do you export bitmaps cropped to the size of the canvas? This seems like the simplest functionality ever but i can't get it to work. For example, I am designing an advert for use online. It needs to be 600px wide x 150px high. I may want to use a background image or a photo that when placed goes beyond the edge of the canvas. Logic dictates i would only want to export the canvas with a web image (otherwise why would i have set an exact number of pixels.)  However, Corel insists on exporting everything on the canvas and desktop. Surely it should allow us to choose the bounding area of the exported bitmap.

Just to clarify what I mean, i've included a screen shot showing and example original graphic and the export result. I'm sure there must be an easy way to do this. If it's one like this i can crop it easily, but sometimes a print customer will ask me to send them, for example, a 32pp booklet we have designed for them with each page as a JPG and to crop each one manually is a right pain.

View 1 Replies View Related

CorelDRAW Graphics Suite X5 :: Size Graphics For Web

May 10, 2012

Im using draw x5 graphics software and want to know where to find useful for properly sizing web friendly graphics. I want to build a banner and an icon for my  new site.

View 3 Replies View Related

CorelDRAW Graphics Suite X6 :: Wrapping Image / Vector Or Vector Group Around Cylinder?

Jul 29, 2012

I am having trouble doing this in my current software, Serif Drawplus, PSE, Photoplus, (I have Gimp but haven't used it ever yet).  And I am considering buying X6 for use in other projects.  So, can x6 do this in either Photo Paint with a bitmap, or in X6 with a group of Vectors?

I want to wrap a bottle with a logo.  The mesh warps aren't working for me in the above applications, and envelope warping will not work either.  Transform-Warp is not present in PSE.  I mention that because I see a tutorial for PS using that.  How would Corel X6 Suite do this?  I am considering buying the software once some questions I have about it are cleared up.  I wish Corel would make the manual and tutorial videos public.  I'd rather download the trial for actually using it rather than trying to see if some feature is present, or a workaround for a feature a competitor has.

I am also hoping to make in this project, some 10-20 different bottles with the logo on, of different sized bottles and different rotations of the bottles.  Plan D is acquainting myself with Blender, but lets hope I don't have to go that far!

View 8 Replies View Related

CorelDRAW Graphics Suite X5 :: Big File Size

Apr 6, 2012

I receive an artwork from my customer to print a small label to cover some wrong printing.

The label is 110x160mm and the file size is 15MB.

So I intersect a small part of 4x40mm for the replacement label.When I save it as a new file, the filesize is 10MB!

I wonder why the small piece of artwork is so big, while it only contains a 4x40mm bitmap of 300dpi and the rest are vector. 

[URL]....

View 12 Replies View Related

CorelDRAW Graphics Suite 12 :: CDR File Size

Nov 27, 2013

I prepare an A0 size poster and with the vector graphics it is about 5 MB in size. When I started to insert a photos it reaches 50 MB. I carefully prepared my photos but for each 1.5 MB inserted image the size of the cdr file increases with about 7 MB.

You know, Corel hardly works with files bigger than 50 MB. I inserted 6 photographs 1.5 MB each of them but my cdr file became 50 MB and the program stopped working with it.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved