Bonjour Jean-Paul,
yes, we can "open pringint fo PDF ..."
Example to "export" card 1 of your stack to a PDF file:Check "open printing to PDF" in the dictionary to see more options for this command.
Best
Klaus
yes, we can "open pringint fo PDF ..."
Example to "export" card 1 of your stack to a PDF file:
CODE:
...## Here you can let the user select a filename for the PDF...## answer file "Select a filename for the PDF file:"...## I will use a static filename on the desktop for this example:put specialfolderpath("desktop") & "/card1_of_my_stack.pdf" into tOutputfileopen printing to pdf tOutputfileprint cd 1## Or use a repeat loop to print more than one card to a PDF file...## Done:close printing...
Best
Klaus
Statistics: Posted by Klaus — Tue Jun 11, 2024 9:53 am