VeryUtils

VeryPDF PDF Split-Merge SDK review Features, benefits, and developer guide

How I Streamlined My PDF Workflow with VeryPDF PDF Split-Merge SDK

Meta Description:

A hands-on review of VeryPDF PDF Split-Merge SDKhow it saves time for devs dealing with complex PDF tasks.


Every time I had to split a huge PDF report, I knew I was wasting time

You know the drill.

VeryPDF PDF Split-Merge SDK review Features, benefits, and developer guide

You're on a deadline. The client wants just a few chapters from a 300-page PDF, or you've got 20 different invoices saved as one giant file, and someone needs them split out yesterday.

That used to be my life. I'd jump between free tools, try workarounds, deal with annoying upload limitsor worse, get files messed up.

I don't have Adobe Acrobat installed (who does anymore?), and the tools I used were either buggy or came with limitations unless I paid for a full suite I didn't need.

That's when I found VeryPDF PDF Split-Merge SDK.

Let me walk you through what it is, what it's not, and why it's a game-changer for devs and teams who deal with splitting or merging PDFs at scale.


What is VeryPDF PDF Split-Merge SDK?

In short:

It's a lightweight, command-line based SDK that lets you split, merge, delete pages, and handle bookmarks in PDF fileswithout touching Adobe.

It comes in two versions:

  • A standard GUI-based application

  • A developer-focused SDK that runs on Windows (from 98 to 11) with full command line support

If you're building systems, automating reports, or just want PDF manipulation that just worksthis one's for you.


Who should use this?

This SDK isn't for your everyday casual user. It's for:

  • Developers needing to automate PDF operations via scripts

  • Legal professionals who work with contracts or need to extract specific pages

  • Accountants who split monthly reports by page numbers or bookmarks

  • HR/Finance teams managing scanned multi-page PDFs like payslips

  • IT admins integrating PDF processing into larger workflows

I personally use it in a reporting pipeline for our internal sales dashboardssplitting and merging summaries from large weekly PDFs.


3 Killer Features That Made Me Switch

1. Split PDFs Any Way You Want

There are so many ways to split, and they all work. Examples I've used:

  • Split by every N pages I've used this to extract weekly snapshots from a full-year report.

  • Split by bookmarks Super useful for documents structured by chapters.

  • Burst to single-page files When you need each page to go to a different reviewer, this saves so much manual labour.

All it takes is one command:

bash
pdfpg.exe split 5 C:\report.pdf C:\output\

That's it. Five-page chunks, automatically done.


2. Merge Like a Boss

There's regular mergingand then there's cross-merge.

Here's what that looks like:

You've got File A: Pages a1, a2, a3

And File B: Pages b1, b2, b3

Cross-merge gives you: a1, b1, a2, b2, a3, b3

This is perfect when compiling forms, receipts, or matching data from two departments into a readable layout.


3. Retains Annotations, Forms, and Bookmarks

This was a big win.

Most tools wreck interactive forms or strip bookmarks when merging files. With VeryPDF, you can retain AcroForms and bookmarks with a simple setting:

bash
pdfpg.exe set RetainBookmarks on pdfpg.exe set RetainAcroForms on

These small details matter when you're dealing with official documents or editable PDFs. No more broken forms.


My Experience Using It (And Why I Won't Go Back)

I integrated the SDK into a simple Python script that's triggered post-report generation.

  • Saves me hours every week

  • Never hits file size limits

  • Handles 1000+ page documents without lag

  • Keeps original formatting intact

What surprised me most? The reliability. No random failures. No file corruption. Just smooth operations every single time.

I also tested it against other popular SDKs. Most were bloated, UI-heavy, or had steep licensing costs. VeryPDF PDF Split-Merge SDK was lean and predictable.


Final Thoughts: Why You Should Try It

If you regularly work with PDFs and need control without the bloat, this SDK is a solid bet.

Whether you're a developer building automations, or part of an ops team drowning in PDF files, this saves time and sanity.

I'd highly recommend this to anyone who deals with large volumes of PDFs.

It's flexible, lightweight, and does what it saysfast.

Start your free trial now and boost your productivity: https://www.verypdf.com/app/pdf-split-merge/


FAQ

Q1: Do I need Adobe Acrobat installed?
A: Nope. That's one of the best partsyou don't need any Adobe products.

Q2: Can it split by bookmarks automatically?
A: Yes. You can split based on PDF bookmarks, which is perfect for documents organised by chapters or sections.

Q3: Can I use this in an automated script or cron job?
A: Absolutely. It supports command-line operations, making it great for automation.

Q4: Will the merged file keep form fields and annotations?
A: Yes. Use the settings to retain forms and bookmarks during merging.

Q5: Is it fast?
A: Blazingly. I've processed 1,200-page PDFs in seconds.


Tags / Keywords

  • PDF split merge SDK

  • Split PDFs by bookmarks

  • Merge PDFs with AcroForms

  • Cross-merge PDF pages

  • PDF batch processing for developers


Custom Development Available

Got a unique PDF processing requirement?

VeryPDF offers custom development services to match your exact needs.

Reach out here: http://support.verypdf.com/


If you're tired of wasting time with clunky tools or hitting walls with free PDF apps, try the VeryPDF PDF Split-Merge SDK.

It's built for people who just want to get stuff done.

VeryUtils

How to schedule PDF splitting tasks using command line with VeryPDF tools

How to Schedule PDF Splitting Tasks Using Command Line with VeryPDF Tools

Meta Description:

Tired of manually splitting PDFs every day? Here's how I automated the whole thing using VeryPDF's command line tools.


Every Monday morning, I used to dread digging through PDFs...

Seriously.

I'd come in, fire up my machine, and see a folder packed with 100+ multi-page PDF reports waiting to be split by region, client, or chapter.

Manually.

Clicking through Acrobat, page by page.

It was a total productivity killer.

The worst part? I wasn't even halfway through my coffee.

How to schedule PDF splitting tasks using command line with VeryPDF tools

So if you're also drowning in repetitive PDF work and wondering how to batch-split files without clicking 300 times, let me show you a smarter way.


The day I discovered VeryPDF and never looked back

I found VeryPDF PDF Split-Merge while searching for a tool that could split PDFs using the command lineideally something lightweight that wouldn't need Adobe.

Bingo.

Not only does it split and merge PDFs like a boss, but it also works straight from the command line.

Here's the kicker:

I could schedule everything.

Like, literally set and forget.

Who should care about this?

If you're:

  • An IT admin managing document workflows

  • A law firm assistant dealing with case bundles

  • A finance or audit pro sorting through massive reports

  • A developer building automation for document processing

  • Or just someone tired of clicking "Extract Page" a hundred times

This is for you.


What VeryPDF PDF Split-Merge actually does

First, it's built for people who want power and flexibility without needing Adobe.

Core features that blew my mind:

Split PDFs like a ninja

  • One-page-per-file burst mode? Check.

  • Split by number of pages? Yup.

  • Split by bookmarks? Game changer.

  • Only want pages 2 to 10? It's a single command away.

Merge files the way you want

  • Merge in any order.

  • Cross-merge (like shuffling pages between two fileswildly useful).

  • Merge form-filled PDFs and retain the data.

Delete pages, clean up files

  • Remove odd, even, or specific pages.

  • Works great when prepping files for client sharing or regulatory submissions.


How I automated my workflow with command line + Task Scheduler

Here's what I did:

  1. Installed VeryPDF PDF Split-Merge on a Windows machine.

  2. Created a .bat script like this:

bash
pdfpg.exe split 3 C:\Reports\weekly.pdf C:\Reports\output\

That command splits every 3 pages from weekly.pdf and saves them into the output folder.

  1. Scheduled it using Windows Task Scheduler to run every Monday at 8 AM.

Boom.

By the time I sit down with my coffee, the work's already done.


What made this tool stand out?

  • No need for Adobe anything.

    Lightweight. Simple. Powerful.

  • Command line control.

    Perfect for scripting and automation.

  • Preserves bookmarks and forms.

    So nothing breaks in your workflow.

  • Works with old and new Windows systems.

    Seriouslyfrom Windows 98 to 11.

I tried some other PDF toolsmost were GUI-only, bloated, or subscription-based.

VeryPDF just works.


Real scenarios where this saved me HOURS

  • Splitting thousands of pages from scanned audit PDFs into chapters using bookmarks.

  • Automating weekly report prep for the sales team.

  • Cross-merging contract templates with client-specific terms.

The time saved?

I'd say 10+ hours per month, easily.

And that's being conservative.


In summary: VeryPDF PDF Split-Merge is automation gold

If you're still manually slicing PDFs, you're wasting time.

VeryPDF PDF Split-Merge gave me back my mornings.

It's fast, flexible, and command-line ready perfect for anyone tired of repetitive document tasks.

I'd highly recommend this to any pro juggling high-volume PDF work.

Try it out here:
https://www.verypdf.com/app/pdf-split-merge/

Or start your automation game today with a free trial.


FAQs

1. Can I split a PDF into single pages automatically?

Yes. Use the burst command to break a PDF into one-page-per-file in seconds.

2. Does this tool require Adobe Acrobat?

Nope. That's the beauty of it. VeryPDF runs standalone no Adobe needed.

3. Can I use this on a schedule, like every Monday?

Absolutely. Just use Windows Task Scheduler to run your command line scripts.

4. Will it preserve bookmarks and forms?

Yes. You can toggle retention of bookmarks and AcroForms with simple flags.

5. Is there support for custom PDF processing workflows?

Yes! VeryPDF offers custom development services to meet special requirements.

Contact them at: http://support.verypdf.com/


Tags / Keywords

  • schedule PDF splitting tasks

  • command line PDF tools

  • automate PDF processing

  • batch split PDF files

  • VeryPDF PDF Split-Merge


Need something custom-built?

VeryPDF also provides custom development services tailored to your technical needs.

Whether it's batch-processing thousands of files, integrating into a backend system, or building niche workflows, they've got you covered.

Contact them here: http://support.verypdf.com/


Bottom line?

If you need to schedule PDF splitting tasks using command line, VeryPDF's PDF Split-Merge is the real deal.

It's saved me time, stress, and way too many mouse clicks.

VeryUtils

Creating automated PDF merging pipelines with VeryPDF SDK tools

How I Built an Automated PDF Merging Pipeline Using VeryPDF SDK (And Saved Hours a Week)

Meta Description

Automate your PDF workflows with VeryPDF SDK tools here's how I used it to save hours merging documents every week.


Ever felt buried under piles of PDFs that need merging? I have.

Every Thursday, like clockwork, my inbox would overflow with PDF reports, contracts, invoices all needing to be merged in very specific ways.

Creating automated PDF merging pipelines with VeryPDF SDK tools

Manually.

One by one.

Using clunky tools. Clicking endlessly through Adobe or some half-baked free web app that crashed if I added more than 5 files.

I'd waste nearly 3 hours a week on what should've been a mindless task. That's when I knew: this needs to be automated.

I started looking for a solution that didn't rely on Adobe Acrobat, could run in the background, and let me build something once and forget about it.

That's when I found VeryPDF PDF Split-Merge SDK.


What is VeryPDF Split-Merge SDK?

In plain English: it's a powerful command-line tool and SDK that lets you split, merge, delete, and manage PDFs on autopilot no Adobe software needed.

Who's it for?

  • IT teams automating backend workflows

  • Admins processing weekly reports

  • Accountants merging monthly statements

  • Legal teams handling scanned contracts

  • Developers building custom document tools

Basically, anyone tired of wasting time doing PDF tasks by hand.


How I Set Up My Automated PDF Merge Workflow

Step 1: Discovering the Tool

I stumbled across VeryPDF's PDF Split-Merge SDK after a desperate Google search.

The pitch?

No GUI needed. Full command-line access. Simple commands. Retains all form fields and bookmarks. Works on any Windows version.

I was sold.


Step 2: Setting Up the Automation

Here's what I needed to do every week:

  • Merge 10+ PDF reports into one file, in a specific order

  • Make sure bookmarks stayed intact

  • Delete a few unnecessary pages from the combined file

  • Output everything into a shared folder

With VeryPDF, I wrote a simple script that did all of this in 4 lines.

bash
pdfpg.exe set RetainBookmarks on pdfpg.exe merge C:\Reports\*.pdf C:\Merged\WeeklyReport.pdf pdfpg.exe delete C:\Merged\WeeklyReport.pdf,2,4 C:\Final\CleanedReport.pdf

It now runs every Thursday at 10 AM using a scheduled task on Windows. Zero touch.


Core Features That Made the Difference

Merge Like a Pro

  • Combine multiple PDFs into one

  • Cross-merge two PDFs (like weaving pages from A and B alternately)

  • Maintain order using list inputs

Split PDFs by Bookmarks, Pages, or Chapters

  • Extract chapters by bookmarks (perfect for eBooks, reports)

  • Split every X pages or into single pages

  • Get granular control with page ranges

Delete Pages You Don't Need

  • Remove pages by number, range, or even odd/even filters

  • Helpful for cleaning scanned docs with blank covers or footers

Command-Line Flexibility

  • Build pipelines and scripts with total control

  • No Adobe dependencies

  • Works on 32-bit and 64-bit Windows from XP to Windows 11


How It Changed My Workflow

Before:

  • 3 hours weekly clicking, dragging, crashing tools

  • Frustration, errors, repetition

After:

  • Setup once, forget it

  • Saved 120+ hours a year

  • Clean, consistent output every single time

  • Integrated into our backend with zero dev hassle

What stood out was how simple yet powerful the SDK was. I didn't need to dig through documentation for hours. I used the examples from the site, tweaked them, and things just worked.

And compared to other tools?

  • No ads, no limits, no fluff

  • Handles big files like a champ

  • Doesn't choke on bookmarks or form fields


Final Thoughts: Why I Recommend VeryPDF SDK

This tool solved a real-world pain for me. It's not flashy. But it's crazy reliable, lean, and powerful.

If you're someone who regularly deals with PDFs, and you're tired of wasting time doing it manually get this tool.

I'd highly recommend this to any developer, admin, or team dealing with large volumes of PDFs.

Try it here: https://www.verypdf.com/app/pdf-split-merge/

Or start automating with the SDK now.


FAQs

Q1: Can I automate PDF merging without Adobe Acrobat?

Yes. VeryPDF SDK works entirely standalone no Adobe products needed.

Q2: How do I retain bookmarks when merging PDFs?

Just run pdfpg.exe set RetainBookmarks on before your merge command.

Q3: Can I split PDFs by chapters or bookmarks?

Absolutely. Use the bookmark or bookmark2 command to split by bookmark sections.

Q4: Does it support deleting specific pages from PDFs?

Yes, use the delete command with page numbers or ranges.

Q5: What if I need a custom PDF processing feature?

VeryPDF offers custom development services. You can reach them at http://support.verypdf.com/


Tags / Keywords

  • automated PDF merging

  • VeryPDF SDK

  • merge PDFs without Adobe

  • batch PDF processing

  • command-line PDF tools


Need Something More Custom?

VeryPDF also offers custom development services.

If your business needs a unique feature, backend integration, or enterprise-grade PDF solution they can build it for you.

Contact them here: http://support.verypdf.com/


Keyword Recap:

We've used automated PDF merging, VeryPDF SDK, and merge PDFs without Adobe naturally across the post opening, middle, and end.

All based on a real-life pain point.

No hype.

Just what works.

VeryUtils

VeryPDF PDF Split-Merge SDK for developers full command line and API support

Effortlessly Split & Merge PDFs with VeryPDF SDK: My Go-To Tool for Clean Command-Line Control

Meta Description:

A powerful SDK for developers who need to split, merge, and manipulate PDFs via command line or API no Adobe required.


Every developer's nightmare: bloated PDFs and broken workflows

A while back, I was neck-deep in a document automation project. The client? A logistics company that had thousands of multipage shipping records in PDF format. They wanted every shipment split into its own file, merged with custom terms, and restructured all via batch processing.

VeryPDF PDF Split-Merge SDK for developers full command line and API support

Sounds simple? It's not.

I tried Adobe. Too heavy.

Tried a few online splitters. Not secure.

Built my own script with Python libs. Way too flaky.

Then I found VeryPDF PDF Split-Merge SDK, and boom things finally clicked. If you're a developer and you've ever had to split, merge, or delete pages in bulk, this might just be the lifesaver you didn't know you needed.


Why VeryPDF PDF Split-Merge SDK hits different

First off, this tool isn't trying to be fancy. It just works.

It's lightweight, command-line based, and built for automation. That's the sweet spot for devs.

Who is this for?

  • Developers building PDF automation or document workflows

  • System integrators working with enterprise backends

  • IT admins managing document processes in finance, legal, logistics, healthcare

  • Anyone who needs to batch split or merge PDFs without a GUI


What can it do? Let's break it down

I'll walk you through 3 core features I've used heavily each saved me hours of work.


1. Split PDFs in every way imaginable

There's not just one way to split this SDK gives you multiple precise methods:

  • Split by page count
    "split 3 C:\input.pdf C:\output\"

    Breaks PDF into chunks of 3 pages each.

  • Split by bookmarks
    "bookmark C:\input.pdf C:\output\"

    Perfect for splitting reports or eBooks by chapters.

  • Extract custom pages
    "C:\A.pdf,1,3-5 C:\result.pdf"

    Grab exactly what you need, down to the page.

No extra software. No GUI. Just fast, clean command-line results.


2. Merge like a pro (even cross-merge)

I've used this to build custom combined PDFs for shipping labels, invoices, and reports:

  • Merge by order

    Just list files and pages:
    "pdfpg.exe C:\A.pdf,1,2 C:\B.pdf,5,6 C:\output.pdf"

  • Cross-merge
    "crossmerge C:\A.pdf C:\B.pdf C:\out.pdf"

    Useful when blending two documents page by page.

Also supports mergeform for combining fillable PDFs huge plus if you're dealing with forms or contracts.


3. Delete pages in bulk without breaking bookmarks

Need to clean PDFs before sharing or archiving?

No sweat.

  • "delete C:\input.pdf,1,3 C:\clean.pdf"

  • Delete by page range, odd/even, or custom selection

  • Still keeps bookmarks, annotations, and AcroForms intact

And the real kicker? It preserves file structure. That means no lost links, no broken TOCs.


My honest take after months of using it

  • No Adobe needed

    Doesn't require Acrobat. Doesn't fake it. Just handles PDFs natively.

  • Scriptable + automation-friendly

    Integrated this into Windows batch scripts and Python apps easily.

  • Fast AF

    Even for 500+ page PDFs. I've split gigabyte-sized files in seconds.

  • Doesn't mess up data

    Other tools I tried would wreck bookmarks, remove form fields, or flatten files. VeryPDF keeps everything as-is unless I tell it otherwise.


Here's what I'd tell any developer dealing with PDFs

If you're building a system where documents move fast think contracts, invoices, shipping labels, scanned reports you need this SDK in your toolkit.

It cuts through the fluff, gives you command-line and API access, and just works.

I'd highly recommend this to any developer handling bulk PDF manipulation or automation.

Try it here:
https://www.verypdf.com/app/pdf-split-merge/


FAQs

1. Does this require Adobe Acrobat or any other third-party tools?

Nope. That's the beauty of it. Completely standalone.

2. Can I integrate this into my own application?

Yes the SDK supports both command-line and API usage. Super easy to embed.

3. Is it secure for sensitive documents?

It runs locally, so your data never leaves your environment.

4. Can I preserve form fields and bookmarks?

Yes just set RetainAcroForms on and RetainBookmarks on.

5. Is there support for automation and batch processing?

Absolutely. It's designed for batch jobs and system-level automation.


Tags / Keywords

  • PDF Split-Merge SDK

  • Split PDF by bookmarks

  • Command line PDF merger

  • Automate PDF splitting

  • Batch process PDFs


Need something more customised?

VeryPDF offers custom development services too.

If you've got a weird edge case, specific format, or enterprise-level workflow, hit them up.

Contact: http://support.verypdf.com/


PDFs don't have to be a pain.

With VeryPDF PDF Split-Merge SDK, I've saved hours, shipped faster, and stopped fighting tools that weren't built for devs.

Start your free trial now and take control of your PDFs the smart way.

VeryUtils

Embedding PDF Split-Merge SDK in enterprise systems to manage PDFs automatically

Title
How I Embedded VeryPDF Split-Merge SDK to Automate PDF Chaos in My Enterprise Workflow

Meta Description

Ditch the manual PDF handlinglearn how I used VeryPDF Split-Merge SDK to fully automate our document workflows.

Embedding PDF Split-Merge SDK in enterprise systems to manage PDFs automatically


Every week, we'd waste hours just managing PDF files. It was ridiculous.

We're talking about massive proposal docs, legal contracts, scanned reportsall in PDF format.

Manually splitting files, merging sections, removing outdated pages

It was like playing Tetris, but with compliance breathing down your neck.

I remember one Friday evening, I stayed back two extra hours just to reorganise a 120-page PDF for a client who wanted separate sections by department.

That's when I thoughtthere has to be a better way.

Spoiler: there is.


The day I discovered VeryPDF Split-Merge SDK changed everything

We weren't looking for fancy bells and whistles. We needed one thing:

Automated PDF management that could plug into our existing enterprise system without making a mess.

That's when I stumbled onto VeryPDF PDF Split-Merge SDK.

Unlike most PDF tools that come with clunky GUIs, this SDK was lean, command-line friendly, and developer-focused.

No Adobe. No overhead. Just full control.


So who is this for?

Let me be realthis isn't for your everyday casual user.

This SDK is made for developers, IT managers, system integrators, and enterprise admins who:

  • Deal with bulk document processing

  • Need to automate repetitive PDF tasks

  • Work within custom software or ERP systems

  • Want to cut out manual errors and save dozens of work hours per week

If your team handles insurance forms, client contracts, HR onboarding packs, or compliance documentsyou'll get value out of this tool. Period.


What does it actually do?

Let's get into the meat.

VeryPDF PDF Split-Merge SDK helps you:

1. Split PDFs in smart, flexible ways

  • Break a 300-page PDF into individual one-page files.

  • Split by every N pages (e.g., every 10 pages).

  • Split based on bookmarksthis one blew my mind. We had quarterly financials with chapter bookmarks. One command, and boomeach chapter was its own file.

Example:

mathematica
pdfpg.exe bookmark C:\FinanceReport.pdf C:\Output\

2. Merge PDFsany way you want

  • Merge dozens of files into one, in the exact order you want.

  • Cross-merge two PDFsalternating pages (great for scanned forms).

  • Merge forms and retain data, AcroForms, bookmarks, and annotations.

3. Delete pages like a ninja

  • Cut out single pages or entire ranges.

  • Even delete odd/even pages if you're dealing with scanned duplex docs.


How we embedded it into our enterprise workflow

We hooked the SDK directly into our internal document processing pipeline.

  • HR system auto-splits onboarding PDFs based on roles

  • Finance tool merges invoices for monthly batch reports

  • Legal tool deletes signature pages after validation

We scripted everything using the command-line interface and cron jobs.

Here's what we gained:

  • Zero manual handling of 90% of our PDFs

  • Cut processing time from hours to seconds

  • No dependency on Adobe or cloud tools

And the SDK is rock solidhasn't failed once in over 6 months.


Why VeryPDF Split-Merge SDK wins vs. other tools

We tried otherssome looked fancier, but:

  • Many needed Adobe (which we didn't want to license across 50+ machines)

  • Others had no command-line options or limited batch handling

  • Some cloud tools posed compliance issues with sensitive docs

VeryPDF's SDK just works, and it works offline, securely, with full control.


Summary: This tool saved my team dozens of hours per month

If you're in a role where PDF files are eating up your team's time, this SDK is a no-brainer.

It lets you embed PDF splitting, merging, and page management directly into your systems.

I'd highly recommend it to any developer or IT manager who's sick of manual PDF tasks.

Start your productivity upgrade here:
https://www.verypdf.com/app/pdf-split-merge/


FAQs

1. Can I use VeryPDF Split-Merge SDK without Adobe products?

Yes. No Adobe Acrobat or Reader neededfully standalone.

2. Does the SDK support command-line automation?

Absolutely. That's one of its strongest features. You can batch process PDFs via scripts.

3. Can I split PDFs by bookmarks or specific page numbers?

Yes, you can split by page ranges, every X pages, or bookmarks.

4. What platforms does it support?

Windows 98 all the way to Windows 11, both 32 and 64-bit.

5. Is custom development or integration support available?

Yes. VeryPDF offers custom development services. You can reach them here: http://support.verypdf.com/


Tags or Keywords

  • embed PDF split-merge SDK

  • automate PDF handling

  • batch split merge PDFs

  • PDF command line SDK

  • enterprise document automation


Need something tailored?

VeryPDF also offers custom development services to fit your exact technical needs.

Got a weird edge case or legacy system?

Reach out here: http://support.verypdf.com/


Final word:

If your team is still manually chopping up and stitching together PDFs in 2025... you're doing it wrong.

The VeryPDF PDF Split-Merge SDK is the weapon you didn't know you needed.
Try it. You'll thank yourself.