v iv

Generation

generate functionFri, 16 Jun 2023

convert lotus notes document to pdf file

void convertNotesDocumentToPDF(NotesDocument doc, String fileName) { NotesDocument toConvert = doc; // do some work toConvert.convertToPDf(fileName); }

Questions about programming?Chat with your personal AI assistant