Search found 6 matches
- Thu Nov 14, 2024 12:52 am
- Forum: YAJL-ILE
- Topic: YAJL_SAVEBUF Question
- Replies: 5
- Views: 42919
Re: YAJL_SAVEBUF Question
Like Scott said you will probably need to trim the string or change it to VARYING. If it's CHAR(70) and only 10 character in the path name it will think it's 60 blank spaces at the end.
- Thu Oct 10, 2024 6:37 pm
- Forum: RPG IV
- Topic: RPG and Java Lists
- Replies: 8
- Views: 45757
Re: RPG and Java Lists
Here are two articles I wrote on LinkedIn to go with this if anyone is interested.
https://www.linkedin.com/pulse/splittin ... son-lnuue/
https://www.linkedin.com/pulse/splittin ... son-ygtte/
https://www.linkedin.com/pulse/splittin ... son-lnuue/
https://www.linkedin.com/pulse/splittin ... son-ygtte/
- Thu Oct 03, 2024 2:15 pm
- Forum: RPG IV
- Topic: RPG and Java Lists
- Replies: 8
- Views: 45757
Re: RPG and Java Lists
Yeah that would take more work for sure. I haven't tried reading a PDF file with PDFBox only merging multiple documents together and now splitting based on knowing the pages to split. I know it has some capabilities to read PDF but never explored it. Mostly just wanted to see if I could split it ...
- Tue Oct 01, 2024 10:36 pm
- Forum: RPG IV
- Topic: RPG and Java Lists
- Replies: 8
- Views: 45757
Re: RPG and Java Lists
It was starting to bother me so I took the old and new and compared. In the get I was using java.util.Object and should've been using java.lang.Object.
- Tue Oct 01, 2024 9:48 pm
- Forum: RPG IV
- Topic: RPG and Java Lists
- Replies: 8
- Views: 45757
Re: RPG and Java Lists
Well I'm not exactly sure what I had wrong but I had something wrong somewhere. But this actually works. This needs to be cleaned up and documented. Not sure if this is a good example or not either. You would probably need to get the number of pages and somehow intelligently split the PDFs.
I have ...
I have ...
- Tue Oct 01, 2024 6:07 pm
- Forum: RPG IV
- Topic: RPG and Java Lists
- Replies: 8
- Views: 45757
RPG and Java Lists
I saw a question on one of the Facebook Groups about needing to split a PDF file using RPG and I had previously done something with merging multiple PDF documents into one PDF document with PDFBox and thought maybe this would be similar. I made a good bit of progress using RDi to create the Java ...