Displaying a figure in Words

hi gentlemen....I wanna display figures in reports alongwith there value in words e.g $100 will be displayed as One Hundred Dollars Only....plzzz tell me that how can I accomplish this job in reports6i???thanx

Popular question today.
http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1407603857650

Similar Messages

  • Problem with displaying figures in words

    dear members....I've used the Julian Date trick to display the figures in words n it worked very well as far as figures were in positive numbers, but it wasted alot of time of me when it was displaying error while figure was in negative(below to zero)numbers, can any body tell me that how can I fix this problem in a way that it should display the whole value in words as it displays to positive figures but with a prefix of "Minus" in case of a negative number??? I've tried the condition like this
    IF :val > 0.....
    but not fruitful,
    plzzz tell me some solution,thanx,good bye.

    You can use this code and try your requirements.
    SQL> create or replace
    2 function spell_number( p_number in number )
    3 return varchar2
    4 -- original by Tom Kyte
    5 -- modified to include decimal places
    6 as
    7 type myArray is table of varchar2(255);
    8 l_str myArray := myArray( '',
    9 ' thousand ', ' million ',
    10 ' billion ', ' trillion ',
    11 ' quadrillion ', ' quintillion ',
    12 ' sextillion ', ' septillion ',
    13 ' octillion ', ' nonillion ',
    14 ' decillion ', ' undecillion ',
    15 ' duodecillion ' );
    16 l_num varchar2(50) default trunc( p_number );
    17 l_return varchar2(4000);
    18 begin
    19 for i in 1 .. l_str.count
    20 loop
    21 exit when l_num is null;
    22
    23 if ( substr(l_num, length(l_num)-2, 3) <> 0 )
    24 then
    25 l_return := to_char(
    26 to_date(
    27 substr(l_num, length(l_num)-2, 3),
    28 'J' ),
    29 'Jsp' ) || l_str(i) || l_return;
    30 end if;
    31 l_num := substr( l_num, 1, length(l_num)-3 );
    32 end loop;
    33
    34 -- beginning of section added to include decimal places:
    35 if to_char( p_number ) like '%.%'
    36 then
    37 l_num := substr( p_number, instr( p_number, '.' )+1 );
    38 if l_num > 0
    39 then
    40 l_return := l_return || ' point';
    41 for i in 1 .. length (l_num)
    42 loop
    43 exit when l_num is null;
    44 if substr( l_num, 1, 1 ) = '0'
    45 then
    46 l_return := l_return || ' zero';
    47 else
    48 l_return := l_return
    49 || ' '
    50 || to_char(
    51 to_date(
    52 substr( l_num, 1, 1),
    53 'j' ),
    54 'jsp' );
    55 end if;
    56 l_num := substr( l_num, 2 );
    57 end loop;
    58 end if;
    59 end if;
    60 -- end of section added to include decimal places
    61
    62 return l_return;
    63 end spell_number;
    64 /

  • How do I display the number of words I've written in the new Pages update?

    I just downloaded Mavericks and updated pages and I can't figure out how to display the amount of words I have written. It used to automatically be at the bottom of the page.

    Toolbar > View > Word Count
    Peter

  • Problem with displaying key figures in report

    Does anyone have experience with SAP Report Designer for Release 7.0. I want to display key figures in the following manner: 1'500 (Which means 1.500.000) For a billion the value displaye should be 1''000 (1.000.000.000).
    1000 =     1.000
    0'010 =     10.000
    0'100 =     100.000
    1'000 =     1.000.000
    0''010 =     10.000.000
    0''100 =     100.000.000
    1''000 =     1.000.000.000
    Thus the report always shows 4 digit figures. The problem is that I don't know how to include the apostophe as a separator for the million.
    Additionaly to that I want to have the font changed to a smaller number, if the figure is to large for the column. Is there a possibity to change the display of the figure with the scaling? And is there a possibility to change the font? These two parameters have to be decided when running the report. (The scale of the numbers can differ within one column.)

    there is two way to display the values , one is globally, where u do it the keyfigure and another way is on the query designer level
    in keyfigure go to aggregation , there u will get the number display format , u can change there and another way is in the query designer right click on the key figure and select properties and select display format

  • Displaying BLOB of type word doc in XML Publisher pdf output

    Hi all,
    Please guide me relating the Displaying BLOB of type word doc in XML Publisher pdf output with links or pointers.In the following xml column TRADE_LICENSE_COPY is BLOB when queried from toad and if clicked on the ouput word doc is being opened directly.How to show the column value word doc as attachment in pdf output?
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Generated by Oracle Reports version 10.1.2.3.0 -->
    <XXTDIC_SUP_REG>
    <LIST_G_BASIC_QUSNRY>
    <G_BASIC_QUSNRY>
    <RESPONSE_ID>194</RESPONSE_ID>
    <UAE_REGISTRATION>Yes</UAE_REGISTRATION>
    <TRADE_LICENSE_COPY>PK</TRADE_LICENSE_COPY>
    <WEBSITE_DETAILS>com</WEBSITE_DETAILS>
    <AMERICA_2009_2010>Between 81 and 90 %</AMERICA_2009_2010>
    </G_BASIC_QUSNRY>
    </LIST_G_BASIC_QUSNRY>
    <LIST_G_CONTACTS>
    <G_CONTACTS>
    <CONTACT_PERSON>MR.NTF1 NTL1</CONTACT_PERSON>
    <PHONE_NUMBER>0</PHONE_NUMBER>
    <EMAIL_ID>na</EMAIL_ID>
    <FAX_NUMBER>0</FAX_NUMBER>
    </G_CONTACTS>
    <G_CONTACTS>
    <CONTACT_PERSON>MR.NTF1 NTL1</CONTACT_PERSON>
    <PHONE_NUMBER>0</PHONE_NUMBER>
    <EMAIL_ID>na</EMAIL_ID>
    <FAX_NUMBER>-</FAX_NUMBER>
    </G_CONTACTS>
    </LIST_G_CONTACTS>
    <LIST_G_SC_QUSNRY>
    <G_SC_QUSNRY>
    <RESPONSE_ID1>113</RESPONSE_ID1>
    <FY3_PROJTYPE_COMMERCIAL>Between 21 and 30 %</FY3_PROJTYPE_COMMERCIAL>
    <ENG_INSTALL_CAPABILITY></ENG_INSTALL_CAPABILITY>
    <SCM_EXPERIENCE_PARTNERING>Have you had experience of &quot;Partnering&quot;?(i.e with major contracts / employers If so list them.Also please provide details</SCM_EXPERIENCE_PARTNERING>
    </G_SC_QUSNRY>
    </LIST_G_SC_QUSNRY>
    <LIST_G_ADDRESS>
    <G_ADDRESS>
    <OFFICE_ADDRESS>Addres1</OFFICE_ADDRESS>
    <ADDRESS_LINE1>Addre line1</ADDRESS_LINE1>
    <ADDRESS_LINE2>Addre line2</ADDRESS_LINE2>
    <ADDRESS_LINE3>Addre line3</ADDRESS_LINE3>
    <CITY>City1</CITY>
    <STATE>State1</STATE>
    <COUNTRY>US</COUNTRY>
    </G_ADDRESS>
    <G_ADDRESS>
    <OFFICE_ADDRESS>Addres2</OFFICE_ADDRESS>
    <ADDRESS_LINE1>Addre line1</ADDRESS_LINE1>
    <ADDRESS_LINE2>Addre line2</ADDRESS_LINE2>
    <ADDRESS_LINE3>Addre line3</ADDRESS_LINE3>
    <CITY>City2</CITY>
    <STATE>State2</STATE>
    <COUNTRY>IN</COUNTRY>
    </G_ADDRESS>
    </LIST_G_ADDRESS>
    <LIST_G_DSN_QUSNRY>
    </LIST_G_DSN_QUSNRY>
    <LIST_G_PROD_SUB_CODE>
    <G_PROD_SUB_CODE>
    <PROD_SUB_CODE>060.42</PROD_SUB_CODE>
    <PROD_SUB_DESC>Automotive Maintenance Items and Repair/Replacement Parts.Filters: Air, Fuel, Oil, Power Steering, Transmission and Water, and PCV Valves</PROD_SUB_DESC>
    </G_PROD_SUB_CODE>
    <G_PROD_SUB_CODE>
    <PROD_SUB_CODE>060.60</PROD_SUB_CODE>
    <PROD_SUB_DESC>Automotive Maintenance Items and Repair/Replacement Parts.Hose and Hose Fittings: Brake, Heater, Radiator, Vacuum, Washer, Wiper, etc.</PROD_SUB_DESC>
    </G_PROD_SUB_CODE>
    <G_PROD_SUB_CODE>
    <PROD_SUB_CODE>207.37</PROD_SUB_CODE>
    <PROD_SUB_DESC>Computer Accessories and Supplies.CRT Holders, Cases, Glare Screens, Locks, etc.</PROD_SUB_DESC>
    </G_PROD_SUB_CODE>
    <G_PROD_SUB_CODE>
    <PROD_SUB_CODE>207.60</PROD_SUB_CODE>
    <PROD_SUB_DESC>Computer Accessories and Supplies.Keyboard Dust Covers, Key Top Covers, Keyboard Drawers, Wrist Supports, etc.</PROD_SUB_DESC>
    </G_PROD_SUB_CODE>
    </LIST_G_PROD_SUB_CODE>
    <LIST_G_CONT_QUSNRY>
    </LIST_G_CONT_QUSNRY>
    <LIST_G_BUSS_CLASS>
    <G_BUSS_CLASS>
    <BUSS_CLASS>SUPPLY_CHAIN</BUSS_CLASS>
    </G_BUSS_CLASS>
    </LIST_G_BUSS_CLASS>
    <CF_SUPPLIER_NAME>N1</CF_SUPPLIER_NAME>
    <CF_REG_STATUS>Draft</CF_REG_STATUS>
    <CF_BUS_CLASS></CF_BUS_CLASS>
    <CF_PROD_SUBCODE>060.36</CF_PROD_SUBCODE>
    <CF_PROD_SUBCODE_MEAN>Automotive Maintenance Items and Repair/Replacement Parts.Electrical Accessories: Alternators, Ammeters, Coils, Distributors, Generators, Regulators, Starters, etc.</CF_PROD_SUBCODE_MEAN>
    <CF_COUNTRY>India</CF_COUNTRY>
    </XXTDIC_SUP_REG>
    Thanks in advance.
    Best Regards,
    Mahi

    Mahi,
    you can't do that yet.

  • Can we Read/Display the content of Word/PDF file  in Flex 3/4 ?

    Hello All,
    Can we  read/display the content of Word/PDF file in Flex 3 or Flex 4?.  I have one word file containing  Arabic  and English content with some settings like  Bold, Color, Align etc. I want to display the content of this word file as it is in the flex web application.
    Awaiting for prompt reply.
    Thanks and Regards

    thank you for your immediate reply, but,
    sorry, this does not work.
    With this code:
    <cfpdf action = "read" source = "dok_1.pdf" name =
    "mypdf">
    <cfdump var="#mypdf#"/>
    I get this result:
    Everything, but no text of the document.
    PDFDocument
    Application name of application
    Author bimbam Verlag GmbH
    CenterWindowOnScreen [empty string]
    ChangingDocument Allowed
    Commenting Allowed
    ContentExtraction Allowed
    CopyContent Allowed
    Created D:20080710
    DocumentAssembly Allowed
    Encryption No Security
    FilePath [empty string]
    FillingForm Allowed
    FitToWindow [empty string]
    HideMenubar [empty string]
    HideToolbar [empty string]
    HideWindowUI [empty string]
    Keywords [empty string]
    Language [empty string]
    Modified [empty string]
    PageLayout SinglePage
    Printing Allowed
    Producer [empty string]
    Properties [empty string]
    Secure Allowed
    ShowDocumentsOption [empty string]
    ShowWindowsOption [empty string]
    Signing Allowed
    Subject [empty string]
    Title Rheinische Angler-Zeitschrift
    TotalPages 1
    Trapped [empty string]
    Version 1.3
    Maybe i do not understand the cfpdf tag the right way.
    What i want is a kind of pdf-to-text conversion.
    Do I have to use the processddx action? I do not think so.
    But there is a property DocumentText .. ?

  • How to convert Amount which is in figure to words

    How to convert Amount which is in figure to words like :
    Rs 1005.70   into   'Rupees One Thousand Five and 70 Paise'
    Thanks
    kumar n

    hiii
    use FM
    SPELL_AMOUNT
    WA_AMOUNT = '10000'.
    CALL FUNCTION 'SPELL_AMOUNT'
           EXPORTING
                AMOUNT    = WA_AMOUNT
                CURRENCY  = PWAERS
                FILLER    = SPACE
                LANGUAGE  = 'E'
           IMPORTING
                IN_WORDS  = WA_SPELL
           EXCEPTIONS
                NOT_FOUND = 1
                TOO_LARGE = 2
                OTHERS    = 3.
    regards
    twinkal

  • Subject: Displaying key figures without currency unit in BEX reports

    Hello,
    Is it possible to display key figures without currency unit in BEx reports? For example; Material Costs 1000 EUR
    should be shown as 1000. Currency unit EUR and also scaling factor (*1000 EUR) does not interest us.
    When we use display options in query properties, we just see an option of displaying key figures with/without scaling factors, which does not solve our problem.
    Thanks for your reply.
    Regards,
    Nuran Adal

    Hi Eugene,
    thank you very much for your quick reply. We have very detailed reports with min. 10 columns, I should have defined 10 more formula columns to realize this (NODIM), but anyway there is no other way to do this, am I right?
    Best Regards,
    Nuran

  • How do I display the clipboard in Word 2008 for Mac?

    How do I display the clipboard in Word 2008 for Mac?

    I see that using the actual Adobe PDF Maker 9 toolbar seems to be working now.
    Thank you for your help!
    Kind regards,
    Tim

  • Why JTree node display text with uncomplete word with ...

    Some nodes with short word, for example Header, display uncompletely with ..., while some nodes display text with complete word which has more letters, for example Substation.
    Why?

    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",
    see http://homepage1.nifty.com/algafield/sscce.html,
    that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    Don't forget to use the "Code Formatting Tags",
    see http://forum.java.sun.com/help.jspa?sec=formatting,
    so the posted code retains its original formatting.

  • Displaying figures in words

    hi gentlemen....I wanna display figures in reports alongwith there value in words e.g $100 will be displayed as One Hundred Dollars Only....plzzz tell me that how can I accomplish this job in reports6i???thanx

    1) select to_char( to_date(5373484,'J'),'Jsp') from dual;
    2) tkyte@TKYTE816> create or replace
    2 function spell_number( p_number in number )
    3 return varchar2
    4 as
    5 type myArray is table of varchar2(255);
    6 l_str myArray := myArray( '',
    7 ' thousand ', ' million ',
    8 ' billion ', ' trillion ',
    9 ' quadrillion ', ' quintillion ',
    10 ' sextillion ', ' septillion ',
    11 ' octillion ', ' nonillion ',
    12 ' decillion ', ' undecillion ',
    13 ' duodecillion ' );
    14
    15 l_num varchar2(50) default trunc( p_number );
    16 l_return varchar2(4000);
    17 begin
    18 for i in 1 .. l_str.count
    19 loop
    20 exit when l_num is null;
    21
    22 if ( substr(l_num, length(l_num)-2, 3) <> 0 )
    23 then
    24 l_return := to_char(
    25 to_date(
    26 substr(l_num, length(l_num)-2, 3),
    27 'J' ),
    28 'Jsp' ) || l_str(i) || l_return;
    29 end if;
    30 l_num := substr( l_num, 1, length(l_num)-3 );
    31 end loop;
    32
    33 return l_return;
    34 end;
    35 /
    Function created.
    ops$tkyte@DEV816>
    ops$tkyte@DEV816> select
    2 spell_number( 12345678901234567890123456789012345678 )
    3 from dual;
    SPELL_NUMBER(1234567890123456789012345678901234567
    Twelve undecillion Three Hundred Forty-Five decill
    ion Six Hundred Seventy-Eight nonillion Nine Hundr
    ed One octillion Two Hundred Thirty-Four septillio
    n Five Hundred Sixty-Seven sextillion Eight Hundre
    d Ninety quintillion One Hundred Twenty-Three quad
    rillion Four Hundred Fifty-Six trillion Seven Hund
    red Eighty-Nine billion Twelve million Three Hundr
    ed Forty-Five thousand Six Hundred Seventy-Eight

  • .docx file received from a Windows user isn't displaying scientific writing in Word 2011 in OS X 10.6.8 - font or plugin problem?

    I've tried searching everywhere and found similar issues, but nothing exactly this. I'm trying to format a document which was created in a Windows version of Word (unsure which year). However, the document has some scientific writing and minor equations (I assume), and they're just displaying as blank boxes, as if the font isn't installed. It says they should be in Cambria Math.
    In Word 2011, Cambria and Calibri aren't displaying as installed fonts and they're listed as "heading fonts" separately in the drop-down, although they do show as all good in FontBook, and when I change to that font in the document, it does change to look like it's Cambria/Calibri. Highlighting and changing the font just changes it to code (ie: "PriBC", or "Cij", not a symbol) but it still says that it's "Cambria Math" after the change.
    After some research I tried installing a trial of MathType in case that helped them display. When I highlight the symbols in Word, the MathType plugin pops up to deal with it, but I still can't get it to change to equations - either they disappear completely if I click to convert it to professional display, or they turn into codes like the one mentioned above under letter display. Admittedly, I don't have experience with this, so I'm wondering if there's something I should be requesting of the other person, some extra bundle of information to save in with the Word file?
    There has also been one pop-up once that said that I didn't have Cambria installed on my system, which doesn't seem right, either.
    On the plus side, my font collection is tidier than it's ever been. But on the downside, I still can't figure this out! Either, do you have suggestions how I can fix it from my end, or what details or steps I should specifically ask of the other person? (They're not particularly computer-literate, which is part of the problem.)
    Thanks in advance.

    Update: I upgraded to Mavericks today (10.9.1) and since then, problem solved! Don't know why that was the magic fix, but it was.

  • How can I display the date a word document was last modified on my web page?

    I have lists of links to word documents on my web pages. I
    want to be able to show the date the word document was last
    modified next to each link. My pages are straight html.
    Thanks.

    >but I would have to go to each individual file (I have
    hundreds) and put this code on each link.
    No, you can use the FileSystemObject to get a list of the
    files in the directory. See if you can adapt this for your site:
    <link href="/CSS/dirlist.css" rel="stylesheet"
    type="text/css">
    <%
    Function FormatSize(SizeInBytes)
    if SizeInBytes > 1024^2 then
    FormatSize = formatnumber(SizeInBytes / 1024^2,2) & "
    MB"
    elseif SizeInBytes > 1024 then
    FormatSize = formatnumber(SizeInBytes / 1024,2) & " KB"
    else
    FormatSize = SizeInBytes & " Bytes"
    end if
    end function
    %>
    <%
    dim parts
    dim part
    dim BrowseLine
    dim RelLink
    dim i
    url = Request.ServerVariables("URL")
    Parts = split(URL,"/")
    for part = 1 to ubound(Parts)-1
    ' calc link
    RelLink = ""
    for i = 1 to ubound(Parts) - part - 1
    RelLink = RelLink & "..\"
    next
    If trim(BrowseLine) <> "" then
    BrowseLine = BrowseLine & "/"
    end if
    BrowseLine = BrowseLine & "<A href=" & RelLink
    & ">" & parts(part) & "</A>"
    next
    ' add "back" link
    BrowseLine = Browseline & "  " &
    "<A href='javascript:history.back();'><img
    src='/images/return.gif' border=0></A>"
    Response.Write "<P class = 'NavTop'>" & BrowseLine
    & "</P>"
    Dim fso
    set fso = server.CreateObject("Scripting.fileSystemObject")
    dim fldr
    dim fle
    %>
    <a href="../index.asp"><img
    src="../images/leftbanner.jpg" width="343" height="70"
    border="0"></a>
    <link href="/CSS/dirlist.css" rel="stylesheet"
    type="text/css">
    </p>
    <p></p>
    <table width="85%" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <th width="63%"><div
    align="left">   Document
    Name</div></th>
    <th width="14%">Size</th>
    <th width="23%"><div
    align="left">  Date</div></th>
    </tr>
    <%
    ' display folders
    for each fldr in
    fso.GetFolder(server.MapPath(".")).SubFolders
    %>
    <tr>
    <td class="FileName"> <a href='<%=
    fldr.Name %>'><img src="/images/folder.gif" border=0>
    <%= fldr.Name %></a></td>
    <td class="FileSize">  <%=
    FormatSize(fldr.Size) %></td>
    <td class="FileDate"><div
    align="left">  <%=
    FormatDateTime(fldr.DateLastModified,2)
    %></div></td>
    </tr>
    <%
    next
    %>
    <%
    ' display files
    for each fle in fso.GetFolder(server.MapPath(".")).Files
    dim ext
    ext = fso.GetExtensionName(fle.path)
    if (ext <> "asp") and (ext <> "scc") then
    %>
    <tr>
    <td class="FileName"> <a href='<%=
    escape(fle.Name) %>'><img src="/images/file.gif"
    width="14" height="16" border=0>
    <%= fle.Name %></a></td>
    <td class="FileSize">  <%=
    FormatSize(fle.Size) %></td>
    <td class="FileDate"><div
    align="left">  <%=
    FormatDateTime(fle.DateLastModified,2) %></div></td>
    </tr>
    <%
    end if
    next
    Set fso = Nothing
    Set fle = Nothing
    Set fldr = Nothing
    %>
    </table>
    <p><a href="/index.asp">Return to Home
    Page</a></p>

  • HT201263 I purchased an 1gen 16GB Ipod from a seller. The ipod only shows the connect to itunes logo when connected to computer. The display shows without the word itunes. I got error codes 1603 and 1604 and have followed all the steps that were shown on

    I purchased a 16gb ipod touch 1 gen and it wont restore or show the battery chaging icon. It shows the symbol of usb cable and what appears to be an itunes symbol without the itunes words being displayed. Upon trying to restore I have gotten error codes 1603 & 1604. I referred to the apple website for assistance and followed the steps to the letter with no results. So what else should I try or could I try because I have has no such luch thus far? I have held the home button and power button I tried to enter DFU mode but unsuccessful due to the screen boots with apple logo then immediately goes to the itunes screen and no further only when connected. Will not power on without usb connection have charged battery to see if it was the issue and no battery bar locator displays with or without being connected to PC.

    So you did all this:
    Error 1603: If you receive this error and the iOS device is not automatically placed into recovery mode, it may be necessary to do so manually. Refer to iPhone and iPod touch: Unable to restore for steps on placing iPhone into forced recovery mode. Also, remove the IPSW and attempt to restore again. If you do not want to remove the IPSW in the original user, try restoring in a new administrator user.
    Error 1604: This error is often related to USB timing. Try changing USB ports, uninstalling and reinstalling USB ports, and other available USB troubleshooting steps (troubleshooting USB connections, device not recognized properly, computer won't recognize a FireWire or USB device). If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode,put it into Recovery Mode.
    Restore and wait for error 1604.
    When prompted, click OK.
    Close and reopen iTunes while iPhone remains connected.
    iPhone should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    http://support.apple.com/kb/TS3694#error1603
    Did you try the last paragraph too?

  • Weird problems of figures with word to pdf conversion

    Platform: Windows Vista
    Word 2007
    Acrobat 9
    Q: I have some wmf format vector figures inserted into word file. When I convert the word file into pdf format using the built-in pdfmaker button in the word menu, the vector graphics all become bitmap type. If I use print to pdf commond, the graphics are still vector format. Because I want to retain the Heading markers and other bookmarkers in the converted pdf file, I prefer using the pdfmaker for the conversion.
    Does anyone know how to fix it? it used to work in my old computer with acrobat 8 and word 2003. Not sure whether it is a compatability issue.

    You may want to be open to issues of WORD 2007, particularly if using a docx format. It may not be the issue you are having, but I have found problems with WORD itself for graphics. In some cases, it will take a nice graphic and split it into parts when creating a PDF. I am not sure what all the issues are, but WORD 2007 seems to be part of the problem, not just Acrobat. In fact, I have seen WORD take a vector graphic and change the fonts to a graphic, rather then leave them as a font in such a graphic - that was with a docx file. I am not saying WORD is the problem, but be open to alternate explanations of what is going on.

Maybe you are looking for

  • Problem in sorting tableview line item

    Hi, I have only one main page with with one tableview. For example, i have the fields in header say field1, field2, field3, field4, field5. When i click the header of the field say field2, it sorts the line item which is in table display w.r.t field2

  • Bookmarks tab on Yahoo Toolbar won't show drop down list of Boolmarks?.

    I tried removing and reinstalling Yahoo Toolbar extension but still have problem.

  • Older version of LabView available?

    I would like to put together an "antique" data aquisition system utilizing an older DAQ board and an IBM AT machine that I have kicking around. It's just sort of a hobby thing rather than a serious instrumentation project. I have the board (NI Lab-PC

  • Screen capture error, using "ctrl command shift 4"

    when I captured the screen using "ctrl command shift 4", the captured picture is cracked. but when using "command shift 4", the captured picture is fine. like below How can I fix it?

  • Bookmarks and history function will not function

    i have tried all the ways to fix this and it has not fixed the problem. im not able to use either history or bookmarks. i do not use a security software so that was the other thing it suggested being the problem. please help