Skip to main content
Home
Docs
Merge
Split
Compress
Convert
Remove Pages
Images
More
Search
⌘K
Mermaid Editor
Docs
📊
Flowchart
Theme:
BG:
flowchart TD A([Start]) --> B{Decision?} B -->|Yes| C[Process 1] B -->|No| D[Process 2] C --> E[Result A] D --> E E --> F([End]) style A fill:#4CAF50,color:#fff,stroke:#388E3C style F fill:#F44336,color:#fff,stroke:#D32F2F style B fill:#FF9800,color:#fff,stroke:#F57C00
Preview
100%