Hi,
Hi,
Hi,
Hi,
Thank you for the details. You can retrieve the binary content from a file, and then insert into the table cells or you may embed a binary file into the PDF document. Kindly refer to these help topics: Working with Attachments and Add and Extract a Table
A single line of code to create a Java string from the content of a file:
String content = new String(Files.readAllBytes(Paths.get(“d://test.txt”)));
No what I meant to say is,I’m picking the binary document from a particular column in a table which has the document name as .PDF
Hi,