AutoCAD 2013 :: Write LISP File That Saves Current File Into R2000 DXF Format?

Nov 7, 2013

Is it possible, in AutoLISP, to code something that will save the current file (whatever it may be, assume ..dwg or .dxf, into R2000 .dxf?

View 9 Replies


ADVERTISEMENT

Photoshop :: CS6 Saves In Wrong File Format On MacOS / When Trying To Load Obsolete Plugins

Sep 26, 2012

I've got about 4 hours of work into solving the dreaded  "Photoshop: CS6 saves in wrong file format on MacOS when trying to load obsolete plugins" (Aside: I don't suppose I can send Adobe an invoice for billable hours?? Naw, never happen.)
 
I could still not get CS6 PS to open and "save as" correctly. All of my plug-ins were current and the only linked ones were reinstalled after PS was updated. URL.... I saw multiple mentions of the "Standard Multiple Plugin" as a possible source of the problem. Found this file in /Library/ Application Support/Adobe/Plug-ins. (Mac OS X 10.7.5) Removed the file and PS does what it should: defaults to all file formats on open and allows any format to be selected on "save as."
 
Get Info identifies this file as an Adobe plugin ver. 12.0.2 created and modified 7/18/11 obviously well before I got CS6. It also shows an Adobe copyright (2003-2010) message so this is NOT a third party plugin, nor is it a bad symlink, nor is it an outdated 3rd party plugin. Since this was placed there by the Adobe install and not modified by the CS6 upgrade, I can only conclude that Adobe wanted it there.What - if anything- will happen without this file in place and if it is necessary where does one obtain a new one?
 
I did not copy any old plug-ins to the new program nor did I have any bad aliases nor did I have multiple copies of anything.

View 17 Replies View Related

AutoCAD 2013 :: Table Breaks Slows Down File Saves?

Sep 24, 2013

I have an Excel file linked to a Table which has 3,400 lines. When the Table is unbroken a File Save takes 30 seconds. When the Table is broken it takes 30 Minutes to save. Makes the breaking feature for large table unusable. 

View 3 Replies View Related

AutoCAD 2010 :: Write An Lisp File That Would Embed A Tif Image

May 5, 2013

Write an lisp file that would embed a tif image

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Write Several Lines Of Text To TXT File?

Apr 13, 2012

I know how to write a single line of text to a txt file with LISP, but how do i write two or more lines of text to a txt file ussing lisp?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Write Content Of Variables To Text File?

Feb 17, 2013

I want to write content of variables to a text file but I should have conversion function for variables.

for example

(setq a 123); a is an integer type, contetnt of a is 123

so I should use (itoa a) to get "123" as a string and then I can write it to text file.

but what about another type of variables?
 
(defun ToString ( a / result)(setq result "")(cond((= (type a) 'ENAME) (progn (setq result "Entity names")))((= (type a) 'EXRXSUBR) (progn (setq result "External ObjectARX applications")))((= (type a) 'FILE) (progn (setq result "File descriptors")))((= (type a) 'INT) (progn (setq result (itoa

[Code].....

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Write Unicode Characters To Text File

Jun 27, 2013

I can't write unicode characters to a text file.

as you know, you can write chars on text screen easily: (write-line (strcat "\U+" "2122"))

but if you want to write chars to a text file, this command does not work: (write-line (strcat "\U+" "2122") TxtFileVar)

Here is a part of my code to test:
(defun C:HexGen ( / d f S w x y z h c)(setq d '("0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "A" "B" "C" "D" "E" "F") f (open "c:\0000-FFFF.txt" "w"))(foreach w d (foreach x d (foreach y d (progn (setq S "") (foreach z d (progn (setq h (strcat w x y z)) (setq c (strcat "\U+" h));;;<===character (setq S (strcat S " " (strcat h " = " c ))) ) ) (write-line S f) ) ) )) (close f)(startapp "notepad" "c:\0000-FFFF.txt"))

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Open File To Write On External Drive - Bad Argument Type

Jun 5, 2012

I'm trying to open a file to write to on my external drive, I get this message "bad argument type: stringp nil".

View 8 Replies View Related

AutoCAD 2013 :: Autodesk Remote - Menu File Is Write Protected

Sep 27, 2013

i install autodesk remote to try it out from home. when i went to my office to the actual work station i rebooted my machine and now im getting a popup box that says my menu file is write protected. i uninstalled the file, and rebooted my machine and im still getting this warning that my menu is write protected,. no other work station is getting this error, the menu file is a shared file running off a network and no other versions exists on my hard drive.

View 2 Replies View Related

AutoCAD Civil 3D :: 2013 - Drawing File Is Write Protected When Performing Qsave

Sep 4, 2012

I am currently using Civil 3D 2013, and when I do a qsave, my drawing gives me the following error dialogue box.

"Drawing File is Write Protected" - I am the only on in the files, so now my file is currently Read Only - then I am able to re-open the same file as the same time I have the currently read only version open.

I am getting this currently after or during Plan Production, creating sheets, and I do a qsave.

I am using Civil 3D 2013 Hotfix 1
Windows 7 64 bit system
12GB Ram
Quad Core Xeon 3.2
Server is using Microsoft Server 2008

View 1 Replies View Related

AutoCAD 2013 :: How To Make SDR Format From DWG File

Sep 28, 2013

I made with AutoCad particular drawing that i need to convert to SDR format .

View 3 Replies View Related

AutoCAD 2013 :: How To Edit DWF File Saved In PDF Format

Feb 28, 2013

I want to know how to open a dwg file that has been saved as a pdf file format so i can edit it.

Why do people save it to a pdf anyway? Doesn't that degrade the quality of the drawing?

I have a lot of clients that send me there drawing but i constantly have to tell  them that they have to send the original form if they want it to be edited. Most of the time I have to use a converter to to convert it to a dwg file but the quality degrades drastically. I can’t believe in 2013 I’m still having problems with this.

I’ve tried Any PDF to DWG Converter but it doesn’t convert it very well.                                                               

View 5 Replies View Related

AutoCAD 2013 :: Converter For Bitmaps To DXF / DWG File Format?

Jan 30, 2013

I want to convert bmp to dwg/dxf file so I can use in Autocad LT 2013. Any such program?

View 4 Replies View Related

AutoCAD Inventor :: Set To Display Full File Path For Current File Open

Oct 3, 2012

I was wondering if there was an option to set Inventor to display the full file path for the current file open ? At present I am only seeing a short description of the name of the active file - I wish to see it's full file path similar to what AutoCAD displays.

Cad Manager/Senior Designer
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 3 Replies View Related

Photoshop :: CS6 Saves File That Is Just Opened?

May 16, 2013

When someone opens a file on our server just to look at the image and then closes it without making any edits and does not save, the file has a new modification date and act like it was saved. How can I keep this from happening?

View 1 Replies View Related

AutoCAD Inventor :: Best Format For Neutral File Format For Exporting / Importing 3D Files?

Sep 25, 2013

What is the best export/import format for sending 3D files. I need some neutral format files, possibly Solidworks but I am not sure. Also any export settings to make sure I get decent quality files.

Nothing like getting a surface model when you want solid model.

IV2014 sp1.2 PDSU / Sim Mech 2014 /
Win7-64
EVGA X79 - Classified, iCore7 3930k 32Gb Quad-Channel
950Gb (2 x 500Gb Sata III SSD RAID0 Adaptec 6805E Controller)
Nvidia GTX-690 Classified - 331.82
SpacePilot Pro 3.17.1, 6.17.7, 4.11

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Current View Align With Current Ucs?

Jul 20, 2013

how can i know if the current view/display is align with the current ucs?

let's say i have rotate the ucs about z axis 45 degrees and make it plan now i draw some things and then i change back to world

worlducs = 1

viewdir = 0,0,1

ucsxdir = 1,0,0

ucsydir = 0,1,0

but the display is still in the ucs z 45 (ucsfollow = 0) set the view to PLAN current (now the view is aligned) but the system vars does not change.

For a plan UCS, you would need to compare the VIEWDIR system variable and the cross product of the UCSXDIR and UCSYDIR system varaibles.

[URL]

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Check Current Plotter Name For Current Tab

Sep 3, 2013

Technique that can check the current plotter name for the current tab and assign it to a variable?  i.e. can it be assigned to a variable to check if if equals "myplotter1".  The next step  - is there a technique to change the plotter name to "myplotter2.pc3".

I have partially done the latter part of this in the past using the -plot command line to ASSIGN a  new plotter but I would really like to only run the routine if it really needs to.  

View 9 Replies View Related

Photoshop :: Batch Saves As Wrong File Type?

Sep 18, 2012

I created an action that:
 
Opens a psd document

resizes to a specific height

Saves for web and devices as a jpeg high quality
 
When I run the batch on that action it seems to be simply opening the psd document and saving as psd in the output folder, without converting to jpg.

View 3 Replies View Related

Photoshop :: Paint Cannot Read File - Not A Valid Bitmap File Or Its Format Not Currently Supported?

May 25, 2013

Have some photos of a warehouse fire in Plymouth Indiana.  Files were saved as .jpg  Can't get them to open.
 
One message is "Pain't cannot read this file.  This is not a valid bitmap file or it's format is not currently supported."  Couldn’t display DSC-0023.jpg because a suitable graphics importer could not be found.
 
Carl Beason
Windows 7, Photoshop cs4

View 10 Replies View Related

Lightroom :: Couldn't Update Format Of Its Catalog File Because File Appears To Be Damaged

Nov 14, 2013

I've got a catalog that work  fine in LR4.4, but when I try to upgrade them to LR5 I get the error, "Lightroom couldn't update the format of its catalog file because the file appears to be damaged."   The catalogs aren't damaged as they work perfectly in LR4.4. I urgently need to update them to a new mac with LR5.

View 1 Replies View Related

Photoshop :: Could Not Place Document Because No Parser Or File Format Can Open The File?

May 30, 2012

I am trying to open a video to edit within Photoshop CS6 x64. I am getting the following message:-
 
Could not place the document ‘IMG_1664.MOV’ because no parser or file format can open the file.
 
The video was shot on my iphone 4S and ive even tried converting to other formats yet Photoshop still gives the same error. I have checked through Bridge and I have no option to send to Photoshop on the right click menu. try out the new features of CS6 for video editing.
 
I am running a 27" iMac with 12gb RAM and 1gb of Video RAM.

View 8 Replies View Related

Photoshop :: Could Not Place Document / No Parser Or File Format Can Open File

Nov 19, 2012

Getting this error when trying to use downloaded ACTIONS. "Could not place the document ‘Photoshop_Actions_03_by_ReehBR.atn’ because no parser or file format can open the file."

View 2 Replies View Related

Photoshop Elements :: Opening RAW - File Format Module Cannot Parse The File

Apr 21, 2013

When trying to open a raw file in PSE 5 I receive the following error message

“Could not complete your request because the file format module cannot parse the file”

I checked and my camera Nikon D3100 is listed as a supported camera.

View 1 Replies View Related

Photoshop :: Why Can't File-export-render Video Into MPEG4 Rendering Into Small MOV File Format In CS6

Dec 5, 2012

I create short videos using the PS frame animation panel. I used to be able to FILE-export-render video- and choose MPEG-4 Video in the settings panel which would render my file into a small .mov file. Now in CS6 the new render video panel does not have that option. I tried the QT options in the export window and my file is hugh! The H.264 option gives me an .mp4. I put the .mp4 into my web page via Dreamweaver and my video does not play when uploaded into the sever. The video plays fine in Dreamweaver before I upload to the server. After I upload to the server I just get a Q and no video on my web page.  If I render the same file in CS5 I am able to view it in my web page. ADOBE WHY DID YOU CHANGE YOUR EXPORT VIDEO RENDERING OPTIONS in CS6?

View 2 Replies View Related

GIMP :: Export New File Format And Automatically Using That File Instead Of Original

Sep 28, 2011

I am wondering if there is a way to put the old save method back into the new gimp 2.7.3. I would like to be able to export to a new file format and automatically be using that file instead of the original file that I have just opened. If there is a plugin like this that would be great.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Export Each Sheet In Excel File To TXT File

Dec 4, 2012

I am trying to export each sheet in an Excel file to an separateTXT files.

I currently have code to read each cell in a sheet, but unfortunately some of the Excel sheets have in excess of 5000 cells and it is taking too long to read. So I am switching to another method.

The program will check dates of TXT files and XLS file to make sure TXT files are current (if not, open and recreate TXT files).Then read the TXT files (much faster).

Where I am getting stuck is 2 places -

Get the names of each sheet in the excel file (not always a known name)

Save each sheet as separate TXT file.

Here is condensed code so far without error checking, etc -

(defun E2TXT (FileName /)
(if (and (setq XLfile (findfile FileName)) (vl-file-systime XLfile) (setq XLapp (vlax-get-or-create-object "Excel.Application")))
(progn

[Code]....

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: File Is Not Read Only / And Permission On File Appear To Be Just Fine

Aug 20, 2013

(if (findfile MyFile)
  (setq fl (open MyFile "a"))
)

the file exists however the open function still returns nil... the file is not read only, and permission on the file appear to be just fine.What other reasons would there be that cause open function to return nil?This is happening only on one machine. All the others are writing to the file just fine.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Writing File Path To TXT File

Dec 20, 2012

I have a file path im trying to capture in a text file however its not working and autocad is prompting back,

; error bad argument type: streamp nil

 Im assuming its because of the slashbacks but Im not sure..

Hence the code so far...
 
(defun C:GO ()(SETQ ACADLSP (findfile "acad.lsp"))(setq f (open "C: est.txt" "w"))(write-line ACADLSP f)(close f))

View 4 Replies View Related

AutoCAD .NET :: Drawing File Is Write Protected

Sep 7, 2012

I am building a standalone VB app to edit block attribute values. It works fine until I try to save the drawing(s) and ACAD give this message.

By the way. Only happens when I try to save it from VB. In ACAD I can open and save fine.

View 3 Replies View Related

CorelDRAW Graphics Suite X5 :: Fail While Exporting TIFF And Saves CDR File Instead

Nov 16, 2011

I'm using Coral Draw Graphics suite X5 built 15.2.0.686 SP4 (all available updates installed) This is a bug I have detected.

Start a new CorelDrawFile and import a .jpg,after putting e.q. some arrows on it I choose "export" and exports a .tif - file to a folder.

For further manipulations I also save the .cdr - file to another Folder. Insofar everything works well.But if I reopen the .cdr-file and do my manipulations at my picture and then I try to export the .tif - file to the folder, where the before exported .tif is situated, corel well notice that the old file exists and asks for replacement,BUT instead of exporting the .tif - file the .cdr file will be saved. Got this failure reproducible by doing it the same way.

not till I exported a other file type .jpg or any other and switches back to .tif, exporting the .tif file works and the old .tif - file will be replaced by the new one.

View 14 Replies View Related







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