Skip to content

Commit 0e10561

Browse files
Replace icon with FileToPDF brand mark (themed SVG); bump to 0.1.2
Swap the generic blue PDF-document icon for the real FileToPDF mark (rounded-square outline + diamond) as crisp vector, with light/dark variants so it renders well on both n8n themes. PNG was rejected by the n8n icon linter (node-class-description-icon-not-svg). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 99dc28c commit 0e10561

5 files changed

Lines changed: 11 additions & 9 deletions

File tree

nodes/FileToPdf/FileToPdf.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class FileToPdf implements INodeType {
144144
description: INodeTypeDescription = {
145145
displayName: 'FileToPDF',
146146
name: 'fileToPdf',
147-
icon: 'file:filetopdf.svg',
147+
icon: { light: 'file:filetopdf.svg', dark: 'file:filetopdf.dark.svg' },
148148
group: ['transform'],
149149
version: 1,
150150
subtitle: '={{$parameter["operation"]}}',

nodes/FileToPdf/filetopdf.dark.svg

Lines changed: 4 additions & 0 deletions
Loading

nodes/FileToPdf/filetopdf.svg

Lines changed: 3 additions & 5 deletions
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-filetopdf",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "n8n community node for FileToPDF — convert files, HTML and Markdown into polished PDFs.",
55
"keywords": [
66
"n8n-community-node-package",

0 commit comments

Comments
 (0)