Upload your .pptx file and our AI restructures fragmented slide text into a clean, professional Word document — in under a minute.
Upload a .pptx file and download a fully restructured Word document.
Drop your .pptx file here
or
Maximum file size: 200MB
Your Word document will appear here
Upload a .pptx file to get started
Slide text is scattered across dozens of text boxes. Our AI reads each slide and reassembles the content into flowing, well-structured prose.
Before — PowerPoint Slide
After — Word Document
Three steps powered by Microsoft-compatible parsing, state-of-the-art AI, and a professional document engine.
We use Microsoft-compatible parsing to extract every title, bullet point, and speaker note from your PPTX — no data is lost.
A large language model on our secure servers transforms fragmented slide text into coherent paragraphs, proper headings, and logical sections.
The AI output is rendered into a professional, fully editable .docx file — compatible with Microsoft Word and Google Docs.
document.docx
Ready to download
Professionals and students across industries use our converter every day.
Turn strategy decks and client presentations into polished reports, proposals, and executive briefs — in seconds.
Convert lecture slides and conference presentations into readable papers, summaries, or study guides without manual reformatting.
Repurpose slide content into blog posts, newsletters, or documentation. Stop copying and pasting slide by slide.
Files are processed on our servers and deleted immediately after conversion. No storage, no training, no data retention.
Streamlining Your Workflow: A Guide to AutoCAD’s TLEN.lsp In the world of professional drafting, efficiency is paramount. For AutoCAD users, one of the most persistent challenges is calculating the cumulative length of multiple drawing entities—such as lines, polylines, arcs, and splines—simultaneously. While standard inquiry tools provide individual lengths, the TLEN.lsp routine is a widely recognized solution for calculating total lengths instantly. What is TLEN.lsp?
TLEN.lsp is an AutoLISP routine, a specialized scripting language used to automate repetitive tasks within AutoCAD. Its primary function is to "sum the total length" of all selected objects in a drawing and display the result in a convenient message box. This is particularly useful for quantity takeoff, electrical wiring calculations, or infrastructure planning where linear measurements are critical. How to Download and Install TLEN.lsp
You can typically find this script for free on developer communities and CAD resource sites:
Source Code: You can copy the raw code from repositories like GitHub Gist or download it from dedicated CAD utility sites such as CAD KITS.
Alternative Versions: Variations like "AddLen" or "Totlen.lsp" are also available on platforms like CAD Forum for those needing additional features like layer-specific totals. Implementation Steps
Loading the Script: Once you have the .lsp file, open AutoCAD and use the APPLOAD command. Browse to your file, select it, and click "Load".
Permanent Access: If you use the tool daily, add it to your Startup Suite within the APPLOAD dialog to ensure it loads every time you start AutoCAD.
Running the Command: Simply type TLEN into the command line, select your objects, and press Enter to see the total length. Compatibility and Requirements
Autocad Lisp Script : TLEN.lsp (Total LENgth of selected objects)
Instructions: - Simply copy/paste (CTRL+V) ALL the code, (defun... ...), into your command line and press Enter. How to automatically load LISP routines in AutoCAD products
TLEN.lsp is a popular free AutoLISP script used in AutoCAD to calculate the total length of multiple selected objects—such as lines, polylines, arcs, and circles—in a single command. Because standard AutoCAD does not always display the combined length of multiple entities in the properties palette, this script is a vital tool for surveyors, engineers, and designers who need to quickly quantify materials like piping, fencing, or cables. Where to Download TLEN.lsp
You can find various versions of this script for free on several developer and community sites:
GitHub Gists: Often hosts the raw source code for users to copy or download.
Lee Mac Programming: Offers a highly refined version called Total Length & Area. autocad tlenlsp download free
Autodesk App Store: Features a similar plugin called TotalLength (compatibility varies by version).
CAD Forums: Platforms like CADTutor and the Autodesk Community frequently share updated versions. How to Install and Use Solved: New tlen.lsp for polylines - Autodesk Community
TLEN.lsp (Total Length) is a popular, free AutoLISP routine used in AutoCAD to calculate and display the sum of lengths for multiple selected objects, such as lines, polylines, arcs, and circles, in a single step. This is particularly useful because standard AutoCAD versions prior to recent updates did not have a built-in feature to sum the lengths of multiple disparate objects at once. Key Features and Uses
Mass Measurement: Automatically sums the individual lengths of various entities into one total value.
Object Support: Typically works with lines, polylines, arcs, circles, splines, and ellipses.
Output: The total length is usually displayed in the command line or a pop-up alert.
Common Applications: Used extensively in fields requiring material takeoffs, such as estimating total piping, cabling, or fencing lengths. Where to Download
Since TLEN.lsp is a custom community-made script rather than an official Autodesk product, it is hosted on various CAD resource sites and forums: tlen.lsp - GitHub Gist
The TLEN.lsp script is a widely used, free AutoLISP utility designed to calculate the total length of selected objects in AutoCAD, a feature not available natively. It works by loading the file with the APPLOAD command, after which typing "TLEN" allows users to select lines and arcs to get an aggregate measurement. Free versions and community discussions regarding the script are available via the Autodesk Community forums and GitHub gists.
TLEN.lsp is one of the most essential AutoLISP routines for AutoCAD professionals, particularly in engineering and construction. It solves a common productivity hurdle: the inability of native AutoCAD to sum the total length of multiple lines, polylines, or arcs into a single calculation. What is TLEN.lsp?
The TLEN.lsp routine (short for Total Length) is a lightweight script that automates the measurement process. Instead of checking properties for every individual object and adding them manually, you select a group of entities, and the script instantly provides the cumulative sum.
Supported Objects: Most versions support lines, arcs, circles, splines, polylines, and ellipses.
Common Uses: Calculating total cable runs for electrical plans, piping lengths for plumbing, or perimeter fencing for site layouts. Where to Download TLEN.lsp for Free Streamlining Your Workflow: A Guide to AutoCAD’s TLEN
Since AutoCAD does not include this feature natively, users rely on free community-created scripts. You can find reputable versions of TLEN.lsp at these sources:
GitHub Gists: Several versions are hosted as code snippets, such as this TLEN.lsp Gist which allows you to copy the raw code directly.
Autodesk Community: Forums often host updated versions of TLEN for polylines specifically designed to handle newer AutoCAD entity types.
Autodesk App Store: The TotalLength plugin is a free alternative that offers a dialog box and the ability to copy results to your clipboard.
Lee Mac Programming: A highly respected source for AutoCAD routines, Lee Mac's Total Length program provides robust results with customizable unit formats. How to Install and Use TLEN.lsp
Loading the routine takes less than a minute. Follow these steps to get started:
Download the File: Save the .lsp file to a known folder on your computer. Load the Application: In AutoCAD, type APPLOAD and press Enter. Browse to your TLEN.lsp file, select it, and click Load. Run the Command:
Type TLEN (or the specific command designated by your version, sometimes TL or TOTLEN) into the command line. Select all the objects you want to measure and press Enter.
View Results: The total length will appear in the command line or a pop-up alert box. Pro Tip: Permanent Installation
If you use this tool daily, don't load it manually every time. In the APPLOAD dialog, click Contents under the Startup Suite (briefcase icon) and add the file there to load it automatically with every new drawing. Compatibility Notes
AutoCAD LT: Traditionally, LISP routines did not work in the LT version. However, starting with AutoCAD LT 2024, AutoLISP support was finally introduced, making TLEN.lsp usable for LT users as well.
Units: The output length uses your current drawing units. Ensure your UNITS (or LUNITS) settings are correct before running the command to avoid confusion. Solved: New tlen.lsp for polylines - Autodesk Community
(Total Length) is a popular, free AutoLISP script used in AutoCAD to calculate the combined length of multiple selected objects, such as lines, polylines, arcs, and circles Method 2: The Startup Suite (Permanent) To ensure
. Standard AutoCAD properties typically do not display a cumulative length for multiple items at once, making this script a common utility for designers in fields like irrigation or pipeline design Core Functionality : Once the script is loaded, you typically type in the command line to activate it
: You can select objects individually or via window selection. The script then iterates through each item and sums their lengths
: The total length is usually displayed in an alert box or directly on the command line, often respecting the drawing's current units and precision settings Free Download Sources
is a community-created script rather than an official Autodesk tool, it is available for free from various developer and user-forum repositories: Solved: New tlen.lsp for polylines - Autodesk Community
Disclaimer: This article is for educational and informational purposes only. Downloading and using unlicensed software or plugins may violate copyright laws and software license agreements. Users should always use official, licensed versions of software.
To ensure TlenLSP loads every time you open AutoCAD:
APPLOAD and open the dialog box.tlen.lsp file, and select it..LSP from Lee Mac's site. Do not copy-paste code from a PDF into Notepad – it breaks formatting.The TLEN routine allows you to:
This single command can save hours of manual work per week.
The most famous and trusted version comes from Lee Mac, a renowned AutoLISP programmer. His version is clean, well-documented, and completely free for personal use.
lee-mac.com/totallength.html (do not download from copycat sites)..lsp file directly.AREA Command + Add ModeAREA → Add → ObjectOne of the standout features is the intelligent break command. Instead of tediously trimming lines, TlenLSP allows you to break lines at intersections or specific points with intuitive clicks. It effectively acts like a "cookie cutter" for your geometry.
If you cannot get TLEN to work or want more features, consider these alternatives.
| Name | Type | Key Feature | Cost | | :--- | :--- | :--- | :--- | | LEN TOTAL (by CAD Studio) | LISP | Works with blocks and hatches | Free | | QuickSelect + Field | Native AutoCAD | Uses object grouping | Built-in | | Data Extraction (DXE) | Native AutoCAD | Exports totals to Excel | Built-in | | AreaOL (by Kdub) | LISP | Total area + perimeter | Free | | AutoCAD LT (Workaround) | Software limitation | No LISP support – use manual table | N/A |
Autoslide is our full-featured AI PowerPoint add-in — generate slide layouts, rewrite content, apply templates, and format decks in seconds, directly inside PowerPoint.