Page 1 of 1

How to Save a CSV file as a PDF File

Posted: Fri Aug 23, 2024 5:26 pm
by trags3
I can't seem to get this right.
I need to save a CSV file as a PDF file.
How is this done?
Thanks in Advance!

Tom

Re: How to Save a CSV file as a PDF File

Posted: Fri Aug 23, 2024 5:52 pm
by Klaus
Hi Tom,

you may need to put the file into a field and then -> open printing to pdf...


Best

Klaus

Re: How to Save a CSV file as a PDF File

Posted: Fri Aug 23, 2024 6:23 pm
by trags3
Thanks Klaus,
I'll Give that a try!
Tom

Re: How to Save a CSV file as a PDF File

Posted: Fri Aug 23, 2024 6:45 pm
by richmond62
My first Q would be where your CSV stuff is originating.

If it is originating in a Table Field for instance, you can probably 'spit it out' directly to PDF without having to do a round trip through a CSV file.

Re: How to Save a CSV file as a PDF File

Posted: Fri Aug 23, 2024 8:40 pm
by dunbarx
Hi,

I use, as Klaus mentioned, "open printing to PDF" all the time. That command simply prints whatever is on-screen, creating a PDF file instead of sending to a printer. All the normal printing gadgets are still valid, "formatForPrinting", "printMargins", "printPaperorientation", whatever. Check out the dictionary for other capabilities.

Craig