跳到主要内容

12 篇博文 含有标签「invoice automation」

查看所有标签

在 Power Automate 中为您的发票格式构建自定义 AI 分析器:Dropbox 三步工作流程

· 阅读需 27 分钟
SEO and Content Writer

A 自定义 AI 分析器模板 这是一个命名的 JSON 模式,您可以在 PDF4me 开发门户中定义它,用于告知 AI 从特定文档类型中提取哪些字段。本演练将构建一个用于 PDF4me 自有 SaaS 订阅发票(33 个字段:供应商地址块、瑞士 MWST 税率、订阅 ID、行项目、折扣详情)的分析器,然后通过一个三步 Power Automate 流程调用它,该流程从 Dropbox 读取 PDF 文件并返回结构化的 JSON。

内置的 default_invoice_extraction 虽然涵盖了通用发票,但实际的应付账款团队会使用特定供应商的布局、自定义的明细项目列、特定管辖区的税项字段以及通用架构所缺失的订阅元数据。只需构建一次自定义分析器,即可永久获得精确匹配提取,无需逐字段提示,也无需后续逻辑来清理响应。

完整工作流程概览
Setup A. Log in to dev portal
dev.pdf4me.com login. Email plus password or any SSO provider (Microsoft, Google, Facebook, Apple, GitHub).
Setup B. Open AI Document Parser
Dashboard sidebar, AI Document Parser. Lists every Analyzer Template you have already created.
Setup C. Add a Parse Analyzer
Click Add, name it (e.g. Test Invoice), choose Type Parse. The Analyzer Id is what Power Automate references.
Setup D. Paste the JSON schema
Document Schema field. Each schema entry has fieldName, fieldType, fieldDescription. Save Changes.
Flow 1. Manually trigger a flow
Replace later with HTTP / SharePoint / Outlook trigger when ready for production.
Flow 2. Get file content (path)
Dropbox path /pdf4me.pdf, Infer Content Type Yes. Reads the source PDF into the flow.
Flow 3. AI - Document Parser
PDF4me action. File Content from step 2, File Name Test.pdf, Customisation Note Test Invoice (your Analyzer Id). Returns body JSON.

使用 Power Automate 从 Dropbox PDF + XML 创建 ZUGFeRD 发票:5 个步骤的工作流程

· 阅读需 21 分钟
SEO and Content Writer

德国的 《增长机会法案》 将 ZUGFeRD 式混合电子发票从“锦上添花”变成了 B2B 的必备功能。 2025年1月1日 所有德国企业都必须能够接收结构化的电子发票,完整的发送义务将分阶段实施。 2028对于任何 Microsoft 365 团队来说,最快的路径是包含五个步骤的 Power Automate 流程: 手动触发 → Dropbox 获取文件内容(PDF) → Dropbox 获取文件内容(XML) → PDF4me 创建 ZUGFeRD 发票 → Dropbox 创建文件XML有效负载嵌入在 PDF/A-3 归档外壳,生成一个供人打开并由会计系统解析的文件。本教程使用画布中捕获的原始屏幕截图: /pdf4metest/sample/10 page.pdf 对于视觉载体和 /pdf4metest/zugfred invoice/version2.xml 对于结构化数据,混合输出结果将落在 /pdf4meoutput 使用唯一的 GUID 前缀名称。10 分钟内即可投入生产环境。

流程概览
1. Manually trigger a flow
Manual trigger for testing. Swap for SharePoint When a file is created, Dropbox When a file is created, or any storage trigger in production.
2. Dropbox Get file content (PDF)
Reads the visual carrier from /pdf4metest/sample/10 page.pdf with Infer Content Type Yes. This is the PDF the recipient sees.
3. Dropbox Get file content (XML)
Reads the structured ZUGFeRD XML from /pdf4metest/zugfred invoice/version2.xml with Infer Content Type Yes. This is what accounting systems parse.
4. PDF4me Create ZUGFeRD Invoice
Combines both inputs as 2.0-XML format, XmlWithPdf output mode, BASIC conformance, Render Invoice on PDF Yes, Language de. Embeds the XML inside a PDF/A-3.
5. Dropbox Create file
Writes the hybrid file to /pdf4meoutput with guid()+headers/FileName so reruns never collide.

在 Make 中使用 AI 提取和智能重命名任何 PDF:一个包含 4 个模块的 Dropbox 工作流程,借助 PDF4me AI - 文档解析器

· 阅读需 22 分钟
SEO and Content Writer

供应商发票自动化中最难的部分始终是文件命名。一个文件夹里装满了 2030703747 (1).pdfScan_2026-04-12_invoice.pdf 无法搜索、无法排序、也无法审核。 PDF4me AI - 文档解析器 此外,还有一个 Make Parse JSON 模块可以解决这个问题。 4 个模块,零代码人工智能从PDF文件中提取供应商名称,同样的方法也适用于重新上传文件。 Acme Industries.pdf以下截图展示了画布中捕获的确切运行过程。

概况
1. Dropbox Download
Pulls /pdf4metest/sample/2030703747 (1).pdf. Scheduled trigger shown.
2. PDF4me AI - Document Parser
Runs the default_invoice_extraction Analyzer Template. Output: Doc Text JSON.
3. JSON Parse JSON
JSON string mapped to 3. Doc Text. Exposes vendorName, invoiceNumber, totalAmount, etc.
4. Dropbox Upload
Writes to /pdf4meoutput/ with File Name = 6. vendorName + .pdf. Smart-rename complete.

在 Power Automate 中向任何发票 PDF 添加瑞士二维码账单:一个包含 4 个步骤的 Dropbox 工作流程

· 阅读需 20 分钟
SEO and Content Writer

每张瑞士发票都必须包含一个 瑞士二维码钞票 这样,银行和会计软件就可以自动扫描和处理付款。借助 Power Automate 和 PDF4me,这项功能得以实现。 四步流程手动触发,Dropbox 获取文件内容PDF4me 条形码 - 创建 SwissQR 账单Dropbox 创建文件以下屏幕截图展示了画布中捕获的完整运行过程。一份 10 页的发票 /pdf4metest/sample 发票将符合瑞士标准,并附上付款单,然后上传至 /pdf4meoutput 文件名独一无二。10分钟内即可投入生产使用。

流程概览
1. Manually trigger a flow
Manual trigger for testing. Swap for SharePoint When a file is created or any storage trigger in production.
2. Dropbox Get file content
Reads the 10-page invoice from /pdf4metest/sample/10 page.pdf with Infer Content Type Yes.
3. PDF4me Barcode - Create SwissQR Bill
Appends the QR payment slip with CHF, QRR reference, English labels, custom Paging Options to land on page 3.
4. Dropbox Create file
Writes the populated PDF to /pdf4meoutput with a unique guid()+headers/FileName so re-runs do not collide.

在 Zapier 中将瑞士二维码账单添加到任何发票 PDF:4 步 Dropbox 工作流程

· 阅读需 22 分钟
SEO and Content Writer

每张瑞士发票都必须包含一个 瑞士二维码钞票 这样,银行和会计软件就可以自动扫描和处理付款。借助 Zapier 和 PDF4me,这一功能得以实现。 四步闪电Dropbox 文件夹中的新文件Dropbox 查找文件PDF4me 创建瑞士二维码钞票Dropbox 上传文件以下屏幕截图展示了画布中捕获的完整运行过程:一份 10 页的发票。 /pdf4metest/Swiss-RP 发票将生成符合瑞士标准的发票,并附上付款单,然后保存。 /pdf4meoutput10分钟内即可投入生产。

Zap概览
1. Dropbox New File in Folder
Watches /pdf4metest/Swiss-RP every 2 minutes. Trigger fires when a new invoice PDF lands.
2. Dropbox Find File
Resolves the file by name (10 page.pdf) and pulls the binary, ready for the next step.
3. PDF4me Create Swiss QR Bill
Appends the QR payment slip with all required SPS fields: CHF, QRR reference, English, Line with Scissor separator.
4. Dropbox Upload File
Writes the populated PDF to /pdf4meoutput. File Name and File Extension carried from the PDF4me output.

在 Power Automate 中,将瑞士二维码钞票插入到自定义页码中(使用 PDF4me 的 4 步 Dropbox 流程)

· 阅读需 22 分钟
SEO and Content Writer

大多数瑞士二维码账单教程都将付款单放在 第1页 (或者将其附加到末尾)。正式发票通常需要这样做。 介于两者之间例如,一份 10 页的合同包,其中二维码账单应紧随摘要之后;或者一份季度报表,其中账单单应位于封面页之后。PDF4me Power Automate 连接器可以通过一个操作轻松处理这些操作。 分页选项 = 自定义 加上 页码 场地。本指南将逐步介绍画布上捕捉到的确切运行过程: /pdf4metest/sample/10 page.pdf 成为符合瑞士标准的、插入了二维码钞票的文件 第3页然后上传到 /pdf4meoutput 使用以 guid 为前缀的名称,以避免重复运行发生冲突。 4 个操作,无需编写代码,几秒钟即可完成。

流程概览
1. Manually trigger a flow
Manual trigger for testing. Swap for any storage trigger in production.
2. Dropbox Get file content
Reads /pdf4metest/sample/10 page.pdf with Infer Content Type Yes.
3. PDF4me Barcode - Create SwissQR Bill
Output Format Type PNG (try PDF for hybrid). Paging Options custom, Page Number 3. All payment fields filled.
4. Dropbox Create file
Writes to /pdf4meoutput. File Name built from guid() plus headers/FileName so every run lands as a unique file.

在 Make 中将瑞士二维码账单添加到任何发票 PDF:一个包含 3 个模块的 Dropbox 工作流程

· 阅读需 21 分钟
SEO and Content Writer

每张瑞士发票都必须包含一个 瑞士二维码钞票 这样,银行和会计软件就可以自动扫描和处理付款。借助 Make 和 PDF4me,这项功能得以扩展。 三模块场景Dropbox 下载文件PDF4me 创建瑞士二维码钞票Dropbox 上传文件以下屏幕截图逐步展示了画布中所示的具体操作:一份 10 页的发票。 /pdf4metest/Files/10 page.pdf 发票将生成符合瑞士标准的发票,并附上付款单,然后保存。 /pdf4meoutput/10分钟内即可投入生产。

情况概览
1. Dropbox Download a File
Reads /pdf4metest/Files/10 page.pdf. Scheduled trigger (clock badge) is shown but any trigger works.
2. PDF4me Create Swiss QR-bill
Appends the QR payment slip to the source PDF. Currency, IBAN, creditor + debtor blocks, reference filled out.
3. Dropbox Upload a File
Writes the populated PDF to /pdf4meoutput/. File Name and Data mapped from the prior step.

在 Power Automate 中从 JSON 填充 Excel 模板:使用 Aspose Smart Markers 的 4 步 Dropbox 工作流程

· 阅读需 18 分钟
SEO and Content Writer

提供一个使用 Excel 模板的 Aspose 智能标记 (单元格写法如下) &=RootData.Items.ItemName将匹配的 JSON 有效负载粘贴到 Power Automate 流中,然后将其保存到 Dropbox,填充后的工作簿将返回到 Dropbox,并且总计已计算完毕。本指南将逐步介绍具体步骤。 精确的四步流程 屏幕截图所示:手动触发,Dropbox 使用路径获取文件内容PDF4me Excel - 填充以及 Dropbox 创建文件每个字段值都来自实际运行;输入模板、JSON 有效负载和输出工作簿最终都会链接在一起。

流程概览
1. Manual trigger
Manually trigger a flow. Replace with any trigger later.
2. Get file content (path)
Dropbox path: /pdf4metest/excel/populate excel/aspose template.xlsx
3. Excel - Populate
PDF4me action. JSON Data with RootData.Items array. Worksheet Indexes: 1 (Invoice sheet).
4. Create file
Dropbox /pdf4metest/excel/populate excel/output, name Excel_populate.xlsx.

如何在 Zapier 中使用 Dropbox 和 XML 创建 ZUGFeRD 发票(分步指南)

· 阅读需 23 分钟
SEO and Content Writer

如果您向德国、奥地利或任何要求使用结构化电子发票的欧盟买家销售产品,则适用以下规定: 16931年你可能被要求发送一份 手铐 (或者 Factur-X)发票。这是一个既可供人阅读又可供机器阅读的单个 PDF 文件,这得益于 PDF 文件中嵌入的 XML。

本指南展示了全部内容。 Zapier 该工作流监视 Dropbox 文件夹中的新上传文件,提取基础 PDF 和发票 XML 有效负载,并运行 PDF4me 创建 ZUGFeRD 发票并将最终生成的混合文件写回 Dropbox。只需五个 Zap 步骤。无需编写代码。可完全复现。

屏幕截图使用了以下示例路径:

  • 触发文件夹: /Blog Data/Zugferd Invoice
  • 基础PDF: /pdf4metest/sample/10 page.pdf
  • 发票 XML: /pdf4metest/Zugfred Invoice/version2.xml
  • 输出文件夹: /pdf4meoutput

如何在 n8n 中创建 ZUGFeRD 发票?Dropbox + JSON 工作流程,一步一步教你搞定!

· 阅读需 11 分钟
SEO and Content Writer

本指南构建了一个 n8n 以发票数据为工作流 JSON,创建 ZUGFeRD/Factur‑X 发票 PDF4me并将最终的 PDF 文件上传到 Dropbox

您将连接三个核心部件:

  1. 将发票 JSON 数据推送到 PDF4me(以便获得稳定的文档 URL),
  2. 根据该输入生成 ZUGFeRD 发票
  3. 将输出的PDF文件以二进制文件的形式上传到Dropbox。

如何在 Power Automate 中创建 ZUGFeRD 发票?Dropbox + JSON 分步工作流程。

· 阅读需 15 分钟
SEO and Content Writer

本指南完整展示了所有内容。 动力自动化 读取工作流程 基础 PDF发票 JSON 来自 Dropbox,生成一个 ZUGFeRD/Factur-X 使用发票 PDF4me 创建 ZUGFeRD 发票并将最终文件写回 Dropbox。

屏幕截图序列使用了以下示例路径:

  • 基础PDF: /blog data/zugferd invoice/simplepdf.pdf
  • JSON: /blog data/zugferd invoice/sample-invoice.json
  • 输出文件夹: /blog 数据/zugferd 发票/输出

如何在 Zapier 中将瑞士二维码账单合并到基础 PDF 文件中?Dropbox 七步模式。

· 阅读需 22 分钟
SEO and Content Writer

想象一下:你已经拥有一个 多页基础 PDF (您的发票布局、信头等所有相关内容) demo_5_page.pdf你也是从一个地方工作。 单词 你想把文件转换成一个合适的格式。 瑞士二维码钞票顶部印有 基于此,在不同工具之间复制粘贴PDF文件很快就会让人感到厌烦。

这里有一个 Zap 程序可以帮你完成那些枯燥的工作: Dropbox 当有新事物到来时,他会醒来。 PDF4me 转换您的 Word 文档,构建 SwissQR 滑, 叠加层 将其添加到基础文件中,并将完成的 PDF 文件保存到您选择的文件夹中。下面的屏幕截图使用了测试工作区中的真实路径和名称(/pdf4metest/TestRP3Page.docx等等)。把它们换成你自己的,就搞定了。