Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 4,234 total)
  • Author
    Posts
  • in reply to: Inconsistent character font family on list
    #29680

    Any news about this topic?

    Thanks in advance.

    in reply to: Inconsistent character font family on list
    #29681

    Is the issue still reproducible with PD4ML v395?

    in reply to: Break line in dynamic values
    #29722

    we are using version 395fx3

    The option for the paid feature is something that we may afford.
    Could you please give me more details on what is the function you can develop ?

    in reply to: Break line in dynamic values
    #29723

    As by “ericntestnbreakline” syntax there is a probability of a backslash un-escaping or misinterpreting in some environments (or in CLI), it is safer to support “eric
    test
    breakline” syntax. However ideally we’ll try to support both.

    In this particular case the given dynamic value will be represented as three lines of text in the resulting PDF.

    in reply to: Break line in dynamic values
    #29724

    Support for syntax “eric
    test
    breakline” is nice for me

    How can we proceed ?

    in reply to: Break line in dynamic values
    #29725

    We could start the development on Monday. If there is no pitfalls found and we are sure about the delivery time, I’ll let you know and provide you with payment options. As soon as the feature is ready, we’ll send to you a tested build by email.

    in reply to: Inconsistent character font family on list
    #29682

    Yes, unfortunately it still happen in some cases and reproducible with v395. Mainly with characters with accents.

    in reply to: Break line in dynamic values
    #29726

    Many thanks,
    could you please get back to me with payment options

    Thanks

    in reply to: Break line in dynamic values
    #29727

    We’ve just implemented a support for multi-line dynamic values.

    Now
    markup can be used in a dynamic value to force a line break.

    I’ll send you a preview build by email to be tested on your side during our QA phase.

    in reply to: General questions / FAQ
    #27011

    Hello,

    I’m currently trying to create a simple PDF-file as a valid PDF/A-form. I can use the pd4ml_rc.jar just fine and can access the generatePdfa(true), but when I do this to the file, it does not generate a valid PDF/a-document.

    Do I need to add metadata manually through pd4ml.addMetadata?

    By just using the generatePdfa-method, I only get some metadata, but nothing about color profiles and my creator comes up as a bag container instead of the required seq container.

    I couldn’t find a simple example about PDF/A-generation in your support, so could you possibly post a working code example of the process?

    Thank you in advance

    in reply to: HTML/CSS rendering issues
    #27012

    I am trying an evaluation copy of PD4ML 3.9.5, using pd4ml_demo.jar to convert an HTML document from a command line.

    The HTML includes a

    in reply to: Failure to render font-variant
    #29728

    The CSS property is currently not supported. We’ve just implemented in in the dev build. An updated version is going to be available next week.

    in reply to: Troubleshooting
    #27013

    I tried to print nearly 85000 characters at a time to pd4ml it is showing as blank PDF. Any solution for this. I am using pd4ml-385.jar.

    When i used pd4ml_licensed it is printing perfectly. I’m facing this issue only when i’m using pd4ml-385.jar

    #29730

    PD4ML does not limit input HTML size. Please publish a Java code snippet and an HTML sample to illustrate the issue.

    Also I have no idea what you mean under “pd4ml_licensed”. Please provide some more details.

    in reply to: General questions / FAQ
    #27014

    Is there a way to get a header to print alongside or embedded with the page text? I am trying to create a report where the “header” information including the page number prints along the left side of the page.
    The following uses absolute positioning, but the output text is clipped. The header height seems to have a fixed maximum of about 1/3 the page height and I cannot get the body text to display correctly alongside this header. (I ran this with real text embedded the html snippet below is just a simple example)
    <br /> <pd4ml:page.header height='10px'><br /> <div class='ise_special'><br /> <span>my header text including page numbering</span><br /> </div><br /> </pd4ml:page.header><br /> <div class='ise_body'><br /> <span>This is the body text</span><br /> </div><br />
    With this CSS
    .ise_special
    {
    position: absolute;
    word-break: break-all;
    top: 1px;
    left: 1px;
    width: 42px;
    height: 400px;
    z-index: 20;
    border-width: 1px;
    border-style: solid;
    border-color: #00FF00;
    }
    .ise_body
    {
    position: absolute;
    left: 45px;
    width: 200px;
    overflow: hidden;
    text-overflow: clip;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #00FFFF;
    }

Viewing 15 posts - 2,851 through 2,865 (of 4,234 total)