• Xpage version.. Any interest?

    By Olli Kämäräinen 1 decade ago

    Is there any need for some sort of Xpage-version of SimplePdf? If there is, I might be able to setup simple demonstration database in couple weeks. Please leave comments/ideas, so I could decide which way(traditional/xpage) the next version should go.

    • xpages - great idea

      By Patrick Kwintensson 1 decade ago

      sounds like a great idea to have an xpages based solution for this.

      • Simple sample :)

        By Olli Kämäräinen 1 decade ago

         

        <p>
            I just uploaded a very basic sample database to show how i managed to get pdf out in xpage.</p>
        <p>
            Demo database can be found from Documentation section.</p>
        <p>
            Database has just following elements:</p>
        <p>
            1 form to store pdf template</p>
        <p>
            1 agent to edit/open pdf template-profile document</p>
        <p>
            1 iText library</p>
        <p>
            1 Xpage to show how these all are working together.</p>
        <p>
            &nbsp;</p>
        <p>
            I&#39;ve been too busy(and will be) recently, so I decided to put this very very unpolished demo just in case it helps someone to get further in their own pdf things :)</p>
        

  • code page problem

    By cezary dymus 1 decade ago

    I used this xpage files. It works well, but I have problem with polish signs. It disappeared from lotus fields in pdf file.

    I tried to set:

    response.setContentType("application/pdf");

    response. setCharacterEncoding("charset=iso-8859-2"); and UTF-8

    but it hasn't help. Could You help me to solve this problem ?

    Czarek