Forum Replies Created

Viewing 15 posts - 3,976 through 3,990 (of 4,234 total)
  • Author
    Posts
  • in reply to: V3 Rendering with 4.0.15 stuck at 6.5″ wide
    #35876

    File attached

    Attachments:
    You must be logged in to view attached files.
    in reply to: Technical questions / Troubleshooting
    #35885

    Hi,

    Is there any solution for adding total page number with $[total] outside footer and headers ? It currently doesn’t work with placeholders (see attachments).

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    in reply to: Technical questions / Troubleshooting
    #35889

    Hi,

    I have a fixed table layout using white-space: nowrap. So the table cell text should overflow into the next cell if it’s too long:

    <table style="table-layout: fixed; width: 175px; white-space: nowrap;"> <tr> <td style="width:75px; white-space: nowrap;">Overflow Description<sup>sup</sup></td> <td style="width:75px;text-align: right;">123</td> <td style="width:25px;">last</td> </tr> </table>

    It works if there is no nested element like the sup in the example. Also a span or other inline elements will not work. It seems that it is treated as a display:block element.
    HTML works as expected. The problem occurs in the PDF.

    Is there a workaround for this or maybe a fix?

    PD4ML version “4.0.15”.

    Thank you and best regards
    Daniel

    Attachments:
    You must be logged in to view attached files.
    #35899

    Hi! It was a bug in our code. A bugfixed snapshot build of v4.0.15fx2 is going to be available for download tomorrow.

    in reply to: Licensing / Purchasing of PD4ML
    #35909

    Can you please explain what it means when we acquire a license with the source code?

    1. What do we exactly get? Is it the source code with unit tests?
    2. Are we able to create a branch/fork to your source code repository?
    3. Can we freely use it when we make modifications / fixes?
    4. Are we acquired to provide the changes we made back to PD4ML?
    5. What does it mean for any updates that PD4ML releases? Do we get the source code of these updates or is it a onetime snapshot that is provided?
    6. When we get the source code, are we allowed to deploy/use this within multiple sites/services freely?
    7. Are we able to look at the source code first before we make the decision if we want to buy it? We want to evaluate the quality first before making a buy decision.
    8. Are we able to look at the source code first before we make the decision if we want to buy it? We want to evaluate the quality first before making a buy decision.
    9. Is it possible to talk to a technical salesperson to clarify our questions?
    in reply to: Questions regarding acquiring the source code
    #35910

    • What do we exactly get? Is it the source code with unit tests?

    By default it is a .JAR with the source code files. It makes debug process easier, but obviously not sufficient for branch/fork development.
    If you really feel confident and want to do the development, we’ll provide you with other resources (pom.xml etc).

    We cannot share the unit tests, as a lot of them are based on the customer’s input we are not allowed to disclosure. However the unit test infrastructure can be shared with you, so you can maintain your cases.

    • Are we able to create a branch/fork to your source code repository?

    We can integrate your changes/bugfixes only if you send us them in a form of a GIT patch + relevant testcases, so we can evaluate the update in our environment.

    • Can we freely use it when we make modifications / fixes?

    Yes, the SRC license agreement allows you to use the derived work as an integral part of your end-application.

    • Are we acquired to provide the changes we made back to PD4ML?

    You don’t have to, but we would be grateful if you share with us the bugfixes you did.

    • What does it mean for any updates that PD4ML releases? Do we get the source code of these updates or is it an onetime snapshot that is provided?

    Each build run on our side publishes the product JAR to the public Maven repo and to the downloads area, as well as the product JAR + SRC JAR to the password-protected Maven and downloads area. So you’ll have an access to the most actual and older src versions.

    • When we get the source code, are we allowed to deploy/use this within multiple sites/services freely?

    You are not allowed to re-distribute the product source codes in any form. But you can deploy the compiled derived binaries to your customers under the same terms as our original binaries.

    #35916

    Thank you for your quick response.
    I got the version pd4ml-bin-4.0.15fx2-SNAPSHOT.zip from https://pd4ml.com/v4/. ‘Last Modified’ is from 2022-12-13 03:47.
    Unfortunately it is not fixed. Also the whole table layout is more broken now.
    Did I get the wrong version?

    in reply to: Headers and footers rotated on page rotation
    #35917

    Hello,
    I have the same issue, could you tell when the version v4.0.15fx2 will be released?

    in reply to: Headers and footers rotated on page rotation
    #35921

    Hi! It is to be released within the next 10 days.

    in reply to: Technical questions / Troubleshooting
    #35938

    Ist there any support for (see CSS Paged Media Module) in PD4ML or is it planned?

    in reply to: Support and/or Experience using CSS Paged Media
    #35939

    We definitely plan to support the feature in a scope of further v4.1.x development, however the milestones are not defined yet.

    Most of the CSS Paged Media features are available (or simulated) right now via PD4ML API and proprietary tags.

    in reply to: Page rotate, reset, PDF width
    #35940

    I don’t even know you can rotate pages. How do you do that exactly? Which version are you using? iPad or Desktop?

    in reply to: Page rotate, reset, PDF width
    #35947

    Changing and resetting page orientation works fine but as soon as we try to increase table width to say 100%, or manually set width to anything > 1200 the entire PDF shrinks buy I would say 20% ending with a lot of white space on the right-hand side of the document.

    Hi Mario,
    an illustrative sample (HTML + resulting PDF) would help a lot to understand the issue.
    Can you prepare and share one with us?

    in reply to: Page rotate, reset, PDF width
    #35948

    It turns out that as soon as I set table width to 100% (in page which is in landscape mode) first page of the PDF shrinks by some 20%.
    What fixes first page is to set table width also to 100% but then all columns in that page must also be set to a percentage value, pixels will not work as page will remain shrunk. This is very inconvenient as if you copy-paste HTML into an external editor and resize columns, tab widths will automatically be rest to pixel values which again means that page will be shrunk.
    I suppose one thing to try is to hardcode landscape page table width to a pixel rather than percentage value but that is hardcoding and I don’t really like to do that.
    I will play with it a bit more, I was hoping that somebody came across this already. If I find a usable solution I will post it here.

    Just out of interest, if you have the time, try setting orientation of one of pages to landscape then set table width of that page to 100%. Try generating document and let me know if first page shrinks, it will be much appreciated.

    Cheers
    -M

    #35984

    Hi! It was a bug in our code. A bugfixed snapshot build of v4.0.15fx2 is going to be available for download tomorrow.

    Is there anything new about this?

Viewing 15 posts - 3,976 through 3,990 (of 4,234 total)