<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Terje Helgesen</title>
    <description>The latest articles on DEV Community by Terje Helgesen (@terje_helgesen_bf02cbbf96).</description>
    <link>https://dev.to/terje_helgesen_bf02cbbf96</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3942656%2F20ddd632-58e3-4f18-81ad-cbf5feb0dd73.png</url>
      <title>DEV Community: Terje Helgesen</title>
      <link>https://dev.to/terje_helgesen_bf02cbbf96</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/terje_helgesen_bf02cbbf96"/>
    <language>en</language>
    <item>
      <title>7 Checks to Make Before Sending Gerber Files to PCB Manufacturing</title>
      <dc:creator>Terje Helgesen</dc:creator>
      <pubDate>Sun, 20 Sep 2026 15:27:14 +0000</pubDate>
      <link>https://dev.to/terje_helgesen_bf02cbbf96/7-checks-to-make-before-sending-gerber-files-to-pcb-manufacturing-4b4k</link>
      <guid>https://dev.to/terje_helgesen_bf02cbbf96/7-checks-to-make-before-sending-gerber-files-to-pcb-manufacturing-4b4k</guid>
      <description>&lt;p&gt;Exporting a PCB design is not the same as verifying the manufacturing package.&lt;/p&gt;

&lt;p&gt;Your board may look correct in the original design application, but the fabricator normally works from exported Gerber, drill and supporting files. A missing outline, displaced drill file or incorrect layer can therefore survive unnoticed until somebody inspects the actual deliverable.&lt;/p&gt;

&lt;p&gt;The safest habit is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Review the files you are going to send, not only the design from which they were generated.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This article presents seven practical checks you can incorporate into a PCB release workflow. They are useful whether you created the board, received the files from a customer or need to approve a manufacturing package without access to its original PCB design system.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Confirm that the manufacturing package is complete
&lt;/h2&gt;

&lt;p&gt;Begin by extracting the package into a new review directory. Keep the original archive unchanged so that you can trace the reviewed files back to the exact delivery or release.&lt;/p&gt;

&lt;p&gt;A typical bare-board package may include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Top and bottom copper&lt;/li&gt;
&lt;li&gt;One or more internal copper layers&lt;/li&gt;
&lt;li&gt;Top and bottom solder mask&lt;/li&gt;
&lt;li&gt;Top and bottom silkscreen, when used&lt;/li&gt;
&lt;li&gt;Solder-paste layers when assembly or stencil data is required&lt;/li&gt;
&lt;li&gt;A board outline or profile&lt;/li&gt;
&lt;li&gt;Plated and non-plated drill files&lt;/li&gt;
&lt;li&gt;Routing or slot data&lt;/li&gt;
&lt;li&gt;Fabrication drawings and special instructions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do not assume that filenames prove the package is complete. Extensions such as &lt;code&gt;.GTL&lt;/code&gt;, &lt;code&gt;.GBL&lt;/code&gt;, &lt;code&gt;.GTS&lt;/code&gt; and &lt;code&gt;.GKO&lt;/code&gt; are common conventions, but different PCB applications use different naming schemes. Some exporters give every layer the generic &lt;code&gt;.GBR&lt;/code&gt; extension.&lt;/p&gt;

&lt;p&gt;If you need help interpreting unfamiliar names, this &lt;a href="https://www.gerbview.com/gerber-file-extensions.html" rel="noopener noreferrer"&gt;Gerber file-extension reference&lt;/a&gt; explains the most common copper, mask, paste, silkscreen, outline and drill extensions.&lt;/p&gt;

&lt;p&gt;Compare the package against both the intended layer stack and the manufacturer's submission requirements. A file can be valid Gerber data and still represent the wrong layer—or the wrong project.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Open all related layers together
&lt;/h2&gt;

&lt;p&gt;Looking at individual files is useful, but it is not enough. Load the complete set into an independent PCB manufacturing-file viewer and display the layers in one workspace.&lt;/p&gt;

&lt;p&gt;Combining the layers makes several problems immediately visible:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A file uses a different origin&lt;/li&gt;
&lt;li&gt;A layer is unexpectedly empty or very small&lt;/li&gt;
&lt;li&gt;Content lies far outside the board area&lt;/li&gt;
&lt;li&gt;Drill holes are displaced from their pads&lt;/li&gt;
&lt;li&gt;The outline belongs to another board or revision&lt;/li&gt;
&lt;li&gt;A mechanical drawing has been mistaken for the production outline&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Assign contrasting colors, change layer order and toggle visibility one file at a time. Transparency is especially useful when checking copper, mask and drill relationships.&lt;/p&gt;

&lt;p&gt;Modern Gerber X2 data can contain attributes that identify a file's function and side. These attributes reduce ambiguity, but they do not remove the need to inspect the rendered content. For more background, see &lt;a href="https://www.gerbview.com/gerber-file-format.html" rel="noopener noreferrer"&gt;What Is the Gerber File Format?&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Verify the board outline and dimensions
&lt;/h2&gt;

&lt;p&gt;The board outline should form a clear, closed representation of the intended finished profile. Display it with the copper and drill layers and look for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Duplicate or overlapping contours&lt;/li&gt;
&lt;li&gt;Open or broken segments&lt;/li&gt;
&lt;li&gt;Unrelated construction geometry&lt;/li&gt;
&lt;li&gt;Missing internal cutouts&lt;/li&gt;
&lt;li&gt;Routing information on an unexpected layer&lt;/li&gt;
&lt;li&gt;Copper or drill features outside the intended profile&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Measure the overall width and height and compare them with the mechanical specification. Check important cutouts, mounting-hole positions and connector locations as well.&lt;/p&gt;

&lt;p&gt;This is also a useful way to detect an incorrect unit interpretation. A board that should be 100 mm wide but appears at a dramatically different size is a warning to review the export units and coordinate format before proceeding.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Check drill-to-copper alignment
&lt;/h2&gt;

&lt;p&gt;Gerber layers describe graphical PCB artwork, while hole information is commonly delivered in one or more Excellon drill files. Because these datasets may be exported separately, they must share compatible coordinates, units and origins.&lt;/p&gt;

&lt;p&gt;Overlay the drill files with the copper layers and zoom into representative areas around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Through-hole component pads&lt;/li&gt;
&lt;li&gt;Vias&lt;/li&gt;
&lt;li&gt;Mounting holes&lt;/li&gt;
&lt;li&gt;Tooling holes&lt;/li&gt;
&lt;li&gt;Plated slots&lt;/li&gt;
&lt;li&gt;Non-plated mechanical features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The holes should be centered where expected. Check several areas across the board rather than inspecting only one corner; a scale or format error may become more apparent farther from the origin.&lt;/p&gt;

&lt;p&gt;Review the available drill-tool diameters and make sure plated and non-plated data have not been omitted or confused. The &lt;a href="https://www.gerbview.com/excellon-drill-file-format.html" rel="noopener noreferrer"&gt;Excellon drill-file guide&lt;/a&gt; provides a more detailed explanation of tool definitions, coordinates, units and zero suppression.&lt;/p&gt;

&lt;p&gt;If a drill layer is displaced, do not assume the fabricator will infer the intended correction. Determine whether the cause is an export setting, a different origin, incorrect units or coordinate-format interpretation.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Inspect copper, solder mask and silkscreen relationships
&lt;/h2&gt;

&lt;p&gt;Now review the production layers individually and in meaningful combinations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Copper
&lt;/h3&gt;

&lt;p&gt;Look for missing or obviously unexpected tracks, pads, flashes and copper areas. Query aperture information when an object has an unexpected shape or width.&lt;/p&gt;

&lt;h3&gt;
  
  
  Solder mask
&lt;/h3&gt;

&lt;p&gt;Overlay mask and copper. Confirm that the intended pads are exposed and that the rendered openings align correctly. Remember that solder-mask output commonly describes the openings rather than the material that remains.&lt;/p&gt;

&lt;h3&gt;
  
  
  Silkscreen
&lt;/h3&gt;

&lt;p&gt;Inspect reference designators, polarity marks and other printed objects near pads, holes and the board edge. Visual review does not replace the manufacturer's clearance rules, but it can reveal obviously misplaced or unexpected content.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mechanical data
&lt;/h3&gt;

&lt;p&gt;Make sure dimensions, notes or construction geometry have not accidentally been included on a production layer. Conversely, check that required routed slots and cutouts have not been left only in a drawing that the fabricator may treat as informational.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Measure critical features
&lt;/h2&gt;

&lt;p&gt;Visual inspection can tell you that geometry appears plausible. Measurement helps confirm that it is correct.&lt;/p&gt;

&lt;p&gt;Which dimensions matter depends on the board, but useful candidates include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Overall board width and height&lt;/li&gt;
&lt;li&gt;Mounting-hole spacing&lt;/li&gt;
&lt;li&gt;Connector positions relative to board edges&lt;/li&gt;
&lt;li&gt;Cutout dimensions&lt;/li&gt;
&lt;li&gt;Board-edge clearances&lt;/li&gt;
&lt;li&gt;Distances between selected pads or mechanical features&lt;/li&gt;
&lt;li&gt;The size and position of test-fixture locations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Use snapping when available so measurements reference the actual pads, tracks or other geometry instead of approximate screen positions.&lt;/p&gt;

&lt;p&gt;For ODB++ or compatible Gerber X3 datasets, additional component and net information may be available. This can help reviewers inspect designators, placement, rotations, pins and connectivity alongside the visible layers. See &lt;a href="https://www.gerbview.com/gerbview-components-nets.html" rel="noopener noreferrer"&gt;viewing PCB components and nets&lt;/a&gt; for an example of this richer inspection workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  7. Compare the release with the approved revision
&lt;/h2&gt;

&lt;p&gt;For a revised board, checking that the new files look reasonable is only half the task. You should also confirm that the differences match the intended engineering change.&lt;/p&gt;

&lt;p&gt;Compare corresponding layers from the new and previously approved releases. A graphical comparison can reveal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Added or removed tracks&lt;/li&gt;
&lt;li&gt;Moved or resized pads&lt;/li&gt;
&lt;li&gt;Changed copper pours&lt;/li&gt;
&lt;li&gt;Unexpected regeneration differences&lt;/li&gt;
&lt;li&gt;Changes on layers that were supposed to remain untouched&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Review both the visible changes and their absence. If the engineering change should have affected a particular layer but the comparison shows no difference, the wrong output may have been included.&lt;/p&gt;

&lt;p&gt;GerbView can display added, removed and unchanged geometry using different colors. The &lt;a href="https://www.gerbview.com/gerber-compare.html" rel="noopener noreferrer"&gt;Gerber comparison tutorial&lt;/a&gt; shows the basic workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Warning signs that deserve investigation
&lt;/h2&gt;

&lt;p&gt;Pause the release if you encounter any of the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A required layer is missing, empty or unexpectedly small&lt;/li&gt;
&lt;li&gt;The outline appears more than once or does not enclose the board&lt;/li&gt;
&lt;li&gt;Drill holes do not align with their copper pads&lt;/li&gt;
&lt;li&gt;One layer uses a different origin, scale or unit interpretation&lt;/li&gt;
&lt;li&gt;Visible content extends far outside the expected board area&lt;/li&gt;
&lt;li&gt;Aperture or drill-tool information is missing or produces strange geometry&lt;/li&gt;
&lt;li&gt;The revision comparison contains unexplained changes&lt;/li&gt;
&lt;li&gt;A generic filename cannot be matched confidently to a layer function&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;An unusual display does not always mean that the data is wrong, but it should be understood before the package is approved.&lt;/p&gt;

&lt;h2&gt;
  
  
  Keep a record of the review
&lt;/h2&gt;

&lt;p&gt;Once the package has passed inspection, archive the exact approved dataset with its revision identifier and any fabrication notes. A PDF or printed review document can also help communicate the layer set, dimensions or marked areas to colleagues who do not use PCB CAM software.&lt;/p&gt;

&lt;p&gt;For confidential designs, consider whether the review tool should process files locally. An &lt;a href="https://www.gerbview.com/offline-gerber-viewer.html" rel="noopener noreferrer"&gt;offline Gerber viewer&lt;/a&gt; avoids uploading the PCB data to a browser-based service, although workstation, network and storage security still remain your responsibility.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where GerbView fits
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.gerbview.com/" rel="noopener noreferrer"&gt;GerbView&lt;/a&gt; is a Windows application for viewing, measuring, comparing, printing and converting PCB manufacturing files. It supports Gerber RS-274D and RS-274X, Gerber X2/X3 attributes, Excellon drill data and ODB++Design datasets.&lt;/p&gt;

&lt;p&gt;It can load multiple files as layers, inspect apertures and drill tools, align layers that use different origins, measure geometry, compare Gerber revisions and create documentation in formats such as PDF and DXF.&lt;/p&gt;

&lt;p&gt;If you want a broader introduction to the files exchanged between PCB design and production, read &lt;a href="https://www.gerbview.com/pcb-manufacturing-file-formats.html" rel="noopener noreferrer"&gt;Understanding PCB Manufacturing File Formats&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;No visual checklist can prove that a board is electrically correct or manufacturable under a particular factory's rules. Independent file inspection should complement—not replace—electrical rule checks, automated DFM analysis and the manufacturer's own review.&lt;/p&gt;

&lt;p&gt;It does, however, answer one essential question before fabrication begins:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Do the exported files actually contain what we intended to send?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That small verification step can prevent a surprisingly expensive mistake.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;GerbView is developed by Software Companions. Product names and trademarks belong to their respective owners.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>pcb</category>
      <category>electronics</category>
      <category>manufacturing</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>ViewCompanion Premium: An Alternative to Bluebeam, DWG TrueView and Bentley View</title>
      <dc:creator>Terje Helgesen</dc:creator>
      <pubDate>Sun, 20 Sep 2026 15:21:06 +0000</pubDate>
      <link>https://dev.to/terje_helgesen_bf02cbbf96/viewcompanion-premium-an-alternative-to-bluebeam-dwg-trueview-and-bentley-view-4g6h</link>
      <guid>https://dev.to/terje_helgesen_bf02cbbf96/viewcompanion-premium-an-alternative-to-bluebeam-dwg-trueview-and-bentley-view-4g6h</guid>
      <description>&lt;p&gt;Choosing a technical file viewer is not always a matter of finding the product with the longest feature list. A better question is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Which application fits the files you receive and the work you actually need to do?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Bluebeam Revu, Autodesk DWG TrueView and Bentley View are well-known applications, but they are designed around different priorities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bluebeam Revu&lt;/strong&gt; is primarily associated with PDF review, markup, takeoff and collaboration.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Autodesk DWG TrueView&lt;/strong&gt; focuses on viewing, plotting and converting DWG files.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bentley View&lt;/strong&gt; is designed for viewing CAD and infrastructure information, particularly within Bentley-oriented workflows.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.softwarecompanions.com/viewcompanion-premium.html" rel="noopener noreferrer"&gt;ViewCompanion Premium&lt;/a&gt; takes a broader technical-document approach. It combines viewing, printing, annotation, measurement and conversion for PDF, DWG, DWF, DXF, CGM, PLT, HPGL/2, TIFF, CALS and several other formats in one Windows desktop application.&lt;/p&gt;

&lt;p&gt;It is not a universal replacement for every specialized feature in the three competing products. However, when an organization needs one practical application for reviewing and processing a mixture of PDF, CAD, plotter and image files, ViewCompanion Premium can be a simpler and more economical option.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why consider ViewCompanion Premium?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  One application for mixed technical files
&lt;/h3&gt;

&lt;p&gt;Many companies do not work exclusively with PDF or DWG. A typical archive may contain current PDF documents, DWG drawings from a CAD department, older DWF and DXF files, HPGL/2 plot files, CGM illustrations and scanned TIFF or CALS drawings.&lt;/p&gt;

&lt;p&gt;Using a separate viewer for every format can make a straightforward review task unnecessarily complicated. ViewCompanion Premium is useful when employees need to open, print, annotate, measure or convert several of these formats without installing a full CAD system.&lt;/p&gt;

&lt;h3&gt;
  
  
  More than a read-only viewer
&lt;/h3&gt;

&lt;p&gt;Opening a drawing is often only the first step. Users may also need to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add annotations and comments&lt;/li&gt;
&lt;li&gt;Take measurements&lt;/li&gt;
&lt;li&gt;Print drawings at scale&lt;/li&gt;
&lt;li&gt;Convert documents to PDF, PDF/A, DWG, DXF or image formats&lt;/li&gt;
&lt;li&gt;Merge, split, rotate, watermark, extract or optimize PDF pages&lt;/li&gt;
&lt;li&gt;Batch-convert or batch-print groups of files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;ViewCompanion Premium brings these everyday document operations together in one application.&lt;/p&gt;

&lt;h3&gt;
  
  
  A local Windows workflow
&lt;/h3&gt;

&lt;p&gt;ViewCompanion Premium is a Windows desktop application that can process files locally. This can be important for organizations that handle confidential drawings, use isolated networks or simply prefer not to upload technical documents to an online service.&lt;/p&gt;

&lt;p&gt;Command-line tools and folder monitoring can also automate recurring conversion and printing tasks.&lt;/p&gt;

&lt;h2&gt;
  
  
  ViewCompanion Premium vs. Bluebeam Revu
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.bluebeam.com/" rel="noopener noreferrer"&gt;Bluebeam Revu&lt;/a&gt; is a powerful PDF solution widely used in architecture, engineering and construction. It is particularly strong in PDF markup, quantity takeoff and connected collaboration workflows.&lt;/p&gt;

&lt;p&gt;ViewCompanion Premium may be a good Bluebeam alternative when the main requirement is &lt;strong&gt;broader technical-format support&lt;/strong&gt; rather than an advanced PDF collaboration platform. In addition to PDF, it can open formats such as DWG, DWF, DXF, CGM, PLT, HPGL/2, TIFF and CALS.&lt;/p&gt;

&lt;p&gt;It also offers annotation, measurement, PDF processing, batch conversion and batch printing. This makes it especially relevant for individuals and smaller teams that want practical review and conversion tools in a conventional desktop application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Choose Bluebeam when:&lt;/strong&gt; real-time cloud collaboration, Bluebeam Studio workflows or highly specialized construction takeoff features are central requirements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Consider ViewCompanion Premium when:&lt;/strong&gt; you need PDF tools alongside a much wider collection of CAD, plotter and raster formats.&lt;/p&gt;

&lt;h2&gt;
  
  
  ViewCompanion Premium vs. Autodesk DWG TrueView
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.autodesk.com/products/dwg-trueview/overview" rel="noopener noreferrer"&gt;Autodesk DWG TrueView&lt;/a&gt; is a natural choice for users who mainly need a free Autodesk application for opening, inspecting, plotting and converting DWG files.&lt;/p&gt;

&lt;p&gt;ViewCompanion Premium becomes more attractive when DWG is only one part of the job. It combines DWG viewing with PDF, DWF, DXF, plotter-file and raster-document workflows. Users can also annotate, measure and convert supported documents without moving between several unrelated viewers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Choose DWG TrueView when:&lt;/strong&gt; the requirement is limited to free DWG viewing, plotting and Autodesk-specific DWG conversion.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Consider ViewCompanion Premium when:&lt;/strong&gt; you need annotation, measurement, PDF processing, automation and support for more than DWG alone.&lt;/p&gt;

&lt;p&gt;ViewCompanion Premium is a commercial product, so its value comes from its wider format coverage and additional tools—not from trying to compete with a free product on price.&lt;/p&gt;

&lt;h2&gt;
  
  
  ViewCompanion Premium vs. Bentley View
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.bentley.com/software/bentley-view/" rel="noopener noreferrer"&gt;Bentley View&lt;/a&gt; is aimed at viewing CAD and infrastructure information, including formats and models associated with Bentley applications. It is a logical option for organizations working extensively with MicroStation and DGN-based projects.&lt;/p&gt;

&lt;p&gt;ViewCompanion Premium may be the more practical choice when the actual requirement is to work with PDF, DWG, DWF, DXF, CGM, plotter files and scanned technical documents. Its annotation, measurement, conversion, batch-processing and PDF tools bring several everyday tasks together.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Choose Bentley View when:&lt;/strong&gt; native DGN support, infrastructure-model inspection or Bentley-specific workflows are essential.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Consider ViewCompanion Premium when:&lt;/strong&gt; your work centers on mixed 2D documents and drawings rather than native DGN files or complex infrastructure models.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Product&lt;/th&gt;
&lt;th&gt;Best suited to&lt;/th&gt;
&lt;th&gt;Consider ViewCompanion Premium when...&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Bluebeam Revu&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Advanced PDF markup, construction takeoff and collaboration&lt;/td&gt;
&lt;td&gt;You need PDF tools together with DWG, DWF, DXF, CGM, plotter and raster-format support&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Autodesk DWG TrueView&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Free DWG viewing, plotting and conversion&lt;/td&gt;
&lt;td&gt;You need annotation, measurement, PDF processing, automation and more than DWG alone&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Bentley View&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Bentley, DGN and infrastructure-model viewing&lt;/td&gt;
&lt;td&gt;Your work centers on mixed 2D document and drawing formats rather than native DGN or complex models&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;ViewCompanion Premium&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Viewing, annotation, measurement, printing and conversion across mixed technical formats&lt;/td&gt;
&lt;td&gt;You want one versatile Windows desktop tool for everyday technical-document workflows&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Who is ViewCompanion Premium for?
&lt;/h2&gt;

&lt;p&gt;ViewCompanion Premium is particularly well suited to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Engineering and manufacturing companies receiving drawings from several CAD systems&lt;/li&gt;
&lt;li&gt;Document-control teams maintaining a mixture of current and legacy technical files&lt;/li&gt;
&lt;li&gt;Suppliers and subcontractors that need to review drawings without installing a full CAD package&lt;/li&gt;
&lt;li&gt;Users who need both interactive viewing and repeatable batch conversion or printing&lt;/li&gt;
&lt;li&gt;Organizations that prefer local Windows software for confidential or offline documents&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The right alternative depends on your workflow
&lt;/h2&gt;

&lt;p&gt;Bluebeam Revu, Autodesk DWG TrueView and Bentley View are capable products, and each can be the best solution for its intended workflow.&lt;/p&gt;

&lt;p&gt;ViewCompanion Premium is worth considering when your needs cross the boundaries between those products—especially when you work with a varied collection of PDF, CAD, plotter and raster files.&lt;/p&gt;

&lt;p&gt;Its main advantage is not that it tries to reproduce every specialized feature offered by three much larger product families. Its advantage is that it brings the technical-document functions many users need every day into one compact application:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Open, review, annotate, measure, print, convert and automate.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;You can learn more about supported formats, features, pricing and download options on the &lt;a href="https://www.softwarecompanions.com/viewcompanion-premium.html" rel="noopener noreferrer"&gt;ViewCompanion Premium product page&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Product names and trademarks belong to their respective owners. Product capabilities and licensing can change, so consult each vendor's current documentation when evaluating software for a specific workflow.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>cad</category>
      <category>pdf</category>
      <category>windows</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
