AutoCad :: Send A File As ETransit?
Mar 8, 2013How do I send a file as an etransit?
View 1 RepliesHow do I send a file as an etransit?
View 1 RepliesI want to attach image in Autocad 2010, i know the procedure to insert the image (.jpg,etc.). But my problem is that i dont want to send its original image that i used from my hard disk.
Is there any way to send drawing without sending its image file or wothout doing etransmit the file.
when I work on autocad I cant send my file to sketchbook, I click where it says >> "Sketchbook" - Create new Canvas<< and after that, is supposed to display a menu to set the paper size of the layout but nothing happens,
I use Autocad and Sketchbook designer 2013 and I don't know if it has something to do with my OS, I have Windows 8. because of that I thought that if I install Autocad 2014 the problem would be solved but it doesn´t even show the "sketchbook" option.
Is there any command to send to back all images in a DWG file, like it is HATCHTOBACK for hatches?
View 3 Replies View RelatedI have a photoshop banner which has been converted to .pdf. It is 111,019KB and I need to send it to someone else. I am having a hard time sending it via email, and ftp because of the large file size. I tried zipping it but it doesn't make a difference.
View 7 Replies View RelatedX5 just crashed and a dialogue showed up asking med to contact Corel support and send them the DMP file.
I find it a little strange that they don't offer a direct upload option of the DMP file as a part of this dialogue, but it's probably me who is a little strange...
Anyway. Is there an email address or something where I can send this DMP file? It would be much faster than getting in touch with Corel support.
A week or so ago VSX4 suddenly hiccuped and flashed up a message ‘send DMP file xxxxxxxxxxxxx to Corel’ and the program then refused to function until reopened. But I could find no obvious way through the support web site to attach a file to an e-mail, something which used to be possible for you or so ago. I finished up ringing the only Australian phone number on it could find on Corel’s web site and the lady who answered offered to forward my e-mail with DMP file attached to support. So far I have not yet received a reply.
1.Why did the program want me to send a DMP file?
2. link to a method for sending a DMP file to Corel?
3. How simple would it be for Corel to put a link to allow program users a direct route for this from the CorelGuide that appears on clicking the down arrow surrounded by dots?
Ok, I'm using LR3 and Elements 10. I need to make sure I'm doing this right. Im in LR, and I want to send a DNG file over to Elements. I click Edit with Photoshop Elements, it sends the file over to Elements. I do my edits in Elements, then click Save. It does come back into LR, but its still the PSD and I want it to be in DNG? Whats the best way to do this?
Is the only way it comes back is either a jpeg or psd? Or should I send files over in TIFF instead of PSD? And which color space should I be in?
I have illustrator cs5 and I am trying to send a file to someone who has cs3, I saved it in a cs3 format but when they try to open it an error occurs saying, "could not find The linked file, choose repair to locate the missing file, replace to open another file, or ignore to leave file unchanged".
View 2 Replies View RelatedI have poster-sized file (32'' x 70'') that I need to send to my printing company. It will be printed at 200%. Will a PDF not be clear enough? There is one image. Do you need to "package" like in Indesign so they have the high res images and fonts?
Whats the best way to send a file for a high quality print?
Very new to LR. After I send a file to ps4 I can't seem to save the file as a jpeg.
View 2 Replies View Relatedhow to send a file to a website without making it a bitmap.
View 2 Replies View RelatedHow do I send a large Illustrator CS3 file to a client that needs it for printing?
View 8 Replies View RelatedI jumped from using Windows XP with CorelDraw 11 to Windows 7 with CorelDraw 16, and ever since then, I have been having problems with colors changing in my PDF files. Before I send the file, I open it in Adobe Acrobat Pro to make sure the colors look correct, and they look fine..., but the person who is receiving the PDF tells me that when they open up the file, the colors change (usually to black), or nothing appears at all. What is up with this? I use Pantone Solid Coated colors in my PDF files because that is what we use to match our silk screening inks.
View 14 Replies View RelatedI have started to get an error message whenever I close VSX3 that says 'please send the dump file to Technical Support for analysis'. The so-called 'technical support' just seems to be ads for Corel software.
View 2 Replies View RelatedI need to send a blast email out. I have a jpeg file created from Illustrator CS3. However, there are 2 web addresses that you need to be able to click on and open to the companies websites. Is this doable? I was thinking you just put the jpeg in the body of an email, but then what?
View 7 Replies View RelatedI've created a block with the subtitles in a dwg file. The subtitles contain images (logo). I use this block to create layouts in other files and i can see the images. I'm using the Autocad LT 2014 trial.
The problem is when i send the files to someone else, the pictures dont apear. I've tried to insert these images as OLE images, but they still dont appear.
I just want to send dwg files with the images without having to send the images as an attachment.
I don’t often used VB.net but I would like to know how I can create a form with a button that will send a command to AutoCAD. I’ve goggled but get nothing near enough to what I find understandable.
View 9 Replies View RelatedWhat do you use to send and backup your AutoCAD files? I've heard of CADCloud which looks good: URL....What other CAD - specific solutions are there around?
View 7 Replies View RelatedSo I have just finished up a project and now need to send the files (all of them, surfaces, alignments, corridor, construction documents, etc) to the client. What is the best way to do this?
I am confused because Civil3d uses Data references that are created based on a folder I specify which the client will not have access to and so on.
I opened my alignment file and did a DXFOUT than went ahead and opened that dxf and saw that there was nothing there?
Could they recreate the stuff I have done using DWFs?? or should I Etransmit?? or what other options do I have?
I need to know the visual basic 6 code to allow me to send Keystrokes to AutoCAD using Visual Basic 6.
Using the onscreen keyboard works ok.
I would like to synchronize view in two open drawings in autocad.
If I change view or zoom or scroll mouse center button in one drawing, the second drawing needs to be updated in the same view simultaneously with view changed event in C# .
Now, I have lisp code to do the same manually. What the code does is that, when I enter command "V" in drawing-1
it will store viewsize and viewctr variable in a text file. when I enter command "VV" in drawing-2
it will read the viewsize and viewctr variable from the text file and execute in the command line. I tried the following code, It is not working.
This is my C# code
public class SimultaneousViewChange : IExtensionApplication
{
Document doc = Application.DocumentManager.MdiActiveDocument;
public void Initialize()
{
doc.ViewChanged += doc_ViewChanged;
[code]...
This is my lisp code.
;;;-------------------------------------------------------------------
;;; Store the current display size in a specified text file
;;;-------------------------------------------------------------------(defun c:V (/ viewsize viewctr file space) (setq viewsize (getvar 'viewsize)viewctr (getvar 'viewctr)space (getvar 'tilemode) ) (setq file (open "C:\Zoom Spot.txt" "w")) (write-line (rtos space) file) (write-line (rtos viewsize) file) (write-line (rtos (nth 0 viewctr)) file) (write-line (rtos (nth 1 viewctr)) file) (write-line (rtos (nth 2 viewctr)) file) (close file) (command "ucs" "p"));End
[code].....
I have a problem with the Send Command, when I use it the email is sent without text.
View 9 Replies View RelatedWhen i insert a xref in a drawing i always use the command "send to back" in the model space. However when you switch to the layout the xref sometimes is on top of the symbols in the drawing. This problem is easy to fix with send to back but when you want to do this you have to set the viewport to modelspace selct your xref and then send to back. This is easy to do when you only have a few layouts but when you have a couple of layouts with several viewports in each layout it's a very time absorbing job. Is there any variable to make sure that the xref is always send to back in the layout space.
p.s i'm using Autocad LT 2010
When I try to use the Send to Back command (HOME - MODIFY - DRAWORDER) then I get the notification in the Command line: "Command: Unknown command "FRONT". Press F1 for help."
Is this normal? or is this a bug in version 2013
I am quite new to cad and need to create a sample dwg from my master drawing to send off. How to do this?
View 8 Replies View RelatedIs there anyway to trigger the "Save and Send to Cloud" function in the API?
View 1 Replies View RelatedI am currently trying to etransmit or export one of our C3D drawings to CAD 2007 to send to a client. Every time I estransmit or export a lot of boxes appear on the exported file. Does anything know what they are or how to get rid of them? it won't let me freeze them, they all seem to be one block together.
View 3 Replies View RelatedFatal error occurred when invoking 'Send Feedback'.
However, the appropriate website does open after AutoCAD crash.
I have set mtext (with background mask on) to the foreground (using draw order: front, and draw order: above objects) but those settings do not 'stick' and often have to go back and reset all those values over again.
I've also tried using Draw Order on the objects under the text (draw order: behind) which also results inthe text randomly behind in front of or behind objects.
Is there a way to set mtext to be in the foreground permanently and not have to go back and mess with Draw Order all the time?
I am using editor.writeline to send information to the command line during the execution of a command. Unfortunately, it will only display the last message written when the command ends. Is there a way to display all the messages when the command ends? Below is the code that I am using.
Public Sub CreateVentilationLayers()
CreateTrimbleLayer(VENT375)
CreateTrimbleLayer(VENT500)
CreateTrimbleLayer(VENT625)
CreateTrimbleLayer(VENT750)
[Code]...