Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 4,239 total)
  • Author
    Posts
  • in reply to: Footer at bottom of last page
    #29168

    Thanks very much

    in reply to: sup and sub HTML Tag support?
    #29134

    Hey there…so we bought and implemented v3.8.0fx9 and now the footnote references spill into the line of text above them.

    We’ll probably need to go back to fx7 until this can be fixed but is there a fix coming?

    in reply to: sup and sub HTML Tag support?
    #29135

    In the versions prior to v3.8.0fx8 an appearance of superscript text impacted the line height (and a gap between lines). Now the problem is solved, but you faced with a drawback of the solution.

    It can be worked around either by explicit setting of line height to a greater value (overriding the default line-height: 1.2) or by a decreasing of the superscript font size:

    pd4ml-footnote { font-size: 80% }

    You may add the style to the document itself or with pd4ml.addStyle() API call.

    in reply to: sup and sub HTML Tag support?
    #29136

    Cool. Smaller superscripts is something we wanted anyway. We’ll give these solutions a shot. Thanks.

    in reply to: Footer at bottom of last page
    #29169

    Have you had any joy?

    in reply to: General questions / FAQ
    #26800

    I’m testing the DMS edition version and found out some issues.
    Those were not happend in case of general PDF generated by PD4ML

    1. permission is not applied to the PDF/A type
    Is this normal?

    2. Generated PDF(PDF/A type) didn’t display header, footer and watermark image
    This code works fine when generates PDF file not PDF/A type
    header.setWatermark(“file:”+_logoPath,new Rectangle(10,18,logo_width,logo_height), 100);

    Thanks in advance.

    Kind regards,
    Gabriel.

    in reply to: Question about PDF/A type generation
    #29171

    1. Yes, PDF/A spec does not allow any security settings applied.

    2. It would help a lot if you publish an HTML code sample, which illustrates the problem, all relevant resources (images, CSS) and a resulting PDF.

    in reply to: Question about PDF/A type generation
    #29172

    Thanks for quick reply
    I attach sample file (HTML, PDF, Converter.java)
    This code works fine if remove generatePdfa function call.

    Please check this.

    Kind regards,
    Gabriel.

    in reply to: Question about PDF/A type generation
    #29173

    Dear supporter,
    I have additional question on PDF/A
    When I load generated PDF(PDF/A type) using Adobe reader and it shows some warning message.
    Please check the attached image.
    Sorry it’s Korean characters and it means that
    “This page has error. Acrobat cannot display this page properly. Please ask to writer and solve this problem”

    Thanks in advance.

    Kind regards,
    Gabriel.

    pkg
      in reply to: General questions / FAQ
      #26802

      With the 380fx9 Pro and 380fx8 Pro versions, the footer is not appearing in the generated pdfs. This issue is not observed in 380fx6 Pro.

      I am attaching the test java source and the generated pdf files.

      Please advise on any mistake I am making. Or if this is an issue in the release.

      Regards,

      Praveen

      in reply to: Question about PDF/A type generation
      #29174

      I inspected pdf.zip content and analysed recipe.pdf from it.

      The PDF has been generated with PD4ML version: 380fx3 Pro (not DMS), so it ignores enablePdfa() API call. Please check if it your application uses an older cached pd4ml.jar instance.

      Also PDF/A file spec prohibits image transparency, which makes transparent/translucent watermarking not allowed.

      in reply to: Footer at bottom of last page
      #29170

      A solution will be available with the forthcoming beta release.

      in reply to: Problem with P tag containing attribute text-align: justify
      #29145

      The problem is back. Some paragraphs int HTML P TAG have been broken, but in random form.

      in reply to: Problem with P tag containing attribute text-align: justify
      #29146

      Which version do you currently use?

      Please publish (or send to the support) the document source and its resulting PDF.

      in reply to: Problem with P tag containing attribute text-align: justify
      #29147

      Hello, the probem is back.
      I’m using version 380fx9.

    Viewing 15 posts - 2,161 through 2,175 (of 4,239 total)