Forum Replies Created

Viewing 15 posts - 931 through 945 (of 4,234 total)
  • Author
    Posts
  • in reply to: ASP.Net 2.0
    #27952

    That can be achieved with the following HTTP header:

    Content-disposition: attachment; filename=myfilename.pdf

    in reply to: Starting the page numbering after the first page..
    #27964

    You may achieve the needed with initialPageNumber and pagesToSkip attributes of tag.

    in reply to: background image does not rendered in page footer
    #28022

    In older versions it could be caused by an influence of enableImgSplit(false) rendering mode. The newest versions should be free of the problem.

    in reply to: Bad Base64 input character
    #28186

    Please contact support pd4ml com for the most actual DXL->HTML XSL stylesheets and other Lotus-related stuff. We constantly improve it.

    in reply to: Layoutbox/Multicolumn
    #28245

    In JSP try to use namespace-less synonym:

    in reply to: Short Image name causes server issue
    #28254

    This problem seems has been fixed from the latest version you mentioned, thank you.

    in reply to: General questions / FAQ
    #26472

    Hi PD4ML
    I have got a pdf ,
    My pdf content single page data but my data in second page only.
    first page and third page are empty, how can i solve the issue.

    Thanks in Advance
    Regards
    Dinesh.N

    in reply to: General questions / FAQ
    #26473

    Hi PD4ML
    I have got a pdf ,
    My pdf content single page data but my data showed in second page only.
    first page and third page are empty, how can i solve the issue.
    i have to show in first pdf page.

    Thanks in Advance
    Regards
    Dinesh.N

    in reply to: General questions / FAQ
    #26474

    Issue with display of Greek letters in generated PDF.

    I tried to display the Greek letters θ, β in the PDF. I had tried with both Unicode, ASCII codes in the html, but the same codes are getting displayed in the generated PDF.

    In the browser, the Greek letters θ, β are displayed correctly when ASCII codes are used in the html.

    What is the solution to display the Greek letters in the generated PDF?

    in reply to: HTML/CSS rendering issues
    #26475

    I’m having an issue when I place a floated image in a block of text. I’ve been successful in using the ‘page-break-inside: avoid;’ style to prevent the image from being split up across the page break, but I’m having an issue with the surrounding text.

    I’ve attached a PDF that highlights the issue (look at what happens at the first page break), and the JSP that was used to generate the PDF.

    What I’m trying to accomplish is:
    1) If an image is pushed to the next page, then the text should flow in above it.
    2) The text should never be repeated. Take a look at ‘Entered Oct 26, 2010 …’. It appears both at the bottom of page 1 and at the top of page 2.

    Any help would be greatly appreciated.

    Thanks,
    Steph.

    in reply to: General questions / FAQ
    #26476

    Hi
    I have created a pdf document using PD4ML.render(java.net.URL[] urls, java.io.OutputStream os) method. If I have 2 urls I get a single pdf document with every url content in a new page. Is it possible to merge the contents of the different URLs without starting a new page.

    thanks in advance

    Regards
    Dinesh.N

    in reply to: Issue with display of Greek letters in generated PDF
    #28286

    You need to utilize TTF embedding feature of PD4ML Pro.

    See: pd4ml-html-css-pdf-tips-tricks-f7/ttf-embedding-t42.html

    in reply to: Content not flowing properly around images
    #28287

    We are paying for a Pro license (v 360fx1b1 Pro). Could someone from PDML please respond.

    Steph.

    in reply to: Content not flowing properly around images
    #28288

    Steph,

    it is an implicit page break issue. We’ve been checking if it is possible to implement a fix. (it is quite tricky: PD4ML prints floats after the main content, so a page break “signal” comes from a float too late – when a portion of a text, supposed to go to the next page, is already printed on the current one).

    As a workaround I would recommend to add a conditional page break tag between

    s:
    [language=xml:1zso2fem]…
    in reply to: Content not flowing properly around images
    #28289

    Thanks for the reply. I’ve tried the work-around and it gets me past my second issue, but I’d still like to see a solution to my first problem as we need to minimize the amount of whitespace in our document. Our customers will be paying to professionally print the content, so needless white space increases the size of the document which drives up printing costs.

    Could you let me know what version I might expect to see a code fix in, and what the timeline for that might be?

    Thanks,
    Steph.

Viewing 15 posts - 931 through 945 (of 4,234 total)