@theyworks/n8n-nodes-theyworks
v0.4.5
Published
A custom n8n node for theyworks customer, created by theyworks.
Maintainers
Keywords
Readme
n8n-nodes-theyworks
This is an n8n community node for theyworks users. This project can have several resources. Following,
- PDF: Manipulate PDF files using the
pdfcpucommand-line tool. - Data Extractor: Extract data from sources.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- PDF
- Remove Pages: Removes a specific range of pages from the input PDF and creates a new PDF without those pages.
- Add Watermark: Adds a text watermark to a PDF file.
- Data Extractor
- 입금 내역 추출: 입금 내역 문자에서 정보를 추출합니다
Remove Pages
- Add the "데이웍스(Theyworks)" node to your workflow.
- Select "PDF" as the resource.
- Select "PDF 페이지 삭제" as the operation.
- Connect a node that outputs a PDF file to the input of the node.
- In the node's properties, specify the page or pages to remove. For example, to remove pages 2 and 3, you would enter
2,3. To remove a range of pages, like from 5 to 7, you would enter5-7. - Run the workflow. The node will output a new PDF file with the specified pages removed.
Add Watermark
- Add the "데이웍스(Theyworks)" node to your workflow.
- Select "PDF" as the resource.
- Select "PDF 워터마크 추가" as the operation.
- Connect a node that outputs a PDF file to the input of the node.
- In the node's properties, specify the watermark text.
- Run the workflow. The node will output a new PDF file with the watermark added.
Compatibility
This node is compatible with n8n version 1.0.0 and later.
