Acrobat XI alignment issue first and second line of paragraph

Converting from html in Windows 7 - same result in IE and FireFox: First line of paragragh hangs about 3 pixels left and when I hit text edit the first line is in text box all buy itself with rest of paragraph in a separate text box. Had a co-worker who has Acrobat 9 reproduce and his is one text box as expected so issue is not in html code.
Looks like a bug to me!

https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform 
Be well...

Similar Messages

  • 2nd loop  combined the first and second statement lines...why?

    I wrote this program to calculate the price. I want to have users to enter the item name and price continuesly, then once the hit 'f', it will give them the total. I was able to enter the first item and price but then the second time around, this is what show on my screen:
    Item to purchase (enter F when finished): price for this is:
    It combined the first and second lines in one line. I can't figure out why.
    Please help.
    This is part of my code below:
    for (;;)
    String F ="F";
    System.out.print("Item to purchase (enter F when finished): ");
    item=sc.nextLine();
    if(item.equalsIgnoreCase (F))break;
    System.out.print("Price of this "+ item +" is: ");
    price=sc.nextDouble();

    Insert a sc.nextLine(); before the nextDouble.
    And insert a "\n" at final of System.out.print string.
    for (;;)
    String F ="F";
    System.out.print("Item to purchase (enter F when finished): \n");
    item=sc.nextLine();
    if(item.equalsIgnoreCase (F))break;
    System.out.print("Price of this "+ item +" is:\n ");
    price=sc.nextDouble();
    sc.nextLine();
    }

  • Calendar first and second alerts switch on their own

    Hi, I've been having this problem for a while with my iPhone 4, wondering if anyone can help.
    I've tried looking if there's already a thread for this issue, but couldn't find one -- maybe I'm just not using the correct keywords.
    Every time I set my first and second alerts on my calendar appointment and saved them, they seem okay, but 2 minutes later when I go back to the same appointment, the first and second alerts switch on their own, e.g.: I set first alert to go on 2 hours before and second alert to go on 1 hour before the appointment. Save. When I return 2 minutes later, first alert turned to 1 hour before and second alert 2 hours before.
    Which is silly, since who needs their second alert to be farther than their actual appointment? Even iphone knows this and cancels the second alert altogether. By the time I've been alerted, I only have an hour to get ready for my next appointment.
    Anyone has encoutered this problem and has successfully solved them? I've tried setting my default time zone under setting to local, and even turning off iCloud, to no success.
    Any suggestion is greatly appreciated. Thanks.

    I have found what appears to be a resolution to this issue, when I add an event and I select the event time, the date time scroller opens up allowing me to select the time of the event.
    The issue occurs when I leave this selector expanded and continue to set the event properties. When the time selector is still open and you select the alert times, it swaps the alerts every time. When you collapse the event time selectors before choosing the alert times, the alerts are not switched.
    This bug appears to be an issue with the scrolling selector form item if there is more than one open it appears to error out.
    If you don't know how to collapse the event time selector, once you have selected the time, click on the date/time that is in red text just above it and it will collapse the selector.
    Hopefully this fixes the issue for others, and it is ridiculous that this has gone one for so long, not a good way to keep your customers Apple, my wife was so aggravated at this that she was about to cancel her iPhone.

  • Requirement to print data of first and second report of an ALV at once

    Hi,
    I have an interactive ALV report in which on double click of any of the record on first report, its details get displayed in second report. My requirement is to print all the data (of first and second report) at once.
    Kindly tell me how can I achieve this functionality.
    Regards,
    Seema Naharia

    Hi Seema,
    Try with this FM 'REUSE_ALV_HIERARCHICAL_LIST_DISPLAY'.   
    Regards,
    Sujatha B.

  • How to get the first and second quarter from CRT

    Dear Freinds,
                    I have one scenario , the Functional SPEC says Read the payroll results and from the CRT  get all the 4 quaters
    for the wage type /5UH  and sum them and then pass on the to field in the main strucutre.
    Iam using the FM HR_GET_PAYROLL_RESULTS
      CALL FUNCTION 'HR_GET_PAYROLL_RESULTS'
        EXPORTING
          pernr                         = fp_v_pernr
          permo                         = fp_v_permo
          pabrj                         = fp_v_pabrj
          pabrp                         = fp_v_pabrp
          actual                        = 'A'
        TABLES
          result_tab                    = i_payresult
        EXCEPTIONS
          no_results                    = 1
          error_in_currency_conversion  = 2
          t500l_entry_not_found         = 3
          period_mismatch_error         = 4
          t549q_entry_not_found         = 5
          internal_error                = 6
          wrong_structure_of_result_tab = 7
          OTHERS                        = 8.
    Iam collecting all the Actual Result (current result) values
    on the selection screen iam passing for month april (04 2008)
    so this falls in the second quater .
    the internal table   i_payresult is picking up only the second quater (01-04-2008 to 30/04/2008 )  ,but since on the selection screen iam pasing as other period (04 2008) the internal table  i_payresult  returing from the FM  (HR_GET_PAYROLL_RESULTS) only   picks the second quater,
    could any one let meknow how i can pick up the first quarter as well and add the first and second quater to mee the requirement .
    Please help me in this regard
    Thanks & regards
    maduri

    Hi Manoj,
                 Thank you for giving me idea for going further  regarding this problem , so my final question for this is
    as per FS they said they are going to enter the payroll
    area and the other selection as 04 2008 
    In order to achieve the first quarter , because 04 2008 means they are going to enter for the second quarter , the payroll results will come only for second quarter and not for the first quater , if they want to sum all the two quarters then they shouldnt pass on the selection screen   the dates as 04 2008, instead they has to pas
    01 01 2008 to 30 06 2008 , as there is no point in they passing as 04 2008 as we are going to consider from 01 2008 to 062008 .   Please correst me if am correct regarding the dates passing on teh selection screen
    or if the user enters on theslection screen still enter 04 2008 and will be  able to acheive the first quarter ??
    Please answer me this point before i can change the logic of the code and tell to my FO regarding this point.
    thanks & regards
    Madhuri

  • First and second letters reversed when I type

    Is anyone else finding this? When I type, quite frequently the first and second letters are reversed. It happens across programs, and only started after I installed Lion. I assumed it would be a temporary bug, but it persists, annoyingly.

    What version of FireFox are you using?  Try upgrading.
    https://discussions.apple.com/message/15121441#15121441

  • Display either ( first and second page ) or only second page on smart form

    Hi All,
    There is a requirement in which we get Program name and smart form name from table TNAPR.Now the smart form contains 2 pages.We have to check condition in the program and based on the condition we have to Display either ( first and second page ) or only second page of the smart form.
    Can any one please tell how to solve this .
    Tahnks in advance.

    SSFCOMPOP-SPONUMIV-->Number range number
    SSFCOMPOP-TDPAGESLCT-->Pages selected for printing
    Data: t_out type ssfcompop.
    If COndition.
    t_out-sponumiv = 'Number Range'.             " 1-2  or 2
    ESLE.
    t_out-sponumiv = 'Number Range'.
    ENDIF.
    OR:
    If COndition.
    t_out-TDPAGESLCT = '2'.        " Else Bot pages will print      
    ENDIF.
    Pass T_out to the function module.
    CALL FUNCTION 'FORM'
        EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
    OUTPUT_OPTIONS             = t_out
    *   USER_SETTINGS              = 'X'.
    Regards,
    Gurpreet

  • BT Infinity and second line

    I am having infinity installed on monday along with a new second phone line, i cant seem to get a straight answer from anyone, all i want to know is will the second line and my infinity be installed on monday or will i have to wait a week or two for the new line to be setup.
    I have rung customer service and they said the whole installation will be done on the same day.
    I did order on the 13th March if that makes any difference.

    The majority of issues being reported on these forums with regards to installation relate to people who are transferring their existing line from another provider back to BT. Who then find there is a delay between transfer and Inifinty installation.
    Don't think I have yet read an issue related to delay on a new line. Hopefully your be ok.
    BT Infinity (EASTF) 58.93/15.94 Mbps [IP Profile: 60.8/20 Mbps] using Openreach Modem & Billion BiPAC 7800N

  • Qosmio F30-117 - Display issues - red and green lines

    Hi there,
    I have a qosmio F30-117 and up to recently, I was delighted with everything about it.
    Then, mid session, the graphics began to deteriorate, which a reboot fixed.
    Then a few days later, it did it again and this time when I rebooted it came up with a corrupted display, lots of aa's all over the place then lines of red and green all over.
    Managed to get in by selecting safe mode with networking and got a desktop although still with the red and green lines all over it.
    Now its gotten worse still, when I boot up the laptop screen itself is blank, its getting something because it isnt totally black like it is when its powered off, but its blank.
    As a check I connected an external monitor and managed to get in again to safe mode with networking, but its still very bad, and still has the red and green lines all over.
    I started to have a look around on the good old www and there are numerous posters and articles with problems, and lots mentioning the red and green lines etc...
    so Im not alone, but no-one seems to know exactly what it is.
    Some have mentioned Toshiba acknowledging this as a problem and doing repairs even if out of warranty.
    So, any ideas, any advice, and does anyone know if Tosh have indeed accepted the problem and offering any help??
    Thanks in advance

    Hi
    I think it's a common problem in the Qosmio F30 models. After long term use, the soldering balls under the GPU chipset start to melt down because of the over heat and the bad soldering quality that was used with the F30 model that cannot resist high temperature. Now you have to replace the motherboard, since the GPU is build within the motherboard.
    However, there is another two solution for this problem and cost less money amount:
    1- do what is called a "heat reflow" for the VGA chipset: to do this you have to take the motherboard out and heat the VGA chipset on the motherboard with a heat gun or you can bake it in the oven for a few minutes at low temp, this will make the soldering balls melt and go back to there right position. However, you need to keep in mind that this solution is temporary and will last maybe for month then you have to do it again and again till you ruin the GPU and then the only solution will be to buy another motherboard. So I don't recommend that you do that at all, but if you don't want to spend a lot of money on a new motherboard this will help you to recover your data, even though there is more easier solution to do the recovery.
    Anyways, you can go to youtube and search the term "VGA heat reflow " to see how people do it.
    2- send your motherboard to a repairing service that can do what is called reballing: what they do is that they will replace the soldering balls under the VGA chipset with new ones that can resist high temp. and this solution is permanent and even in the future you don't have to worry that the same problem will happen again since the new soldering balls can take high temp change. I do recommend this solution even more than buying a motherboard, since the motherboard that you will get will generate the same problem after few years.
    you can find this type of repair service online if you googled the term "VGA reball repair" or you can find it on ebay
    If you decided to replace the motherboard I think you will not be able to find a new one, and in case you found one it will be more expensive than a new laptop, but still you can find used motherboard for your qosmio on ebay or online. so you need to do a search and find out what fits your budget or maybe it's better to buy a new laptop.
    Sorry about your qosmio, and hope that my post will help you!

  • VBA Merge PDFs - Error when first and second PDF are the same

    Using http://khkonsulting.com/2009/03/adobe-acrobat-and-vba-an-introduction/ as a guide, I am able to successfully merge multiple pdf's together into one document using VBA (Access mdb), except when the PDF being merged to has the same name as the next PDF.
    Here's my scenario.  An Access table is updated with a list of reports that need to be printed.  All of these reports are PDF's.  I loop thru this table and merge the PDF's according to an identifier, then print the group.  There are times
    when there are multiple copies of the same report for an identifier.  If the PDF being merged to has the same name of the PDF being merged, an error occurs.  How can I handle this situation?
    Sample data:  This identifier (ESO and Pulling) needs to merge these PDF's (Aaa.PDF) together which happen to have the same name.  Aaa.PDF is trying to merge Aaa.PDF and this throws an error.
    Aaa.PDF ESO  Pulling
    Aaa.PDF ESO  Pulling
    This identifier merges fine despite having the same PDF twice.  But the first PDF is not named the same.  Xxx.PDF is the first PDF and merges the next two into it.  The last two
    are named the same.
    Xxx.PDF  916  Pulling
    Bbb.PDF  916  Pulling
    Bbb.PDF  916  Pulling
    Code:
    pdfDoc1.Open (filesToMerge(1))
    numPages = pdfDoc1.GetNumPages()
    Set pdfDoc2 = CreateObject("AcroExch.PDDoc")
    Dim i As Integer
    For i = 2 To intNbr - 1
    pdfDoc2.Open (filesToMerge(i))
    If pdfDoc1.InsertPages(numPages - 1, pdfDoc2, 0, pdfDoc2.GetNumPages(), True) = False Then
    MsgBox "Cannot insert pages"
    End If
    pdfDoc2.Close
    Next i
    If pdfDoc1.Save(PDSaveFull, "C:\....\ReportPacket__" & Trim(CStr(intReportCount)) & "__" & ... & ".pdf") = False Then
    MsgBox "Cannot save the modified document"
    End If
    pdfDoc1.Close
    The pdfDoc1.InsertPages command fails, displays "Cannot insert pages", then displays "Method 'Close' of object 'CAccroPDDoc' failed.
    Thanks for any help or advice.

    Hi
    As far as I know, Access didn't provide such method. But I think you are able to achieve this goal through some 3rd party PDF component
    Hope this will help you.
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need to 5 spaces before each paragraph and  5 lines between paragraphs

    Hello,
    I need to write a program to insert 5 spaces (indent) before each 1st line of the paragraph and 5 spaces between each paragraph....I am new to java so I don't understand everything I write and I try and use what is out of the book...so far have done well until this assignment. My program below does create a new history.d2 file but it is blank....anyone have any input to offer or can you help me understand where I am going wrong in the program....thank you kindly.
    I am playing with the program now just to see if I can find my error but of course don't fully understand the function of every line so having trouble finding my error.....at the end of my program is the file of what I am trying to edit into the new file history.d2.
    import java.io.*; //import class we need in order to read from a file
    import java.util.Scanner; //import class we need in order to read from a file
    public class History     //class History
         public static Scanner inFile;
         public static PrintWriter outFile;
         public static void main(String[] args) //main method
              throws IOException //a pre-defined Java exception - if file history.d1 not found, throws IOException error
              String inputString;
         //     int index;
              Scanner inFile= new Scanner(new FileReader("history.d1")); //it opens history.d1
              PrintWriter outFile=     new PrintWriter(new FileWriter("history.d2")); //instantiates an output file with the name "history.d2"
              while (inFile.hasNextLine())     
              inputString=inFile.nextLine();
         //     index=inputString.indexOf(' ');
         //     while (index != -1)
              if (inputString.length()!= 1)
                   outFile.println(" ");
              else if (inputString.length() == 1)
                   System.out.println();
                   System.out.println();
                   System.out.println();
                   System.out.println();
                   System.out.println();               
                   outFile.close();
                   inFile.close();
    history.d1 file:
    The Abacus (which appeared in the sixteenth century) was the
    first calculator. In the middle of the seventeenth century
    Blaise Pascal, a French mathematician, built and sold gear-
    driven mechanical machines which performed whole number
    addition and subtraction. (Yes, the language Pascal is named
    for him.)
    Later in the seventeenth century a German mathematician
    Gottfried Wilhelm von Leibniz built the first mechanical
    device designed to do all four whole number operations:
    addition, subtraction, multiplication and division. The
    state of mechanical gears and levers at that time was such
    that the Leibniz machine was not very reliable.
    It wasn't until the nineteenth century that the next major
    step was taken, this time by a British mathematician.
    Charles Babbage designed what he called his analytical
    engine. His design was too complex for him to build with the
    technology of his day, so his design was never implemented.
    His vision, however, included the important components of
    today's computers. His design was the first to include a
    memory so that intermediate values did not have to be re-
    entered. His design also included the input of both numbers
    and mechanical steps on a type of punched card developed in
    the late eighteenth century by Joseph Jacquard to be used
    with a mechanical loom.
    Ada Agusta, Countess of Lovelace, was a most romantic figure
    in the history of computing. Ada, the daughter of Lord Byron
    (the English poet), was herself quite a mathematician. She
    became interested in Babbage's work on the analytical engine
    and extended his ideas (and corrected some of his errors).
    Ada is credited with being the first programmer. The concept
    of the loop--a series of instructions that repeat--is
    attributed to her. Ada, the language used by the Department
    of Defense, is named for her.
    During the later part of the nineteenth century and the
    beginning of the twentieth century advances were made
    rapidly. William Seward Burroughs produced and sold a
    mechanical adding machine (that worked!). Dr. Herman
    Hollerith developed the first electro-mechanical tabulator
    which used a punched card. Data was represented by holes
    punched on the card in certain positions. Descendants of
    this card are still in use today. Dr. Hollerith formed a
    company that is known today as IBM.
    In 1936 a theoretical development took place that had nothing
    to do with hardware per se but profoundly influenced the
    field of Computer Science. Alan M. Turing, another British
    mathematician, invented an abstract mathematical model called
    a Turing machine, laying the foundation for a major area of
    computing theory.. The most prestigious award given in
    Computer Science (equivalent to the Fielding Medal in
    Mathematics or a Nobel Prize in other sciences) is the Turing
    Award, named for Alan Turing. A current Broadway play deals
    with his life. Analysis of the capabilities of Turing
    machines is a part of the theoretical studies of all Computer
    Science students.
    By the outbreak of World War II, several computers were under
    design and construction. The Harvard Mark I and the ENIAC
    are two of the more famous machines of the era. John von
    Neumann (an American mathematician this time) who had been a
    consultant on the ENIAC project started work on another
    machine known as EDVAC which was completed in 1950. In 1951
    the first commercial computer, UNIVAC I, was delivered to the
    Bureau of the Census.
    Von Neumann is credited with the development of two very
    important concepts. The first is that the instructions that
    operate the machine should be stored in the machine along
    with the data to be operated on. The second is that data
    (and instructions) should be represented in the binary number
    system rather than the decimal number system.
    The general organization of a computer has remained constant
    over the last 40 years. This organization or architecture is based
    on the ideas of von Neumann and bears his name. The
    essence of this architecture is sequentiality. That is,
    instructions (a program) are stored in sequential memory
    locations in binary form and are executed in sequence, one
    after the other.

    Each paragraph is terminated in your text file by a newline character. So effectively what scanner.readLine() is doing is reading a paragraph of text.
    1. Read paragraph into String (readLine())
    2. Print or prefix 5 spaces to String.
    3. Print 5x newline character
    Mel

  • Transparent captions and extra line spacing

    When I use transparent captions, the published version
    sometimes shows some extra line space between the first and second
    lines. The remaining lines are spaced evenly, but the first one has
    too much space, which looks strange. How do I make that go away?
    lae

    I just had this same issue. Did you, by chance, do a copy
    & paste into the text caption? That's what I did with exactly
    the result you're experiencing. For marketing/flow purposes I
    couldn't change my font, so for me that wasn't the issue. I did,
    however, retype the entire caption and that solved my issue. Maybe
    this will work for you as well.
    Good Luck,
    -B

  • Link between actual ship date of an item and schedule line in Sales Order

    So, we are developing a custom report that compares actual Ship Date (Goods Issue Document MKPF-BUDAT) and the date the item should've been shipped (Schedule Line Date).
    I am able to link the GI Document to Delivery Document and can then link to Sales Order Number/Item Number.  However, a line item can have multiple schedule lines.  What logic can be put in the mapping so that the correct scheduling line is picked for the GI date to be compared against?
    Example:
    Sales Order 123
    Item 10 Product X - Quantity 10
    Schedule Line 1: 11/15/2014 8 pieces
    Schedule Line 2: 12/15/2014 2 pieces
    Let's say first shipment gets delayed 2 months and ships 1/15/2015
    Due date in report should know to select 11/15/2014 to calculate that shipment was late 60 days
    Any way to link delivery document to a specific schedule line??
    Thanks!!

    Hello,
    Just did similar development for customer report. List of deliveries based on sales order number and sales order line item numbers. Sort these deliveries either with number or actual goods issue date. Compare goods issue quantity with schedule line quanity and start allocating deliveries to schedule line. For example
    Schedule line 1 - 10 MT, Schedule line 2 - 5 MT. Now you have created 3 delivery. First with 7MT, second with 5MT and third with 3MT. Your first delivery will be for first schedule line. Your second delivery is for first and second schedule line and your thrid delivery will be for second schedule line
    Regards,

  • SAP script printout alignment issue

    Hi Experts,
    I have facing one Script Printout Alignment issue.
    SAP Script Form printing some Values in Table format.
    While debugging( in debug mode ), I am getting the correct Alignment ( Proper table format with values ).
    But in printout the Alignment( The vertical and horizontal lines are not printed properly ) is not correct.
    Thanks in Advance.

    HI Glen Anthony,
    I am not using any printer details.
    from the Spol (SP01) I am checking the print priview.
    Success in debug mode but not in Print.
    Please suggest.
    Thanks

  • Loading part of a applet first and init

    Hi,
    I'm developing a applet and currently the size of it quite large. so i want to divide applet into two parts and hope to load one part of applet first and second part is downloading while first part is running.
    the main problem here is, this applet should be run on MS VM (jdk 1.1.8). i have some idea to copy second jar file to local machine classpath and then access it on demand. in this case, seems jar is need to copy local machine before applet is loaded.
    please help me to resolve this problem......
    Janath

    Hi,
    1.Please make sure the update deployment is show up on the Deployment tab(Assets and Compliance -> Overview -> Devices -> the specific client properties)
    2.Check PolicyAgent.log on the client to see whether the specific client have received the deployment policy. If not, try to run the Actions about software updates on the Configuration Manager Properties from the client.
    3.Examine UpdatesDeployment.log, UpdatesHandler.log. UpdatesStore.log on the client.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Correct termocouple reading by VI channel test panel but not by DAQ wizards.

    1. I am getting correct termocouple readings when using the virtual channel test panel, but not when using labView software created by the DAQ wizards. why and how to solve it? 2. I am unable to switch on 6V relay using DAQ card's output voltage but

  • Linking Query group to an SAP role

    I am able to link the Query group to the role but when we test the user does not have access to it. I know this used to be a problems years ago that I thought was fixes. Any ideas on how to get this to work?

  • Adobe Ideas files disappeared.

    I'm having an issue with disappearing Idea files.  I've been using Adobe Ideas for a while now on my personal iPad, and I've been working on a second iPad to create illustrations for work.  Both iPads are signed into the same Adobe account.  Last wee

  • IE and ActiveX

    I'm working on a site for a client right now and I want to do the navigation in Flash, however, every site I've ever done since SP2/the new IE always has that anoying security bar come up, and along with the "Click here to activate this control" stuf

  • I need to test NI-Switch card and Scope Card

    I have a PXI-2509 NI-Switch Card and PXI-5112 Scope card,i want to test both the cards.