Page 1 of 1

Company Logo in Title block

Posted: Thu Nov 15, 2018 10:35 am
by Matangi_Controls
Hello,

I am beginner to QCAD and still learning. i have one question as below related to title block.

I have added Logo to Title Block but when i removed logo to different location on my PC it got disappeared from Title Block and i have to re import to all title block ?

is there any way i can stick it to title block and it do not depend whereever it has been located on my PC ? because if i exchange CAD file with my colleague then they will not have logo on their PC and they will not see it on their PC i believe.

Thanks for all your help.

Regards,
Mitesh Maniar

Re: Company Logo in Title block

Posted: Thu Nov 15, 2018 10:43 am
by andrew
There is no way to embed bitmaps in DXF or DWG files. Bitmaps are always referenced. The safest way to handle this is to keep drawing file and bitmap always together in the same folder.

I'd recommend to keep a folder for every project and keep all resources associated with the project in that project folder:
- MyProject folder, contains:
--- MyDrawing.dxf
--- MyLogo.png
--- MyDrawing.pdf
--- ...

An alternative might be to create a vector representation of your logo and insert that as a block.

Re: Company Logo in Title block

Posted: Thu Nov 15, 2018 11:53 am
by Matangi_Controls
Andrew,

Thanks for prompt reply.

Vector representation mean need to draw the logo ? or it can be done something using bitmaps ?

Thanks for all your help.

Regards,
Mitesh Maniar

Re: Company Logo in Title block

Posted: Thu Nov 15, 2018 8:55 pm
by Husky
Matangi_Controls wrote:
Thu Nov 15, 2018 11:53 am
Vector representation mean need to draw the logo ? or it can be done something using bitmaps ?
A vector representation would be a sort of drawing and is stored always IN the dxf/dwg file.
If you use a bitmap then it is never stored IN the dxf/dwg file (drawing). Basically there is only a link stored where to find the bitmap.