Conversion of .dwg format

Hi,
I am using Location Appliance 2700 Serie, and I must import a plant in WCS.
According to "Cisco 2700 Series Wireless Location Appliance - Deployment Guide", the only two importable formats are: .jgps and .bmps.
I have a plant in .dwg format.
Can somebody help me to convert my format .dwg into either .jgps or .bmps ?
Thank you!!!

If you have AutoCad available, you can output it to jpg directly from AutoCad. If not, Visio is an option, as well as one of the many free utilities out there. Some co-workers of mine have used AnyDwg (anydwg.com), but there are many fine tools out there.
I would suggest a search of google for "+convert +dwg +jpg" to gegt a few potential programs. Most offer a trial period to see if you like them. If this is a one time conversion, a trial might be all you need.

Similar Messages

  • Autocad DWG format

    Hello,
    I have the following requirement. In one of my oracle reports rdf output, I need to include an autocad drawing. This one is initially sent by the architect team to a network NAS in the format DRAWING_XXX.dwg. So, we have a bunch of these drawings that can be requested any time.
    Since reports 6i does not support the DWG format, I wrote vbscript routine that does the conversion DWG -to- DXF -to- JPG using 2 separate conversion tools. As such, the image in the jpg format can be used in reports 6i. The whole conversion process was implemented on a windows server.
    However, now we are moving to Oracle 10g hosted on a UNIX machine. So, the whole conversion stuff will no longer be working.
    Question: Are there any workaround for Oracle Reports 10g so that we can use the original drawing in DWG format or does someone who has had a similar prob found a solution for DWG -to- DXF -to- JPG on UNIX ?
    Thanks for any input.

    can't you keep the conversion job on a windows-machine ?
    On the unix-machine, configure samba to share a directory. (lets say directory /share/jpg as "JPG-Share")
    On some windows-server, mout that directory. (lets say as "X:")
    Write a windows-job, which converts every new dwg-file to jpg-format and store the jpg-file on the mounted directory. (x:\DRAWING_001.jpg, X:\DRAWING_002.jpg...)
    In reports you can now use just the shared-path on unix as filename for your jpg. (/share/jpg/DRAWING_001.jpg, /share/jpg/DRAWING_002.jpg...)

  • Convert ALV output to PDF file , DXF and DWG format

    hi,
        How to convert a ALV report to PDF file, DXF and DWG format, I developed a ALV report which has to be converted as per the selections of above formats,
    Reward points for good & with example answers
    Thanks in advance
    RK

    Hello RK,
       Check this link. It has an example code for PDF Conversion.
    http://www.erpgenie.com/abap/code/abap51.htm
    Regards,
    Deepu.k

  • Using File Content Conversion converting XML format to text format

    Hi All,
                 I am able to convert to Text format using file content conversion, But the requirement is to convert the same for the structure with additional subnodes  as in the example (also complex nested structures)
    <ns0:SendXSDEmployeeDetails xmlns:ns0="http://ehro.eds.com/FRAMEWORK/FileToFile/FileCConverion">
        <Employee>
                  <Employee_ID>2</Employee_ID>
                   <Employee_Name>KannanKumar</Employee_Name>
                     <Address>
        <Street>13th Cross Reddy</Street>
        <City>Bangalore</City>
        <Pincode>641026</Pincode>
        <Phone_No>
            <t1>9901934934</t1>
            <t2>9901934934</t2>
        </Phone_No>
    </Address>
       </Employee>
    </ns0:SendXSDEmployeeDetails>
    can any one help on this please
    I have already seen the blogs :
    /people/krishnakumar.ramamoorthy3/blog/2007/01/27/generic-mapping-to-convert-nested-xml-to-flat--receiver-file-adatper
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    <b>Can any one help to do  this in simple way</b><br>

    Hi,
    Like correctly pointed by JaiShankar, the Sender File Adapter currently does not supoort such stracutures.
    the strcuture supported is described in this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Regards
    Bhavesh

  • Data conversion from 212 format

    I found a problem during conversion data.
    I have a file which contains ASCII characters (in fact they're look
    like ASCII on any editor) . I have to convert them to integer but I
    know that data are organised into pairs of 12bit numbers packed into
    byte triplets (format 212).
    I made some vi (which convert 2 following ASCII characters to binary,
    then divide them to pairs of 4bits, then some rotation etc..) but the
    whole conversion takes too much time (64kb file conversion is taking
    approx. 1minute).
    Thank you for any suggestions,
    Michael ([email protected])

    Dear Michal,
    I hope this vi work faster.
    Input: 3bytes, data type unsigned int (U8)
    Output: 2 values, data type integer. (INT16)
    of course read all file to memory. Don't read everytime from file by 3
    bytes.
    Deniss
    ps. vi i send by e-mail.
    "Michal Szaj" wrote in message
    news:[email protected]..
    > On Wed, 18 Sep 2002 02:27:25 GMT, Greg McKaskle
    > wrote:
    >
    > >This is one of those things that is quite sensitive to how it is coded.
    > > If you make your VI available, others, including myself can give you a
    > >hand with speeding it up.
    > >
    > >As for guessing at what might be going on, first look at the array wire.
    > > If you are using locals or property nodes to access the a
    rray, that is
    > >the cause. If the array is written to a global and later accessed via
    > >the global, that is causing it.
    > >
    > >I suspect that the bit manipulations on 64K should take something like a
    > >few seconds.
    > >
    > >Greg McKaskle
    >
    > Thank you for your support.
    >
    > In this case I have only one vi and I don't use any global/local
    > variables.
    > At the beginning of the vi I load all text character from file to
    > memory and then I'm making further operations.
    >
    > If it helps I can send the vi with data file.
    >
    > Thnx,
    >
    > Michael ([email protected])

  • Conversion of time format

    conversion of string indicators containing 12Hour -time format into 24hour-time format
    ie  1:35:00 pm(12hour time-format)  to  13:35:00(24-hour format)
    Attachments:
    Doc1.docx ‏46 KB

    priya2207 wrote:
    actually i have taken a numeric control of time- date format in which display format of time is 24-hour type but the requirement is that the numeric control should be converted into string type in which display format is 24-hour type.
    You have two options: Format Date/Time String or Format String.  I prefer Format String since I am usually combining other things.  For the format string, follow formats given in the LabVIEW Help (follow the links I already gave you).
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Apple TV - Software for Conversions to .m4v format

    I've been using MPEG Streamclip to do conversions from .vob, .avi, etc to m4v format. It seems to take an unusually long time (for a 2 hour film it takes 8-10 hours) and lately when it finally gets to the end, a message comes up that "Can't export movie" with no details given. My 1TB destination drive has plenty of space available.
    I'm wondering if there's a better product out there even if it costs a bit of $$ ?
    I do need the ability to convert to 1020 x 780p for my Plasma HD Set (for full screen) ...
    BTW, I'm on an iMac 2 GHz Intel Core Duo with 2GB memory (the max) sunning OS X 10.4.11

    I'm not sure but I don't believe the turbo h264 does 720p conversions.
    You are certainly right; the webpage says:
    Apple TV Video: Video: H.264 Main Profile, 5 Mbps max., 800x600 max., 30 fps max. Audio: AAC-LC, stereo, 128 Kbps, 48 kHz. (Note: If the source movie is larger than 800x600 it will be scaled to fit within 800x600 preserving aspect ratio. Resolution is maintained if 800x600 or smaller. Frame rate is maintained when 30 fps and smaller.)
    Also if your source video isn't 720p, you are wasting a lot of time and HD space converting to 720p, you cannot create quality from nowhere.
    I'm always amazed at the number of people who seem to think you can.

  • Email Video Files conversion  to Quicktime Format

    HP Privillion   Windows XP   Laptop
    I have just purchase a ipod. I have loaded my music and pictures. I have loaded all my Video’s that were save to my hard drive from my camera.
    Problem;I also have a lot of videos sent to me via email of my grandson which I cannot convert to QuickTime. When I try and open the video (which works fine on windows Media Player) I get a 2048 error, this is not a movie file. The file is: type, Video, Audio codec G.726, Video codec ISO MPEG -4 (M452) Location MOL 4361, AFS, Description Cannon MVX 10i, I tried down loading MPEG speed file but that didn’t help……….. Any suggestions? Thanks
    HP Privillion   Windows XP   Laptop
    HP Privillion   Windows XP   Laptop

    DVDs use muxed mpeg video and QT will not export sound from such formats. QT Mpeg Limitations
    One workaround is to demux the mpeg-2 to separate video and audio streams. Sorry, I don't have a link to a Windows demux utility but I am sure you can find one on the net. Convert those separately to QT formats and then use QT to combine the separate tracks into a single file, like mpeg-4, which the iPod should read. QT (if you buy the mpeg2playbackcomponent) will play and convert the video to other formats. For the sound you will have to use a separate sound utility to convert the mpeg sound stream to a QT compatible form like AIFF or Wave. This freeware application offers a Windows version that should do the conversion. Audacity

  • Conversion of doc format to pdf format using pdfexport in UCm using IBR

    when i try to check in doc file from ucm to conversion, it is passed to IBR for conversion and the status is shown as Success after few seconds. But i can't able to view converted Pdf. The web-viewable link also given in older format, which it is uploaded. Any same is the case with conversion to XML format

    Hi ,
    Have you done the necessary configuration / set up for conversions . If not , then please check the following documentation : http://docs.oracle.com/cd/E23943_01/doc.1111/e14495/configibr.htm#INECM1154
    Thanks
    Srinath
    Edited by: Srinath Menon on Oct 12, 2012 11:46 AM

  • Frame Maker document Format conversion to InDesign format

    Frame Maker stores the authored document into binary format. My question is any Adobe Scripting/program guide to read the framemaker data and convert in a format which Adobe InDesign can understand.
    I read an article that there is a MIF filter tool which provide such functionality. I love coding than using some prebuilt tool.
    Is anyone has experienced anything related to converting existing framemake document using scripting/program to the format Adobe InDesign?
    Thanks
    Anil

    Anil @TCS wrote:
    Frame Maker stores the authored document into binary format. My question is any Adobe Scripting/program guide to read the framemaker data and convert in a format which Adobe InDesign can understand.
    I read an article that there is a MIF filter tool which provide such functionality. I love coding than using some prebuilt tool.
    Is anyone has experienced anything related to converting existing framemake document using scripting/program to the format Adobe InDesign?
    Thanks
    Anil
    Hi, Anil:
    If the article you read was in InDesign Magazine, it's probably my review of DTP Tools's MIF Filter plug-in for InDesign.
    The FrameMaker Software Development Kit (SDK) is one way to program FrameMaker. Framescript is a third-party tool that runs scripts on FrameMaker. There are some publicly-available Framescripts, and many commercially-available, plus a few folks who custom-develop
    Frame's MIF (Maker Interchange Language) is open. Opening an FM file that was saved as MIF perfectly recreates the original; well, not exactly, because it does leave out almost all miscellaneous corruption and garbage, so it's better than the orignal.
    FrameMaker 10 introduces scripting with javascript by using ExtendScript. Search Google for terms like "framemaker 10 sdk," "FrameMaker MIF Reference Manual," and "Framescript," without quotes for links to these tools.
    In my article I mentioned that there are some FrameMaker constructs that cannot be converted exactly to InDesign, because InDesign doesn't have those features. True sideheads are one example. "Straddle paragraphs" that go across two or more columns are no longer missing in InDesign, where they're called "span paragraphs." If you think you can program true InDesign sideheads, more power to you! The MIF Filter does its best to duplicate the FrameMaker appearance in its InDesign conversions, but the behavior is different; this means that if you edit such "innovative" conversions, they may fall apart.
    FrameMaker can export XML and RTF, which InDesign can import, so you may find that these formats are sufficient to migrate your content.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Conversion of Date format(0bill_date) to no of days format

    We have a report "customer payment analysis report" with following fields
    Customer No        ,   Customer Name        ,  Customer Group  ,     Payment Term       ,      Actual Paid Days,          Difference
    In the cube we are having  0bill_date(actual paid date) ,but want to convert this 0bill_date(in date format) to Actual paid days( no of days format).
    How to get that?
    Edited by: ranamk on Jan 13, 2011 8:06 AM

    Hi,
    Count the number of paid dates. It will give you the number of actual paid days
    Thanks,
    Dinesh

  • Problem in Asian language conversion in pdf format? Need Help!

    Dear All,
                I have created an SAPscript form in Chinese, and Korean versions. The print preview of the form layout is coming properly when I am using corresponding output type options. But when I am trying to get a pdf format of the invoice layout, the Korean and Chinese fonts are not coming properly. What to do?
                        My second question is how to access Archieved database in SAP?
    Eagerly waiting for your reply.
    Regards,
    Pulokesh

    Hi,
    Time Statement works only you implement Time Evalutation, once you run the Time Evalutationn than you activate the  HR FORM =SAP_TIMESLIP , and maintain the Feature HRFOR.
    Hope this will help you!!
    Regards,
    Samba.

  • .DOC to .PDF conversion with the format maintainence

    Hi,
    My requirement is to convert the exact text witht he formating in the .DOC file to PDF file.
    I have done this using POI and IText ar files but I am unable to maintain the formating , tried and search the net but unable to find the solution.
    Please help me in solving this issue.
    Thanks in advance.
    Pooja

    Can you please tell me how did you solve this?
    Cheers,
    Kunjal

  • Conversion of date format from DD-MMM-YY to YYYYMMDD

    Hi all,
    i am getting date from oracle database which is in DD-MMM-YY format.   i want to change it to YYYYMMDD format .is there any func module to achieve this.
    bye

    hi srikanth,
    try this code it is exactly suite u r requiremnt
    DATA:STR(8),S1(2),DD(2),MM(2),YY(4).
    STR=SOURCE_FIELDS-/BIC-DATEFIELD(if bi7.0 )
    STR=TRANS_STRUCTURE-/BIC-DATEFIELD(if BW 3.5 )
    SPLIT STR  AT  u2018-u2018 INTO DD MM YY
    SHIFT DD  RIGHT DELETING TRAILING SPACE.
    SHIFT MM  RIGHT DELETING TRAILING SPACE.
    OVERLAY DD WITH S1.
    OVER LAY MM WITH S1.
    CONCATENATE YY  MM DD INTO STR.
    RESULT=STR.
    regards
    sasidhar

  • Conversion of DATE Format?

    Hi Experts,
    Am importing the my_DATE value from front end as in the format of <b>MM/DD/YYYY</b>, but, my_bapi code needs to hv in the format of <i><b>YYYY/MM/DD</b></i>, then only my_bapi gives output!
    I hv declared my_date as my_date LIKE RSPARAMS in my_bapi, under TABLES tabstrip.
    So, How to convert from MM/DD/YYYY to YYYY/MM/DD? Wht is the FM?
    thanq.
    Message was edited by:
            Srikhar

    use offset command to convert desired output
    if u want date in dd.mm.yyyy format u can use FM CONVERSION_EXIT_PDATE_OUTPUT u will get ur required date format as u ask dd.mm.yyyy.
    FM - CONVERSION_EXIT_PDATE_OUTPUT
    data : out_date(10) like char,
    in_date(10) like char.
    in_date = '10.02.2007'.
    *take variables V1, V2, V3.
    V1 = in_date+ 0(4).
    V2 = in_date+ 5(2).
    V3 = in_date+ 7(2).
    Concatenate V3 V2 V1 into date separated by '/'.
    Now, out_date will have DD/MM/YYYY
    Thanks
    Seshu

Maybe you are looking for