pdf layout non fixed with default settings

0
Hi,
I keep having the same trouble as other users, even if it is using a logo width of 25%, in fact, it seems nothing have changed.

Best regards
Un saludo
Responses (9)
  • Accepted Answer

    Friday, February 26 2016, 11:27 AM - #Permalink
    0
    hello

    this image you send is all blurred.. I cant' see anything!
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 11:34 AM - #Permalink
    0
    Hi,
    Now it is better (it was beacuse of displayed data)

    Un saludo
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 11:38 AM - #Permalink
    0
    Script
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 11:40 AM - #Permalink
    0
    with on a TD does not work like this, it only works in pixels (and without unit)
    try setting the width on the IMG and on the TD, both in pixels (try for example width="200" )
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 11:44 AM - #Permalink
    0
    Does not work :(
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 11:46 AM - #Permalink
    0
    I get the same result

    This is my script:


































    [[FROM]] {from_name}
    [[ADDRESS]]

    {from_address}
    [[EMAIL]] {from_email}
    [[FISCAL_NUMBER]] {from_num}
























    [[INVOICE_NUM]] {invoice_num}
    [[INVOICE_DATE]] {invoice_date}
    [[DUE_DATE]] {invoice_duedate}
    [[INVOICE_TOTAL]] {total}
    [[STATUS]] {status}


























    [[BILL_TO]] {to_name}
    [[ADDRESS]]

    {to_company}

    {to_address}

    {to_zipcode} {to_city}

    {to_state} {to_country}
    [[EMAIL]] {to_email}
    [[VATID]] {to_vatid}
    [[PHONE]] {to_phone}


    [[ITEMS]]


























































    [[SKU]] [[DESCRIPTION]] [[UNIT_COST]] [[QUANTITY]] [[DISCOUNT]] [[TAX]] [[PRICE]]
    {sku} {name}

    {desc}
    {value} {amount} {discount} {tax} {item_total}
    [[DISCOUNT]] {discount}
    [[SUBTOTAL]] {subtotal}
    {name} {value}
    {name} {value}
    [[TOTAL]] {total}

    [[PAYMENTS_RECEIVED]]
































    [[PAYMENT_DATE]] [[DESCRIPTION]] [[STATUS]] [[AMOUNT]]
    {payment_datetime} {description} {payment_status} [[VIEW_DETAILS]] {amount}
    [[TOTAL_AMOUNT_PAID]] {total_payments}

    [[PENDING_PAYMENTS]]
































    [[DUE_DATE]] [[DESCRIPTION]] [[STATUS]] [[AMOUNT]]
    {duedate} {description} {payment_status} [[PAY_NOW]] {amount}
    [[AMOUNT_OUTSTANDING]] {amount_outstanding}

    [[NOTES]]

    {notes}

    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 11:47 AM - #Permalink
    0
    please READ what I'm telling you. I told you "without units"
    and I have you an example. width="200"

    you are adding "px" to it. don't. just width="200", not width="200px"

    and add it to the IMG element too.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 26 2016, 12:28 PM - #Permalink
    0
    Hi,
    I did not notice. It worked but I do keep having the problem of text (just because of I send to 2 email accounts).
    And now, the data on the left side (who bills) is not in a good position (like it was before). Should I use

    or
    or something similar?

    Gracias

    The reply is currently minimized Show
  • Accepted Answer

    Monday, February 29 2016, 11:17 AM - #Permalink
    0
    in this case you could try to add some class to the "box" on the right, such as "overflow:hidden" to avoid that problem
    The reply is currently minimized Show
Your Reply