Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 4,234 total)
  • Author
    Posts
  • in reply to: Problems with multi-language characters/unicode
    #28373

    This may be because of the fonts available for PDF generation.

    in reply to: General questions / FAQ
    #26591

    Hi,
    I want to create PDF/A by using Pd4ml jar.
    Currently i have pd4ml.volume.371b9 version which supports PDF/A.
    I have read on http://pd4ml.com/reference.htm#8
    for PDF/A support.
    Is is mentioned there that PDF/A generation mode requires pd4ml_rc.jar is in the same directory where pd4ml.jar is.
    From where should i get pd4ml_rc.jar ?
    Also for PDF/A there are two conformance levels.
    1) PDF/A-1a
    2) PDF/A-1b
    But PDF/A generated using Pd4ml jar is of which conformance level?

    Please Reply.

    Thanks
    Amol B.

    in reply to: PDF/A generation using PD4ML jar.
    #28622

    > Currently i have pd4ml.volume.371b9 version which supports PDF/A.

    It is not quite correct. You own the regular volume license. There is also “PD4ML Volume DMS Edition”, which adds PDF/A support. (Its distribution includes pd4ml_rc.jar).

    > PDF/A generated using Pd4ml jar is of which conformance level?

    For the time being it is PDF/A-1b. We plan to implement tagged PDF output for PDF/A-1a conformance.

    in reply to: PDF/A generation using PD4ML jar.
    #28623

    Hi,
    Thanks for reply.

    From where should i get “PD4ML Volume DMS Edition” ?
    I can see the list of Pd4ml versions under Download menu .
    http://pd4ml.com/download.htm
    So which is the “PD4ML Volume DMS Edition” from this list.?

    Also can you provide some link or document where i can refer how to generate PDF/A using Pd4ml APIs.

    Thanks
    Amol B.

    in reply to: PDF/A generation using PD4ML jar.
    #28624

    “PD4ML Volume DMS Edition” is a separate product. Its evaluation versions are not available for trial download. We send them by request. Please contact support pd4ml com if you are interested in. There are license upgrade options.

    In order to force PDF/A output you only need to trigger

    pd4ml.generatePdfa(true);

    in reply to: Images not working
    #27448

    would you make a more descriptive example, i try to find a solution but i didnt. If you publish an example with code on Java. Thanks

    @PD4ML wrote:

    > I have 3 environmnets, set up identically on 1 sun unix server running websphere6.1.

    Websphere implements SSL a proprietary way (the classes are not derived from the standard Java’s SSL classes), thus as a rule an attempt to load HTTPS resource from PD4ML in such environment causes ClassCastException. So I wonder how it works on the 2 servers.

    If the images are stored on the same server, where PD4ML runs, it makes sense to avoid any network interactions by the image loading. The best way would be to trigger useServletContext() method of PD4ML and to use absolute web paths () in the source HTML documents.

    Base URL definition most probably needs to be suppressed there.

    in reply to: Deployment / Configuration issues
    #26593

    Hi,

    I’m actually developing with your awesome tool but i have a question. Some sheets of my document need to be configurated on portrait and some of them on landscape (in the same document). There’s some way to do that.

    Im working with JSP and JAVA calling the methods of the pd4ml classes.

    My company its very interested on buy a license of your tool so help us to make a good presentation. thanks

    in reply to: Landscape and portrait on the same document
    #28626

    The default page orientation can be changed by a parameter of tag. It could be defined in HTML/JSP code like that:

    [language=xml:5zd28yqz]… …[/language:5zd28yqz]

    Some more info about tags, supported by PD4ML:
    http://pd4ml.com/html.htm

    in reply to: numbres displayed in the wrong direction and ordering
    #28613

    We’ve just updated the Arabic ligaturizer of PD4ML to solve the issue. The fix will be available with the new (beta) release.

    in reply to: Not all Images loading (has zero length)
    #28575

    Please upgrade to the most recent version of PD4ML and check if the issue is still reproducible.

    in reply to: Images not working
    #27449

    If you use PD4ML in a servlet context, you obviously use PD4ML API and call one of the pd4ml.render() methods.

    Before the method call, try to add

    pd4ml.useServletContext( ctx );

    call. Does not help? Replace it with

    pd4ml.useHttpRequest(httpRequest, httpResponse);

    in reply to: numbres displayed in the wrong direction and ordering
    #28614

    hello
    thank you very much , i will be waiting for this beta version …. thanks again

    in reply to: HTML/CSS rendering issues
    #26594

    Hello,

    I try to render an HTML page that contains 3 divs with images, one above the other. The middle image is “split” between the first and second page.
    Is there a way for PD4ML not to split the image, but instead automatically insert a page break and display the full image in the second page? In my case the height of each image is not known in advance (these are dynamic images).

    Thanks,

    Dani

    in reply to: HTML splits between pages
    #28630

    OK, I found the enableImgSplit ,method which prevents the image from splitting.
    Is there a similar solution for the surrounding div? because now, the div starts in the first page and stretches until the second page, where the image rendering starts.

    Thanks,

    Dani

    in reply to: HTML splits between pages
    #28631

    There is a CSS style page-break-inside: avoid intended for that. Unfortunately it cannot be applied directly to DIV. So a solution would be to place the DIV content into a table cell (with invisible borders) and to apply the style to the table to the table row.

Viewing 15 posts - 1,381 through 1,395 (of 4,234 total)