PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
ComPDF Conversion SDK supports converting PDF documents to CSV (Comma-Separated Values). In the Node.js SDK, CSV output is controlled by Excel conversion options.
const options = {
excelCsvFormat: true,
autoCreateFolder: true
};
const result = sdk.startPDFToExcel(
inputFilePath,
"",
outputFilePath,
options
);