05-06-2020 12:03 PM
Hi,
I use the Exaprom PDF 2.0 library to create PDFs with LabVIEW.
My question is: Is it possible to create two tables and arrange them in one line without line feed as shown in the next picture:
My suggestion was:
but this doesn't work. The second table appears under the first table. Is there a possibility to arrange them in one line, so that the second table will appear next to the first table? Maybe there is a flag, that indicates a line feed and it's possible to deactivate it, but I can't find something.
I know that that's possible with text, but also with tables?
I use LabVIEW 2018 and Exaprom PDF 2.0.
Thank you very much.
Solved! Go to Solution.
07-26-2021 11:59 PM
you can tray this
with this configuration, pay attention the cell border
that works for me
08-02-2021 07:09 AM - edited 08-02-2021 07:11 AM
Thank you very much for your reply.
I already found a way that is similar to the answer you wrote.
Nevertheless many thanks.