<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for PL-jrxml2pdf</title><link>https://sourceforge.net/p/pljrxml2pdf/activity/</link><description>Recent activity for PL-jrxml2pdf</description><language>en</language><lastBuildDate>Thu, 24 Apr 2025 20:02:23 -0000</lastBuildDate><item><title>Ahmed Elgamal posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=25#1dad/54ee</link><description>Hi Jasem, I noticed in your attached file that you’re able to display Arabic text correctly, and I’m curious about your approach. Could you please share the steps or techniques you used to achieve this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ahmed Elgamal</dc:creator><pubDate>Thu, 24 Apr 2025 20:02:23 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=25#1dad/54ee</guid></item><item><title>Manuel Velasko posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/99a139885a/?limit=25#0daa/c03c</link><description>Lo solventó amigo?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manuel Velasko</dc:creator><pubDate>Fri, 21 Feb 2025 20:58:07 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/99a139885a/?limit=25#0daa/c03c</guid></item><item><title>mdevis posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/9b8a6f7e8b/?limit=25#9e9a</link><description>Hi, I created a report with Jasper Soft 6.1, but when I launch the report the formatting of the numbers doesn't work. I attach the report.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mdevis</dc:creator><pubDate>Mon, 16 Dec 2024 15:09:15 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/9b8a6f7e8b/?limit=25#9e9a</guid></item><item><title>Cléber Macieski posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/233e21c2/?limit=25#5b30</link><description>Another option is to generate the barcode as an image in a BLOB column in the database and use a "Image" field.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cléber Macieski</dc:creator><pubDate>Mon, 08 Apr 2024 20:40:07 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/233e21c2/?limit=25#5b30</guid></item><item><title>Cléber Macieski posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2de1f04e/?limit=25#e9bb</link><description>Hi. Was this feature implemented in the latest version for Apex? Seams that it is not working. The lines keep going vertical in my subreport.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cléber Macieski</dc:creator><pubDate>Thu, 28 Mar 2024 20:03:10 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2de1f04e/?limit=25#e9bb</guid></item><item><title>Burak Mercan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/0bd1007e02/?limit=25#ed17</link><description>I solved this error by following one of the older posts in this discussion so you dont have to. The problem is, i was using main dataset as my chart's dataset. I added another dataset to report and gave the same query as main dataset. then right clicked to chart --&gt; chart data --&gt; sub dataset (here you must select the dataset you just created.) --&gt; parameters. In parameters you must add the parameters from your dataset and as their expressions, add the main dataset's parameters. This solution worked...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burak Mercan</dc:creator><pubDate>Wed, 20 Mar 2024 10:04:57 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/0bd1007e02/?limit=25#ed17</guid></item><item><title>Burak Mercan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4950f09090/?limit=25#0dbc</link><description>.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burak Mercan</dc:creator><pubDate>Wed, 20 Mar 2024 10:00:37 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4950f09090/?limit=25#0dbc</guid></item><item><title>Burak Mercan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4950f09090/?limit=25#ce83</link><description>I have a report and subreport under that. Then under that subreport i also have a subreport that contains images. And i am showing my main report on an apex app. It works fine on ireport, but in apex images are not shown on the correct location. I attach the both ireport and apex pdf outputs below. What may cause this? Is it about jrxml2pdf?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burak Mercan</dc:creator><pubDate>Wed, 20 Mar 2024 10:00:05 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4950f09090/?limit=25#ce83</guid></item><item><title>Burak Mercan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/0bd1007e02/?limit=25#7282</link><description>I have a header report, under that header i also have 2 subreports. One of them is a table, the other one is pie chart. these 2 subreports are taking the same parameters as each other. and works fine on ireport 5.6.0 version. But when i try to use jrxml2pdf app and then show this pdf on oracle apex. it throws an error that says not all variables bound. What can i do here? select sum(decode(dt.f_status,'OK',1,0)) as VALUE, round(sum(decode(dt.f_status,'OK',1,0))100 / count(),2)||'% '||sum(decode(dt.f_status,'OK',1,0))||'...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burak Mercan</dc:creator><pubDate>Mon, 11 Mar 2024 13:02:45 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/0bd1007e02/?limit=25#7282</guid></item><item><title>Burak Mercan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/43d1f0100e/?limit=25#857a</link><description>I am creating a pdf file that takes some blob data from an oracle database. I can see the images correctly when i run the report on ireport. But when i use jrxml2pdf and then try to see it on oracle apex, images are mostly gray and corrupt. I hear that jrxml2pdf has a problem with png files and the alpha channel attribute but some of my images are jpg's or jpeg's and they are not displayed correctly. what may be the problem here? Thanks, Burak</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burak Mercan</dc:creator><pubDate>Mon, 11 Mar 2024 12:25:37 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/43d1f0100e/?limit=25#857a</guid></item><item><title>Burak Mercan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/cec7b392/?limit=25#1444/bedf</link><description>Hi Sebastian, I know it has been 10 years but if you ever see this, can you explain how you convert the image? Burak</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Burak Mercan</dc:creator><pubDate>Mon, 11 Mar 2024 11:32:28 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/cec7b392/?limit=25#1444/bedf</guid></item><item><title>Jose Galvez posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/35d2cf8b/?limit=25#5b6b/ac8a/a64a</link><description>This solution works for me in Apex 22</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jose Galvez</dc:creator><pubDate>Wed, 27 Dec 2023 14:56:33 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/35d2cf8b/?limit=25#5b6b/ac8a/a64a</guid></item><item><title>Nehemias Arias posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/5e12bb7b28/?limit=25#939c</link><description>Hello. I have a page break in title band (in order to force two title pages), however, I'm getting the message: ORA-01403: no data found and then ORA-06512: at "LGU_DEV.PK_JRXML2PDF_REPGEN", line 153. I'm just using the page break component from jaspersoft. I already added a static text above page break and after (just in case) and still getting the message. Any advise please?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nehemias Arias</dc:creator><pubDate>Sun, 09 Oct 2022 20:42:40 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/5e12bb7b28/?limit=25#939c</guid></item><item><title>chandrakant posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/0ffcaf630d/?limit=25#417c</link><description>Hi We have created report outlining the fields using round rectangle, in preview in jasper it show correctly using jrxml to pdf, the round rectangle becomes square. id there work around for this. Thanks Chandra</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chandrakant</dc:creator><pubDate>Tue, 21 Dec 2021 07:42:23 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/0ffcaf630d/?limit=25#417c</guid></item><item><title>Muhammad Ahsan Munawar posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/1f0de8fd/?limit=25#bd3c/a2f7/2343</link><description>Hey Andreas, can you give an example i have multiple records i'm using page break to limit the records per page i'm using this expression in the page break: $V{REPORT_COUNT}.intValue() % 6 == 0 should i give this expression in the another detail band or something, can you please clearify or give an example. Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Muhammad Ahsan Munawar</dc:creator><pubDate>Mon, 15 Nov 2021 07:45:11 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/1f0de8fd/?limit=25#bd3c/a2f7/2343</guid></item><item><title>Muhammad Ahsan Munawar posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/1f0de8fd/?limit=25#bd3c/a2f7/e147</link><description>Hey Andreas, can you give an example i have multiple records i'm using page break to limit the records per page i'm using this expression in the page break: $V{REPORT_COUNT}.intValue() % 6 == 0 should i give this expression in the another detail band or something, can you please clearify or give an example. Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Muhammad Ahsan Munawar</dc:creator><pubDate>Mon, 15 Nov 2021 07:45:10 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/1f0de8fd/?limit=25#bd3c/a2f7/e147</guid></item><item><title>Pina Mauro posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/40dc487d1b/?limit=25#5c6f</link><description>Hello everybody, I made a report in JasperStudio with a BarChart In preview it correctly shows 4 columns. Generating the PDF from Oracle, with PK_JRXML2PDF_REPGEN, it shows only the first one. Can you help me? Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pina Mauro</dc:creator><pubDate>Fri, 15 Oct 2021 10:11:39 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/40dc487d1b/?limit=25#5c6f</guid></item><item><title>Ivan modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#4c6e</link><description>:-)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Mon, 20 Sep 2021 17:44:53 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#4c6e</guid></item><item><title>Ivan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#4c6e</link><description>Hello again, After few months of using JRXML2PDF I started to get errors: ORA-01427 single row subquery returns more than one row. It's being generated by PK_JRXML2PDF_REPGEN package (lines: 7884, 7971, 9362, 9552). So, nothing changed, tables and data are standard as they were before, what would be the cause of this kind of error, has anybody had this kind of a problem? Any advice on this one? Regards, Ivan!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Mon, 20 Sep 2021 12:56:32 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#4c6e</guid></item><item><title>Ariel posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98/47ee</link><description>Greetings atcnf2005, I would appreciate if you could help me by detailing how you managed to make the changes to find the solution, I do not fully understand. Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ariel</dc:creator><pubDate>Sat, 17 Jul 2021 03:38:46 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98/47ee</guid></item><item><title>himansu behera posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/f11d222fc3/?limit=25#a883</link><description>Hello, i have designed a report using ireport which contains title, page header, column header, detail and last page footer. when i am running this report in oracle apex 20.1 using jrxml2pdf, last page footer is not showing. Can anyone guide to find the solution here ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">himansu behera</dc:creator><pubDate>Fri, 25 Jun 2021 09:26:21 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/f11d222fc3/?limit=25#a883</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=50#4d39</link><description>Hi Ivan, tanks for sharing this. YOu may also have a look into the documentation in the downloaded zip, there is a chapter about fonts included. Regards, Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Sat, 22 May 2021 12:28:14 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=50#4d39</guid></item><item><title>Ivan modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</link><description>Hello, After a while I managed to solve this problem, now report generating process works fine, this is really great tool and would recommend it to anybody dealing with Apex and Oracle technologies in general. Ok, so, I would like to specify in details my steps since I didn't find it on this forum and in some situations I fond that documentation regarding JRXML2PDF was a little bit confusing to me. First, I downloaded arial font that supports Croatian characters, that is aral 1.ttf file. Then I uploaded...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Sat, 22 May 2021 07:34:18 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</guid></item><item><title>Ivan modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</link><description>Hello, After a while I managed to solve this problem, now report generating process works fine, this is really great tool and would recommend it to anybody dealing with Apex and Oracle technologies in general. Ok, so, I would like to specify in details my steps since I didn't find it on this forum and in some situations I fond that documentation regarding JRXML2PDF was a little bit confusing to me. First, I downloaded arial font that supports Croatian characters, that is aral 1.ttf file. Then I uploaded...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Sat, 22 May 2021 07:33:45 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</guid></item><item><title>Ivan modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</link><description>Hello, After a while I managed to solve this problem, now report generating process works fine, this is really great tool and would recommend it to anybody dealing with Apex and Oracle technologies in general. Ok, so, I would like to specify in details my steps since I didn't find it on this forum and in some situations I fond that documentation regarding JRXML2PDF was a little bit confusing to me. First, I downloaded arial font that supports Croatian characters, that is aral 1.ttf file. Then I uploaded...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Sat, 22 May 2021 07:32:02 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</guid></item><item><title>Ivan modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</link><description>Hello, After a while I managed to solve this problem, now report generating process works fine, this is really great tool and would recommend it to anybody dealing with Apex and Oracle technologies in general. Ok, so, I would like to specify in details my steps since I didn't find it on this forum and in some situations I fond that documentation regarding JRXML2PDF was a little bit confusing to me. First, I downloaded arial font that supports Croatian characters, that is aral 1.ttf file. Then I uploaded...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Sat, 22 May 2021 07:30:56 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</guid></item><item><title>Ivan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</link><description>Hello, After a while I managed to solve this problem, now report generating process works fine, this is really great tool and would recommend it to anybody dealing with Apex and Oracle technologies in general. Ok, so, I would like to specify in details my steps since I didn't find it on this forum and in some situations I fond that documentation regarding JRXML2PDF was a little bit confusing to me. First, I downloaded arial font that supports Croatian characters, that is aral 1.ttf file. Then I uploaded...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Sat, 22 May 2021 07:28:59 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#86a2</guid></item><item><title>Ivan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#f183</link><description>Hello, I downloaded JRXML2PDF instalation and it works fine with Apex, but I'm having difficulties showing few Croatian letters: Čč Ćć Đđ. I was trying different encodings, different fonts, but neither worked. When I create report in Jasper and try to preview it, it all looks ok, but when I put that xml into JRXML_REPORT_DEFINITIONS and run report generating procedure, pdf that I get lacks all those letters. Further more, my JRXML_FONTS table is empty, and according to specifications in that case...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan</dc:creator><pubDate>Fri, 21 May 2021 13:12:25 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/6f60ad2ab3/?limit=25#f183</guid></item><item><title>Laurent posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#34ca</link><description>@Andreas: With my test (the above PL/SQL block, and the provided templates - but it can be done with the original "orders"/"order items" templates), I came out that the issue seems to be related with the construction of de details part of the report. If in the package body of PK_JRXML2PDF_REPGEN.pls, inside FUNCTION FK_RENDER_SUBREPORT, you comment out PR_PUSH_SUBREPORT_DATA(rReport); and all the code below except for RETURn rArea;, the header of the report is generated in PDF format. So, the problem...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent</dc:creator><pubDate>Mon, 22 Mar 2021 20:36:39 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#34ca</guid></item><item><title>Laurent posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#f4a3</link><description>Hi, AS I posted previously, in package AS_PDF3_MOD.pls (version 1.3.1.1 - that can be downloaded from here), that piece of code in function adler32 is: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); -- AW Bugfix for Chunksizes &gt; 16383 if step_size=0 then step_size:=16383; end if; In the refered post, that piece of code is: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); if step_size = 0 then step_size :=...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent</dc:creator><pubDate>Mon, 22 Mar 2021 20:07:56 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#f4a3</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=50#7b68</link><description>Well, he even pasted the differences I am posting the patched package and package body here. The only change is in function adler32. old code: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); new code: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); if step_size = 0 then step_size := 16383; end if;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Sun, 21 Mar 2021 18:32:55 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=50#7b68</guid></item><item><title>Laurent posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#6e83</link><description>Templates used for the test</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent</dc:creator><pubDate>Sat, 20 Mar 2021 17:34:38 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#6e83</guid></item><item><title>Laurent posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#7e65</link><description>Hello Andrea, Thanks for your fast reaction. I would like first to summarize the test case (that I also posted on Source Forge - except for the templates). I use for instance the following code to get the PDF as BLOB either from the "city_maps" template or the "orders" template (jrd_id=48,49; select * from JRXML_REPORT_DEFINITIONS where jrd_name like '%order%'; header -&gt; orders, details -&gt; order_items). Both of these templates can be found in the original jrxml2pdf-1.3.1.1.release. I just modified...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent</dc:creator><pubDate>Sat, 20 Mar 2021 13:20:52 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#7e65</guid></item><item><title>Laurent posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#09e6</link><description>I using jrxml2pdf-1.3.1.1.release, that's the version that can be download from this site. It is a nice and flexible tool to generate PDF documents. I use for instance the following code to get the PDF as BLOB either from the "city_maps" template or the "orders" template. Here is the piece of code I used for the test: set serveroutput on declare i_vcname varchar2(200); v_blob blob := empty_blob; v_length number := null; -- v_name jrxml_report_definitions.jrd_name%type := 'city_maps'; v_name jrxml_report_definitions.jrd_name%type...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent</dc:creator><pubDate>Sat, 20 Mar 2021 12:59:25 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#09e6</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=50#4d1f</link><description>Hi, there is a workaround decribed here https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/ Unfortunately i have currently no time to provide a new packaed version Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Fri, 19 Mar 2021 17:32:59 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=50#4d1f</guid></item><item><title>Laurent posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#1648</link><description>Hi, Using the same piece of PL/SQL code to generate PDF as BLOB, I get the BLOB (PDF) from Oracle DBMS 12c, but it gets "stuck" with an Oracle RDBMS 19c container database. Does someone know if PL-jrxml2pdf is compliant with Oracle RDBMS 19c? I can eventually provide the steps to reproduce the issue. Thanks by advance for sharing your experience. Kind Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurent</dc:creator><pubDate>Wed, 17 Mar 2021 18:31:22 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09f6b83ecf/?limit=25#1648</guid></item><item><title>Mathias Maciel modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/027bc31255/?limit=25#0626</link><description>Hi, I get noticed when I try to generate pdf on APEX and there isn't at least a value greater than zero in "value expression" used on chart the PR_RENDER_AXIS procedure fails with ORA-01476 error message. I attached example to show how it looks when I've at leat one value greater than zero . Is there any suggestion to fix this? Thanks in advance, Mathias</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathias Maciel</dc:creator><pubDate>Wed, 10 Mar 2021 19:13:45 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/027bc31255/?limit=25#0626</guid></item><item><title>Mathias Maciel posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/027bc31255/?limit=25#0626</link><description>Hi, I get noticed when I try to generate pdf on APEX and there isn't at least a value greater than zero in "value expression" used on chart the PR_RENDER_AXIS procedure fails withi ORA-01476 error message. I attached example to show how it looks when I've at leat one value greater than zero . Is there any suggestion to fix this? Thanks in advance, Mathias</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathias Maciel</dc:creator><pubDate>Wed, 10 Mar 2021 19:12:19 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/027bc31255/?limit=25#0626</guid></item><item><title>Pablo Javier Beltrán posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/285c89bcc2/?limit=25#8879</link><description>Hi, I have the same problem, do you have the solution? regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pablo Javier Beltrán</dc:creator><pubDate>Wed, 17 Feb 2021 01:56:18 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/285c89bcc2/?limit=25#8879</guid></item><item><title>Eduardo posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/9b4efe58/?limit=25#3518</link><description>Una pregunta: Y si Necesito mas de una imagen Fija, como hago referencia a esas imagenes desde la tabla JRXML_REPORT_IMAGES</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eduardo</dc:creator><pubDate>Mon, 18 Jan 2021 17:15:47 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/9b4efe58/?limit=25#3518</guid></item><item><title>DAVID MALIZIA posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2b64</link><description>I am posting the patched package and package body here. The only change is in function adler32. old code: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); new code: step_size := trunc( 16383 / dbms_lob.getchunksize( p_src ) ) * dbms_lob.getchunksize( p_src ); if step_size = 0 then step_size := 16383; end if; The problem in Autonomous ATP is that dbms_lob.getchunksize() can return a number greater or equal to 16383 hence the step size goes to 0. To solve...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DAVID MALIZIA</dc:creator><pubDate>Wed, 06 Jan 2021 17:12:41 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2b64</guid></item><item><title>Daxesh Laiwala posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2a2f/2129</link><description>Can you send that patch to me? On Wed, 6 Jan, 2021, 20:13 DAVID MALIZIA, dmalizia@users.sourceforge.net wrote: Hi, I have had to patch as_pdf3_mod to get it to work on 20.2 on Autonomous Database (ATP), and while doing so updated the apex application. Haven't got a clue though how I could contribute this stuff here. Is it working with Apex 20.2 https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2a2f Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/pljrxml2pdf/discussion/general/...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daxesh Laiwala</dc:creator><pubDate>Wed, 06 Jan 2021 16:44:05 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2a2f/2129</guid></item><item><title>DAVID MALIZIA posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2a2f</link><description>Hi, I have had to patch as_pdf3_mod to get it to work on 20.2 on Autonomous Database (ATP), and while doing so updated the apex application. Haven't got a clue though how I could contribute this stuff here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DAVID MALIZIA</dc:creator><pubDate>Wed, 06 Jan 2021 14:43:11 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#2a2f</guid></item><item><title>Luis Ricardo Oliveira posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#ad03</link><description>I'm running in oracle cloud database classic and in autonomous db with both apex 20.2. It works fine.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luis Ricardo Oliveira</dc:creator><pubDate>Tue, 29 Dec 2020 13:02:08 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#ad03</guid></item><item><title>HelmutH. posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#5d9f</link><description>Partially. I moved one of my applications to Apex @ OracleCloud (the Free one, which is 20.2) and it works, the only problem I found was that with some browsers I cannot download the PDF. Probably something changed with the owa utility (?) , not sure ... H.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HelmutH.</dc:creator><pubDate>Thu, 03 Dec 2020 17:18:21 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#5d9f</guid></item><item><title>Daxesh Laiwala posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#562c</link><description>I try to to install and run in Oracle Apex 20.2 but it is not working can you work with Apex 20.2</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daxesh Laiwala</dc:creator><pubDate>Tue, 10 Nov 2020 13:34:18 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/fa0e9f1f75/?limit=25#562c</guid></item><item><title>Jozef Wozniak modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7e5c628023/?limit=25#225f</link><description>and pdf</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jozef Wozniak</dc:creator><pubDate>Sat, 26 Sep 2020 20:22:07 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7e5c628023/?limit=25#225f</guid></item><item><title>Jozef Wozniak posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7e5c628023/?limit=25#225f</link><description>and pdf</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jozef Wozniak</dc:creator><pubDate>Sat, 26 Sep 2020 20:18:29 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7e5c628023/?limit=25#225f</guid></item><item><title>Jozef Wozniak posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7e5c628023/?limit=25#1d37</link><description>Hi I have a problem with crosstab report in APEX. There was an error: no data found. I made the fixes in package PK_JRXML2PDF_LOADER: ROWGROUP XMLTYPE PATH '/rowGroup', COLGROUP XMLTYPE PATH '/columnGroup', MEASURE XMLTYPE PATH '/measure', CELL XMLTYPE PATH '/crosstabCell', HEADERCELL XMLTYPE PATH '/crosstabHeaderCell' And the report opens, but it is deformed. Could you remedy? Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jozef Wozniak</dc:creator><pubDate>Sat, 26 Sep 2020 20:17:20 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7e5c628023/?limit=25#1d37</guid></item><item><title>Pavlov posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#626d</link><description>Hello Maciej, I use the 19c too, ans YES, this is the solution! Thank you very much! Regards, Leonid</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavlov</dc:creator><pubDate>Thu, 10 Sep 2020 08:14:50 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#626d</guid></item><item><title>Maciej Myrcha posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#49b3/1a51</link><description>Hallo Pavlov, what DB version do you use? In my case it is 19, and I found a solution in one of another threads. In AS_PDF_MOD package there is a function pdf_string, I changed following piece of code: dbms_lob.copy( t_rv , t_rv , dbms_lob.lobmaxsize , t_ind + 1 , t_ind ); dbms_lob.copy( t_rv , utl_raw.cast_to_raw( '\' ) , 1 , t_ind , 1 ); to this: lob_max:=dbms_lob.getlength(t_rv) - t_ind + 1 ; dbms_lob.copy( t_rv , t_rv , lob_max , t_ind + 1 , t_ind ); dbms_lob.copy( t_rv , utl_raw.cast_to_raw(...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maciej Myrcha</dc:creator><pubDate>Thu, 10 Sep 2020 07:15:40 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#49b3/1a51</guid></item><item><title>Pavlov posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#49b3</link><description>I have the same problem. Characters like "(", ")", "[", "]" are the problem. Andreas, I hope you will find the solution.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavlov</dc:creator><pubDate>Wed, 09 Sep 2020 14:35:26 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#49b3</guid></item><item><title>Maciej Myrcha modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7ab5f01efd/?limit=25#fbc4</link><description>Hi, I have following problem: in my report I've created a frame with 3 subreports in it (like in attachment). Top subreport is fixed relative to top, another two are float. My goal is that the frame is not stretched, even when the subreport would stretch beyond the frame - in this case, the subreport should be 'cut' somehow. Is it possible? That would be my main problem. And althought subreports are float, they are rendered one over another :( Another one, connected to frames, is when I put subreport...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maciej Myrcha</dc:creator><pubDate>Mon, 13 Jul 2020 11:30:50 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7ab5f01efd/?limit=25#fbc4</guid></item><item><title>Maciej Myrcha posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7ab5f01efd/?limit=25#fbc4</link><description>Hi, I have following problem: in my report I've created a frame with 3 subreports in it (like in attachment). Top subreport is fixed relative to top, another two are float. My goal is that the frame is not stretched, even when the subreport would stretch beyond the frame - in this case, the subreport should be 'cut' somehow. Is it possible? That would be my main problem. Another one, connected to frames, is when I put subreport in a frame, it is stretched correctly but only in iReport - when I run...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maciej Myrcha</dc:creator><pubDate>Mon, 13 Jul 2020 11:09:56 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/7ab5f01efd/?limit=25#fbc4</guid></item><item><title>Maciej Myrcha posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#3568/cce1</link><description>Hallo Andreas, sorry for late answer - I managed to make a workaround in this particular case but came along again to this problem and must ask you for help. I just made a simple jrxml based on select 'Text with brackets ()' text from dual I found that it doesn't matter if both brackets are in the text, or only one of them, in all cases the reports generation hangs up without any error and I become and infinite loop. best regards Maciej</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maciej Myrcha</dc:creator><pubDate>Tue, 07 Jul 2020 13:46:06 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#3568/cce1</guid></item><item><title>Eslam posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=25#f052/afd1/1062/1238/b7a3</link><description>Thanks for reply Andreas. Is there any intention to handle it soon? If not, is it a matter of specifying the path of fonts on the OS or is it more complex than that? Maybe someone could implement it if you just give us a hint.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eslam</dc:creator><pubDate>Sun, 05 Jul 2020 18:49:43 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=25#f052/afd1/1062/1238/b7a3</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=50#f052/afd1/1062/1238</link><description>Hi, PL-jrxml2pdf still does not support arabic characters</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Sun, 05 Jul 2020 18:26:44 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=50#f052/afd1/1062/1238</guid></item><item><title>Eslam posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=25#f052/afd1/1062</link><description>Hi Andreas, have you implemented a solution for this problem, yet?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eslam</dc:creator><pubDate>Sun, 05 Jul 2020 17:17:54 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/dabf2cb4/?limit=25#f052/afd1/1062</guid></item><item><title>atcnf2005 modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</link><description>You are the genius, both solutions work, thank you so much, Andy. changes inside function pdf_string( p_txt in blob ) ---first one : use sperate DEST_LOB dest_lob := t_rv;------line added by me dbms_lob.copy( dest_LOB , t_rv , dbms_lob.lobmaxsize , t_ind + 1 , t_ind ); dbms_lob.copy( t_rv , utl_raw.cast_to_raw( '\' ) , 1 , t_ind , 1 ); t_rv := dest_lob; ----line added by me end loop; ---2nd solution , use lob maxsize ,even simpler lob_max:=dbms_lob.getlength(t_rv) - t_ind + 1 ; dbms_lob.copy( t_rv...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">atcnf2005</dc:creator><pubDate>Sat, 13 Jun 2020 21:59:48 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</guid></item><item><title>atcnf2005 modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</link><description>You are the genius, both solutions work, thank you so much. changes inside function pdf_string( p_txt in blob ) ---first one : use sperate DEST_LOB dest_lob := t_rv;------line added by me dbms_lob.copy( dest_LOB , t_rv , dbms_lob.lobmaxsize , t_ind + 1 , t_ind ); dbms_lob.copy( t_rv , utl_raw.cast_to_raw( '\' ) , 1 , t_ind , 1 ); t_rv := dest_lob; ----line added by me end loop; ---2nd solution , use lob maxsize ,even simpler lob_max:=dbms_lob.getlength(t_rv) - t_ind + 1 ; dbms_lob.copy( t_rv , t_rv...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">atcnf2005</dc:creator><pubDate>Sat, 13 Jun 2020 21:58:15 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</guid></item><item><title>atcnf2005 modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</link><description>You are the genius, both solutions work, thank you so much. insdie function pdf_string( p_txt in blob ) ---first one : use sperate DEST_LOB dest_lob := t_rv;------line added by me dbms_lob.copy( dest_LOB , t_rv , dbms_lob.lobmaxsize , t_ind + 1 , t_ind ); dbms_lob.copy( t_rv , utl_raw.cast_to_raw( '\' ) , 1 , t_ind , 1 ); t_rv := dest_lob; ----line added by me end loop; ---2nd solution , use lob_maxsize ,even simpler lob_max:=dbms_lob.getlength(t_rv) - t_ind + 1 ; dbms_lob.copy( t_rv , t_rv , LOB_MAX----------line...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">atcnf2005</dc:creator><pubDate>Sat, 13 Jun 2020 21:42:22 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</guid></item><item><title>atcnf2005 posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</link><description>You are the genius, both solutions work, thank you so much. insdie function pdf_string( p_txt in blob ) ---first one : use sperate DEST_LOB dest_lob := t_rv;------line added by me dbms_lob.copy( dest_LOB , t_rv , dbms_lob.lobmaxsize , t_ind + 1 , t_ind ); dbms_lob.copy( t_rv , utl_raw.cast_to_raw( '\' ) , 1 , t_ind , 1 ); t_rv := dest_lob; ----line added by me end loop; ---2nd solution , use lob_maxsize ,even simpler lob_max:=dbms_lob.getlength(t_rv) - t_ind + 1 ; dbms_lob.copy( dest_LOB , t_rv ,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">atcnf2005</dc:creator><pubDate>Sat, 13 Jun 2020 21:40:27 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#2e98</guid></item><item><title>Andy posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#7db5</link><description>I have two work arounds for this in the pdf_string function: 1. Don't use dbms_lob.maxsize, but instead calculate the length to be copied e.g. dbms_lob.getlength(t_rv) - t_ind + 1 in the first copy 2. Don't use the same lob as the source and destination in the dbms_lob.copy e.g. have a dest_lob := t_rv before the first copy and use that as the destination lob, then have a t_rv := dest_lob after the final copy Not sure why this is only showing up after 12c, but must admit that I can't think any cases...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy</dc:creator><pubDate>Wed, 10 Jun 2020 14:58:29 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#7db5</guid></item><item><title>Ricardo Ortín Tomás posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4d98b23fef/?limit=25#e1ee</link><description>en el diseño no debes poner los subreportes en detail, si solo va a indicar esto lo puedes poner en el title o en un group</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ricardo Ortín Tomás</dc:creator><pubDate>Mon, 08 Jun 2020 14:09:00 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4d98b23fef/?limit=25#e1ee</guid></item><item><title>atcnf2005 modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#783a</link><description>Hi, All, I have the same "hanging" problem with Oracle DB 19.7(patched over 19.3) /Apex 20.1 even with Mathias's "fixing", I am a programmer yet I don't know what to do next. The strange thing is that it's fine to run the Demo reports like Orders/Order Items. My customized PDF report has been running fine for years under Oracle DB 11.2.4 for our business. Is there any way this library can be upgraded? I know it's open source and we are grateful for Andreas's great contributions. Best Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">atcnf2005</dc:creator><pubDate>Thu, 28 May 2020 19:39:00 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#783a</guid></item><item><title>atcnf2005 posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#783a</link><description>Hi, All, I have the same "hanging" problem with Oracle DB 19.7(patched over 19.3) /Apex 20.1 even with Mathias's "fixing", I am a programmer yet I don't know what to do next. The strange thing is that it's fine to run the Demo reports like Orders/Order Items. My customized PDF report has been running fine for years under Oracle DB 11.2.4 for our business, is there any way this library can be upgraded? I know it's open source and we are grateful for Andreas's great contributions. Best Regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">atcnf2005</dc:creator><pubDate>Thu, 28 May 2020 19:34:45 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/?limit=25#783a</guid></item><item><title>Nikola Smuk posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09ee5ede8e/?limit=25#b0a6</link><description>I found solution how to change pdf filename.... In PL/SQL process where you call PDF change this: PK_JRXML2PDF_REPGEN.PR_SHOW_REPORT(bl); to this: PK_JRXML2PDF_REPGEN.PR_SHOW_REPORT(bl, 'inline', vcFilename); You can fill variable vcFilename in process manually or set value from item.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikola Smuk</dc:creator><pubDate>Wed, 22 Apr 2020 06:37:14 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/09ee5ede8e/?limit=25#b0a6</guid></item><item><title>Nikola Smuk posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/e4fe5dbe2a/?limit=25#4854/6c63</link><description>I don't now did you found solution, but i did. I'm using APEX 19.2 and this is how i get rid of that error. I have page 200 that have Before Header Process: DECLARE vcName VARCHAR2(200) := 'NSN_NARUDZBA'; lParams PK_JRXML2PDF_REPGEN.TPARAMLIST; bl BLOB; BEGIN lParams(1).vcName := 'ID_NARUDZBA'; lParams(1).vcValue:= :P200_ID_NARUDZBA; lParams(2).vcName := 'ID_TVRTKA'; lParams(2).vcValue:= :P0_ID_TVRTKA; lParams(3).vcName := '$$EXTERNAL_FONT_ARIAL$$'; lParams(3).vcValue:= 'Y'; bl :=PK_JRXML2PDF_REPGEN.FK_RUN(...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikola Smuk</dc:creator><pubDate>Wed, 22 Apr 2020 06:15:19 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/e4fe5dbe2a/?limit=25#4854/6c63</guid></item><item><title>Cruz Pablo Mendoza Huerta modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4d98b23fef/?limit=25#7336</link><description>Hola Al ejecutar mi Reporte con un Subreporte, el archivo PDF está vacío pero en JasperSoft si se ejecuta correctamente En el &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" es el nombre del subinforme JRD_NAME de la tabla JRXML_REPORT_DEFINITIONS Código de proceso de Apex: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Tue, 21 Apr 2020 20:48:54 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4d98b23fef/?limit=25#7336</guid></item><item><title>Cruz Pablo Mendoza Huerta posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4d98b23fef/?limit=25#7336</link><description>Hola Al ejecutar mi informe con un subinforme, el archivo PDF está vacío pero en Jasper si se ejecuta correctamente En el &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" es el nombre del subinforme JRD_NAME de la tabla JRXML_REPORT_DEFINITIONS Código de proceso de Apex: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Tue, 21 Apr 2020 20:48:08 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/4d98b23fef/?limit=25#7336</guid></item><item><title>Cruz Pablo Mendoza Huerta modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</link><description>Hello When executing my report with a subreport the PDF file is empty but in Jasper if it runs correctly In the &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" is the name of the JRD_NAME subreport of the JRXML_REPORT_DEFINITIONS table Apex process code: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST; bl...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Mon, 20 Apr 2020 21:32:16 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</guid></item><item><title>Cruz Pablo Mendoza Huerta modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</link><description>Hello When executing my report with a subreport the PDF file is empty but in Jasper if it runs correctly In the &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" is the name of the JRD_NAME subreport of the JRXML_REPORT_DEFINITIONS table Apex process code: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST; bl...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Mon, 20 Apr 2020 21:31:14 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</guid></item><item><title>Cruz Pablo Mendoza Huerta modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</link><description>Hello When executing my report with a subreport the PDF file is empty but in Jasper if it runs correctly In the &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" is the name of the JRD_NAME subreport of the JRXML_REPORT_DEFINITIONS table Apex process code: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST; bl...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Mon, 20 Apr 2020 21:30:06 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</guid></item><item><title>Cruz Pablo Mendoza Huerta modified a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</link><description>Hello When executing my report with a subreport the PDF file is empty but in Jasper if it runs correctly In the &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" is the name of the JRD_NAME subreport of the JRXML_REPORT_DEFINITIONS table Apex process code: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST; bl...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Mon, 20 Apr 2020 21:28:45 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</guid></item><item><title>Cruz Pablo Mendoza Huerta posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</link><description>Hello When executing my report with a subreport the PDF file is empty but in Jasper if it runs correctly In the &lt;subreportexpression&gt; &lt;! [CDATA ["Kardex Mat"]]&gt; &lt;/subreportexpression&gt; "Kardex Mat" is the name of the JRD_NAME subreport of the JRXML_REPORT_DEFINITIONS table Apex process code: DECLARE vcName PK_JRXML2PDF_TYPES.tName; vcName2 PK_JRXML2PDF_TYPES.tName; l_ReportList PK_JRXML2PDF_TYPES.tReportNameList; r_Params PK_JRXML2PDF_REPGEN.TPARAMETER; l_Params PK_JRXML2PDF_REPGEN.TPARAMLIST; bl...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cruz Pablo Mendoza Huerta</dc:creator><pubDate>Mon, 20 Apr 2020 21:21:54 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/eac9f8a5b2/?limit=25#e774</guid></item><item><title>Nikola Smuk posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/1f5c1ad61e/?limit=25#7adb</link><description>Hi... i'm using ORacle Cloud Free Tier ATP APEX application and implementing PL-jrxml2pdf. All scripts are installed, app is installed, everything works. Problem is with iReport ( or Studio) when i want to add datasource for my ATP. In SQL Developer i use Oracle Wallet to connect to DB. My question is how to connect to DB with Oracle Wallet with iReport ( or Studio) ?? In datasource you can only enter JDBC URL: jdbc:oracle:thin:@localhost:1521:DatabaseName Username and Password. Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nikola Smuk</dc:creator><pubDate>Mon, 20 Apr 2020 10:58:02 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/1f5c1ad61e/?limit=25#7adb</guid></item><item><title>Inderjeet Singh posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=25#c96e/ced9</link><description>Hi Andreas, Thanks for your response. You were right, that error was from APEX and for some other reason. However, my report was still not working without any response or error. And, I found the solution in another thread (link given below). Not sure whether it's a Oracle DB 19c bug or PL-jrxml2pdf code needs to be updated. It would be helpful if you can suggest anything on it as the solution suggested in this post seems to be temporary only. https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/03abc63d13/#b621...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Inderjeet Singh</dc:creator><pubDate>Sat, 18 Apr 2020 04:50:31 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=25#c96e/ced9</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=50#c96e</link><description>This error comes from APEX, not from PL-jrxml2pdf. What is the action / url you call when you get this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Tue, 14 Apr 2020 19:35:39 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=50#c96e</guid></item><item><title>Inderjeet Singh posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=25#8fb1/cbac</link><description>Hi Andreas, Thanks for your response. There's no error code. I have attached the error screenshot here.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Inderjeet Singh</dc:creator><pubDate>Tue, 14 Apr 2020 08:06:49 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=25#8fb1/cbac</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=50#8fb1</link><description>Hi, PL-jrxml2pdf has nothing to do with Apache FOP or APEX in general. It's just a DB-package which produces output in PDF-format. I have no idea where the error you show comes from, but it's not PL-jrxml2pdf. Isn't there any error-code in front of the errormessage? Regards, Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Mon, 13 Apr 2020 15:32:56 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=50#8fb1</guid></item><item><title>Inderjeet Singh posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=25#2cfd</link><description>Hi, After upgrding my APEX application to Oracle APEX 19.2 with ORDS 19.4, I am getting following error while trying to run PDF report. Producing PDF resources is no longer supported Upon checking, I found out that Apache FOP based functionality to produce PDF has been removed from Oracle Apex 19.2 (refer https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/ords-releasenotes-194-5908833.html). Does this means, this package will not work with Oracle APEX 19.2. Kindly Suggest...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Inderjeet Singh</dc:creator><pubDate>Mon, 13 Apr 2020 12:39:22 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29d4232832/?limit=25#2cfd</guid></item><item><title>Inderjeet Singh posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/a9efcbb8/?limit=25#0bb0/686f</link><description>Hi, Yes. I moved my static lenghty data into a table in multiple rows and then fetch it from there.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Inderjeet Singh</dc:creator><pubDate>Mon, 13 Apr 2020 12:32:49 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/a9efcbb8/?limit=25#0bb0/686f</guid></item><item><title>Arturo Garcia Perez posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/99a139885a/?limit=25#0daa</link><description>Se aplico hasta la actualización 1311, sin embargo me sigue saliendo este error El pdfprocess esta con el siguiente código Declare vcName Varchar2(200); lParams REPOSITORIO_APEX.PK_JRXML2PDF_REPGEN.TPARAMLIST; bl Blob; BEGIN vcName := 'ACTIVOS_TI'; lParams(1).vcName := 'CLAVEEMPLEADO'; lParams(1).vcValue := 'SE440'; bl := REPOSITORIO_APEX.PK_JRXML2PDF_REPGEN.FK_RUN(i_vcName=&gt;vcName,i_lParams=&gt;lParams); REPOSITORIO_APEX.PK_JRXML2PDF_REPGEN.PR_SHOW_REPORT(bl); APEX_APPLICATION.STOP_APEX_ENGINE; EN...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arturo Garcia Perez</dc:creator><pubDate>Thu, 09 Apr 2020 04:30:45 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/99a139885a/?limit=25#0daa</guid></item><item><title>Ricardo Ortín Tomás posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/40dcab6453/?limit=25#1a75</link><description>hello I have to insert a subreport on page footer or column footer. My problem is, in Jaspersoft Studio one solution works ok, if i put the subreport on page footer, its dont appear, only a black space on apex, but on Jaspersoft Studio show perfect. If i put the subreport on column footer, Jaspersoft show this error: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.math.BigDecimal how i can put this subreport on a footer for my document?? Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ricardo Ortín Tomás</dc:creator><pubDate>Thu, 05 Mar 2020 15:23:26 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/40dcab6453/?limit=25#1a75</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=50#3568</link><description>Hi, can you provide a sample-jrxml anlong with a simple inline-select so that i can check? Regards, Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Tue, 25 Feb 2020 17:07:28 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=50#3568</guid></item><item><title>Maciej Myrcha posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#d3d0</link><description>Hi, I am testing PL-jrxml2pdf project and I have observed very strange behaviour. My report is based on very simple query: there is ID, NAME and FAMILYNAME columns from sample table. When a column contains brackets, for example "Smith (president)", the generation of report hangs on this row without any error. This is what I see in LOG table as last entries (desc): | | | | No. of text parts 1 | | | | Alignment vertical/horizontal/nY top/left/153 | | | | Set font to courier-N-10 | | | | Render Text...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maciej Myrcha</dc:creator><pubDate>Thu, 20 Feb 2020 14:34:32 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/2a3c548cd3/?limit=25#d3d0</guid></item><item><title>sasidharan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/45555ba636/?limit=25#4c80</link><description>Team I have an issue while opening the PDF file downloaded as it is not opening 100% by default. Is there any setting needs to be changed? I have set the content disposition as download. Thanks Sasidharan</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sasidharan</dc:creator><pubDate>Mon, 03 Feb 2020 13:42:38 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/45555ba636/?limit=25#4c80</guid></item><item><title>sasidharan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29f4d4c32c/?limit=25#7c52</link><description>Team Can jrxml2pdf support underling tag now? If not what is the alternate we have? Thanks Sasidharan</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sasidharan</dc:creator><pubDate>Mon, 03 Feb 2020 13:28:50 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/29f4d4c32c/?limit=25#7c52</guid></item><item><title>sasidharan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c619263870/?limit=25#7446</link><description>I have changed the markup to html and its woking now.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sasidharan</dc:creator><pubDate>Fri, 31 Jan 2020 11:33:53 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c619263870/?limit=25#7446</guid></item><item><title>sasidharan posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c619263870/?limit=25#bb2d</link><description>Team I have selected markup as styled for textbox with the text value as "&lt;style isbold="True"&gt;My name is :&lt;/style&gt;"+$F{NAME} Its working as expected in iReport by making My Name is: bold. But when i call it using jrxml2pdf in apex, text is not getting bold instead i get &lt;style isbold="True"&gt;My Name is:&lt;/style&gt;Sasi in PDF Appreciate your help</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sasidharan</dc:creator><pubDate>Fri, 31 Jan 2020 03:05:29 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c619263870/?limit=25#bb2d</guid></item><item><title>Nehemias Arias posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#969c</link><description>Great! Problem was for the condition AND in the print condition. In Jasper you have to use &amp;&amp;, however, in jrxml2pdf you have to replace that &amp;&amp; with AND. It's working great. Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nehemias Arias</dc:creator><pubDate>Sun, 26 Jan 2020 15:49:51 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#969c</guid></item><item><title>suzy stephanie kemayou posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/14e8989a/?limit=25#b209</link><description>do you find a solution ? have the same issue with all others charts except Pie chart. Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">suzy stephanie kemayou</dc:creator><pubDate>Sat, 18 Jan 2020 22:25:36 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/14e8989a/?limit=25#b209</guid></item><item><title>lucas posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/b9cac3bd40/?limit=25#7dc1</link><description>Tenes que verificar el Query del report, puede ser que hay te este trayendo mas de un registro.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lucas</dc:creator><pubDate>Tue, 07 Jan 2020 21:03:13 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/b9cac3bd40/?limit=25#7dc1</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#149c</link><description>Hi, you can check the actual error when you run the report with debuglevel set to 5 and check the output. My guess is that one of your printWhenCondition doesn't follow the rules defined in the documentation of PL-jrxml2pdf. Regards, Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Tue, 07 Jan 2020 08:42:07 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#149c</guid></item><item><title>Nehemias Arias posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#f7b4</link><description>Hi Andreas, I have attached a file with the source. oddly, when I previously pasted here, in my initial post, it didn't paste correctly (maybe because it's kind of large). Please notice in attached zip file that I have three querys (main query and two sub datasets). This report works perfectly in Jaspersoft Studio. With no error from database. See also image inside attached zip file with report at runtime. Thank you!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nehemias Arias</dc:creator><pubDate>Fri, 03 Jan 2020 15:02:19 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#f7b4</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#0058/a55d</link><description>Hi, i don't kn ow how you created your report-definition, but i don't see any query inside. Without a query PLjrxml2pdf won't work. Maybe have a look at the example-reports how the query is defined there. Regards, Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Fri, 03 Jan 2020 08:58:33 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#0058/a55d</guid></item><item><title>Nehemias Arias posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#0058</link><description>Hi Andreas, Thank you for your response. I inserted the code directly into the database, however, now when trying to run the report I'm getting a "ORA-06502: PL/SQL: numeric or value error" which I think is related to jrxml2pdf trying to read the report definitions. Any advise? PS: I'll attach file next time for such large code. Thank you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nehemias Arias</dc:creator><pubDate>Thu, 02 Jan 2020 23:12:09 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#0058</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#70aa</link><description>Hi, i guess you hit an APEX-restriction which not allows to enter more than 32K of text in a textarea. Use the SQL-Tool of your choice to save the jrxml directly into the database-table JRXML_REPORT_DEFINITIONS. Regards, Andreas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Thu, 02 Jan 2020 14:15:32 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#70aa</guid></item><item><title>Andreas Weiden posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#bb49</link><description>Hi, don't post that much of xml-code inline. better attach it as file.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Weiden</dc:creator><pubDate>Thu, 02 Jan 2020 14:14:13 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=50#bb49</guid></item><item><title>Nehemias Arias posted a comment on discussion General Discussion</title><link>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#2b9a</link><description>Following jrxml code, using datasets, is rejected by jrxml2pdf. When I paste this code and click on create a new report definition (or save changes if I paste it into an existing report) the jrxml2pdf report definition screen remove everything that I paste it (stays empty, blank, nothing) and keep asking for a code. If I remove both datasets sections then it accepts the code. CODE I'M PASTING: &lt;jasperreport xmlns="http://jasperreports.sourceforge.net/jasperreports" name="cxp_suplidores" pageheight="842"...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nehemias Arias</dc:creator><pubDate>Tue, 31 Dec 2019 17:17:32 -0000</pubDate><guid>https://sourceforge.net/p/pljrxml2pdf/discussion/general/thread/c513f0bc8e/?limit=25#2b9a</guid></item></channel></rss>