RE: Changing PdfPTable width from RPGLE using iText
[email protected] Sat, 8 Apr 2023 13:22:41 -0400
| Newsgroups | gmane.comp.lang.as400.java |
|---|---|
| Message-ID | <[email protected]> |
I used iText for a short time WAYYYYY back when and I am by no means an iText person but it looks like you can also set an absolute size for the table. I don't know if that would work any better. -----Original Message----- From: JAVA400-L <java400-l-bounces-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org> On Behalf Of Jon Paris Sent: Saturday, April 8, 2023 12:39 PM To: Java Programming on and around the IBM i <[email protected]> Subject: Re: Changing PdfPTable width from RPGLE using iText Can't really offer much help as it appears that that version of iText is so old that it is no longer available for download. What you have done looks correct but ... Jon P. > On Apr 8, 2023, at 12:11 PM, Rich Dotson <[email protected]> wrote: > > Sorry about that Yes. My call was exactly as you described. > > pTable_setWidthPercentage( newTable : 90 ); > > > Get Outlook for Android<https://aka.ms/AAb9ysg> > > ________________________________ > From: JAVA400-L <java400-l-bounces-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org> on behalf of > Jon Paris <[email protected]> > Sent: Saturday, April 8, 2023, 12:02 PM > To: Java Programming on and around the IBM i > <[email protected]> > Subject: Re: Changing PdfPTable width from RPGLE using iText > > You haven't shown how you do the call - did you include the object as the first parameter? > > I would expect it to be: > > pTable_setWidthPercentage( newTable : 90 ); > > > Jon P. > >> On Apr 7, 2023, at 2:39 PM, Rich Dotson <[email protected]> wrote: >> >> We use the techniques from the Advanced Integrated RPG book by Thomas Snyder to create PDFs with RPG. >> >> I am trying to modify the width of a table inside a .pdf using using RPGLE. I would like to use the 'setWidthPercentage' method to adjust the table size but I can not get it to work in my RPGLE program. It defaults the table width to 80% of the page and I need to increase it sightly. >> >> I have found the Java code to set the width of the table. >> >> table.setWidthPercentage(90); >> >> >> The problem I am having is translating that code to RPG. >> >> I am able to create a two column table using: >> >> newTable = new_pdfptable(2); >> >> >> I tried defining the 'setWidthPercentage' using: >> >> dcl-pr pTable_setWidthPercentage ExtProc(*JAVA >> :'com.lowagie.text.pdf.PdfPTable' >> :'setWidthPercentage'); >> prWidthPct int(10) value; >> end-pr; >> >> >> When I try to use it I get the 'java.lang.NoSuchMethodError' message. The documentation I've found online states that the 'setWidthPercentage' method is in that .jar file version we have loaded. >> >> Any suggestions on how I can change the size of the table? >> >> Thanks, -Rich >> >> >> -- >> This is the Java Programming on and around the IBM i (JAVA400-L) >> mailing list To post a message email: [email protected] To >> subscribe, unsubscribe, or change list options, >> visit: >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flist >> s.midrange.com%2Fmailman%2Flistinfo%2Fjava400-l&data=05%7C01%7C%7C8b4 >> b86d176f74fe57a2108db384aa8c8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1% >> 7C0%7C638165665538535945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAi >> LCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata= >> O2Rp8zNymj4Kx1yOicoWJkQL7UwTMzdDaNOoEhveOKA%3D&reserved=0<https://lis >> ts.midrange.com/mailman/listinfo/java400-l> >> or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org >> Before posting, please take a moment to review the archives at >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchive.mid range.com%2Fjava400-l&data=05%7C01%7C%7C8b4b86d176f74fe57a2108db384aa8c8%7C8 4df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638165665538535945%7CUnknown%7CTWF pbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D% 7C3000%7C%7C%7C&sdata=2APcjMJSpDqCfjUxgGLrN%2B5rp7YaUjVRrZWueVHyVDg%3D&reser ved=0<https://archive.midrange.com/java400-l>. > > -- > This is the Java Programming on and around the IBM i (JAVA400-L) > mailing list To post a message email: [email protected] To > subscribe, unsubscribe, or change list options, > visit: > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists > .midrange.com%2Fmailman%2Flistinfo%2Fjava400-l&data=05%7C01%7C%7C8b4b8 > 6d176f74fe57a2108db384aa8c8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0 > %7C638165665538535945%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQ > IjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=O2Rp8 > zNymj4Kx1yOicoWJkQL7UwTMzdDaNOoEhveOKA%3D&reserved=0<https://lists.mid > range.com/mailman/listinfo/java400-l> > or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org > Before posting, please take a moment to review the archives at > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchive.mid range.com%2Fjava400-l&data=05%7C01%7C%7C8b4b86d176f74fe57a2108db384aa8c8%7C8 4df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638165665538535945%7CUnknown%7CTWF pbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D% 7C3000%7C%7C%7C&sdata=2APcjMJSpDqCfjUxgGLrN%2B5rp7YaUjVRrZWueVHyVDg%3D&reser ved=0<https://archive.midrange.com/java400-l>. > > -- > This is the Java Programming on and around the IBM i (JAVA400-L) > mailing list To post a message email: [email protected] To > subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org > Before posting, please take a moment to review the archives at > https://archive.midrange.com/java400-l. -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l. -- This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request-+hD5IHI5Xscn3HwCXmMcX9BPR1lH4CV8@public.gmane.org Before posting, please take a moment to review the archives at https://archive.midrange.com/java400-l.