惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
博客园_首页
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
博客园 - 司徒正美
有赞技术团队
有赞技术团队
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog

Inside Nutrient

A guide to the invisible work behind documents Introducing Nutrient Documents for Salesforce: Native document generation and signing Document AI vs. traditional OCR: Choosing between OCR, AI, and hybrid pipelines PDF SDK compliance and security evaluation checklist for enterprise teams (2026) Invariant Corp replaces paper processes with Nutrient Workflow and scales without limits What is process mapping? A complete guide Nutrient vs. Conga Composer for Salesforce document generation (2026) Document routing: How to automate document distribution The CTO’s AI playbook: Why accountability architecture beats orchestration Compliance workflow automation: Why built-in compliance is table stakes Workflow diagrams: Examples, symbols, and how to build one that actually runs Digital forms: Replace paper forms with automated workflows Approval workflow software: How to automate approvals Why document-centric automation is different The CEO’s AI playbook: Why decision architecture beats model selection Nutrient SDK product updates for Q1 2026 PDF redaction verification: How to prove sensitive data is permanently removed What is a VPAT? The complete guide to accessibility conformance reports What is PDF/UA? The accessible PDF standard explained Salesforce eSignatures: Generate, sign, and track documents in one flow Online document viewer: Options, tradeoffs, and how to embed one Document viewer for web apps: React, Vue, Angular (2026) Best document viewers in 2026: A buyer’s guide How to edit a PDF in Python: Add text, images, and annotations Nutrient advances Workflow platform with agentic AI for enterprise-grade speed and consistency in document-heavy operations How to create a Salesforce quote template from opportunity data The business case for accessibility: Five ways it drives enterprise value Python PDF library comparison (2026): 7 libraries for developers Why your AI agent hallucinates PDF table data PDF.js limitations: When to upgrade to a commercial PDF SDK
New zip folder functionality streamlines file management ...
Alex Donhou · 2025-12-16 · via Inside Nutrient

The new Zip Folders step in Document Automation Server enables you to compress processed files automatically, save valuable storage space, and generate detailed compression reports — all within a single job.

Managing large volumes of processed documents can quickly consume valuable storage space. Whether you’re archiving completed workflows, distributing processed files, or simply keeping your file system organized, compression is essential — but manually zipping folders after automation jobs defeats the purpose of automation.

That’s why we’re excited to introduce the new Zip Folders step in Document Automation Server (DAS) v6.0.2509.24. This highly requested feature lets you compress files automatically as part of your document processing workflows, complete with detailed reporting on space savings.

What is the Zip Folders step?

The Zip Folders step is a new processing option in DAS that automatically compresses files and folders after (or during) your document automation workflows. This step — located in Designer > Advanced — integrates seamlessly into your existing jobs, letting you process documents and compress the results in a single, streamlined operation.

Zip Folder step in the Designer tab of DAS

You can use it in two ways:

  1. As part of a workflow — Process your documents (convert, OCR, split, merge, etc.), and then automatically zip the results.
  2. As a standalone step — Point it at any directory of files that need compression to free up storage space.

New to Document Automation Server? DAS is Nutrient’s powerful document processing platform that automates complex document workflows at scale. Learn more about DAS.

Three compression modes for different needs

The Zip Folders step offers three distinct compression modes to match your specific workflow requirements.

1. Zip Top Level

This creates a single zip file containing all files and folders from the input directory. It’s ideal when you want to archive an entire workflow’s output as one compressed package.

Use case: You’ve processed 500 invoices through OCR and data extraction. Use this mode to create a single processed-invoices.zip file containing all results.

2. Zip Recursive

This mode zips each individual folder and subfolder’s contents into separate zip files. All output zip files are created in the top level of the output folder, giving you granular control over your compressed files.

Use case: You have a folder structure organized by department, and you want each department’s processed documents compressed separately while keeping them all in one output location.

3. Zip Recursive With Limit

This mode is similar to Zip Recursive, but it lets you specify a maximum depth. This zips folders and subfolders only up to your specified level. At the limit level, all folders are compressed with their entire contents (including any deeper subfolders).

Use case: You have a deeply nested folder structure (/year/quarter/month/department/files), but you only want to create zip files at the quarter level, keeping all months and departments compressed within each quarter’s zip file.

Customizable output and reporting

Output folder naming

By default, the output uses the %DIRNAME template, naming each zip file after its source folder. You can customize this with three available templates:

  • %DIRNAME — Input folder name
  • %DATESTAMP — Date the zip was created
  • %TIMESTAMP — Exact time the zip was created

Example: processed-%DIRNAME-%DATESTAMP.zip creates files like processed-invoices-2025-12-16.zip

Automatic compression reports

One of the most requested features was visibility into storage savings. The Zip Folders step can generate a detailed CSV report showing exactly how much space you’re saving with each file compression.

The report includes:

  • Zip folder path
  • Filename
  • Input size (uncompressed)
  • Compressed size
  • Compression ratio (percentage)

You can specify a custom location for the report or let DAS create it automatically in the output folder as report-%TIMESTAMP.csv.

Example use case: Your compliance team needs to archive 10 years of processed contracts. The CSV report shows you’ve compressed 2.3 TB down to 487 GB — a 79 percent space saving — helping you justify storage costs and plan capacity.

Pro tip: Use the compression report to identify files that compress poorly (low compression ratios). These might already be compressed formats (like PDFs with JPEG images) or could benefit from different processing settings.

Get started with the Zip Folders step

Ready to start saving storage space and streamlining your document workflows?

  1. Upgrade to DAS v6.0.2509.24 or later — The Zip Folders step is available in this version and all newer releases.
  2. Add the step to your job — Find it in the Advanced section of the DAS designer.
  3. Configure your compression mode — Choose top level, recursive, or recursive with limit based on your needs.
  4. Enable reporting (optional) — Generate CSV reports to track your space savings.

Need help getting started? Check out our DAS documentation or contact our Support team for guidance.

Why automation matters

Before the Zip Folders step, many DAS users had to manually compress processed files or build custom scripts to handle compression after automation jobs completed. This introduced delays, required additional infrastructure, and created opportunities for errors.

Now, compression is just another step in your workflow — automated, reliable, and fully integrated with DAS’s powerful document processing capabilities.

We listen to our customers

The Zip Folders step was built in direct response to customer feedback. Your input helps us prioritize features that solve real workflow challenges.

Have ideas for other DAS features? Share your feedback with us — we’re always listening.

Ready to streamline your document workflows? Contact Sales or check out our free trial to start using the new Zip Folders step today.