1. Products
  2.   Conholdate.Total
  3.   .NET
  4.   PCL Viewer

View PCL File Online or via C# .NET

Cross platform documents & images viewer API for PCL in C# .NET applications. Read and manipulate 180+ popular file formats including PDF, Microsoft Word processing documents, Excel spreadsheets, PowerPoint presentations, Visio drawings, project management, Outlook, OneNote, images, email, CAD, 3D, archive, eBook, web, text and programming formats. The .NET PCL reader library allows loading the source documents from multiple data sources and rendering them as HTML, PDF or image files (PNG, JPG), with the added ability to add text watermarks, rotate or reorder pages during the PCL document rendering process. Conholdate.Total also offers a free PCL viewer app to open and read PCL files online. Just upload the PCL file and instantly view it online in any web browser.

Download

Render PCL to HTML in .NET

The .NET HTML Viewer API supports rendering PCL documents to HTML as separate HTML files. Generate the HTML output with a responsive layout design, set dimensions for the resulting document and compress the HTML to optimize the conversion of PCL documents into HTML.

  • Instantiate Viewer object with input (PCL) document
  • Instantiate HtmlViewOptions object and specify path to save rendered document
  • Call View method of Viewer class instance and pass HtmlViewOptions to it

Free PCL Document Viewer App



// Supported file formats: https://docs.groupdocs.com/viewer/net/supported-document-formats/
using (Viewer viewer = new Viewer("input.jpg"))
{
HtmlViewOptions viewOptions = HtmlViewOptions.ForEmbeddedResources();
viewer.View(viewOptions);
}

Render PCL to Image (JPG, PNG) in C#

With just a few lines of C# code, the .NET image viewer API allows for the conversion and viewing of PCL and other documents into PNG or JPG image formats. Additionally, the API offers options for adjusting the size, quality, and text search capabilities of the image-based rendering of PCL files.

  • Instantiate Viewer object with input (PCL) document
  • Instantiate PngViewOptions object and specify path to save rendered document
  • Call View method of Viewer class instance and pass PngViewOptions to it

PCL Data Extraction

The PCL documents information extraction API not only allows getting the basic information about the source PCL file but it also supports extracting some valuable document information such as file type, file size, pages count, page height and width etc.

To add document viewing and rendering features to your .NET applications on different operating systems such as Windows, Linux or macOS, you can use .NET Core or any .NET framework.


// Supported file formats: https://docs.groupdocs.com/viewer/net/supported-document-formats/
using (Viewer viewer = new Viewer("input.pdf"))
{
PngViewOptions viewOptions = new PngViewOptions();
viewer.View(viewOptions);
}

View & Render PCL to PDF in .NET

The .NET PDF viewer library allows you to convert PCL and other document formats to PDF, and view the resulting PDF file within .NET applications. You can also protect the PDF file with a password or set permissions for accessing and rearranging the pages.

  • Instantiate Viewer object with input (PCL) document
  • Instantiate PdfViewOptions object and specify path to save rendered document
  • Call View method of Viewer class instance and pass PdfViewOptions to it

View Remote PCL Documents

The document reader API enables you to render remotely located PCL documents from various cloud document storage sources such as stream, local disk, URL, FTP, Amazon S3, and Azure Blob storage.

Get the document preview of whole document or some specific page numbers in PNG, JPG or BMP image formats.


// Supported file formats: https://docs.groupdocs.com/viewer/net/supported-document-formats/
using (Viewer viewer = new Viewer("input.docx"))
{
PdfViewOptions viewOptions = new PdfViewOptions();
viewer.View(viewOptions);
}

Frequently Asked Questions

What document formats does Conholdate.Total for .NET support?

Conholdate.Total for .NET supports 185+ document formats including PDF, Microsoft Office (DOCX, XLSX, PPTX), emails (MSG, EML), images (JPEG, PNG, TIFF), CAD files (DWG, DXF) and more. It renders these formats into HTML, PNG, or JPEG for easy viewing in browsers or apps.

How easy is it to integrate Conholdate.Total into a .NET application?

Integration is streamlined with ready-to-use APIs and code examples in C#. You can install it via NuGet Package Manager by searching for “Conholdate.Total”. After installation, use the provided API to load documents and render them as HTML, images or PDFs within your application’s user interface. Conholdate.Total provides extensive documentation and code examples to guide you through the process, making it easy to embed document viewing functionality.

Does Conholdate.Total for .NET require any external software or dependencies to view PCL documents?

No. Conholdate.Total for .NET is designed to be self-contained. It does not require any external software like Microsoft Office or Adobe Acrobat to be installed on the server or client machines. This eliminates dependency issues and simplifies deployment thus making your application more robust and easier to manage.

Can Conholdate.Total handle password-protected or sensitive documents?

Yes. Conholdate.Total for .NET supports secure document handling, including the ability to render password-protected files by providing required credentials. It allows redacting sensitive text or metadata during rendering to protect confidential information and offers the option to add customizable watermarks to documents, preventing unauthorized sharing. These security features ensure compliance with data protection standards, making it suitable for applications that prioritize privacy and regulatory requirements.

Does Conholdate.Total for .NET work with large or complex files (e.g CAD drawings)?

Conholdate.Total for .NET efficiently handles large or complex files like CAD drawings and multi-sheet spreadsheets by using caching, asynchronous processing and partial loading to boost performance and productivity.

Is Conholdate.Total compatible with cross-platform environments like Linux or macOS?

Yes. Conholdate.Total for .NET is cross-platform and works on Windows, Linux, and macOS. It integrates with .NET Core for modern cloud-based or containerized deployments (e.g Docker). You can deploy it on AWS, Azure or on-premises servers.

What is PCL file format?

PCL (Printer Command Language) is a page description language from Hewlett-Packard used for a variety of laser printers. It is a binary file format used for creating and printing documents, such as text, graphics and images. PCL documents contain commands for controlling a printer, such as font selection, line drawing and text manipulation. Files with the PCL extension are called spool files, and are created when a computer sends a document to a printer for printing. PCL files can be opened and edited with a text editor, as long as the editor is capable of reading binary files. However, the PCL format is complex, making it difficult to interpret and modify.

Learn

Popular Document Viewer Options with .NET

View PDF Files

(Portable Document Format)

View WORD Files

(Word Processing Files)

View EXCEL Files

(Spreadsheet Files)

View IMAGE Files

(Digital Image Files)

View EMAIL Files

(Email Files)

View VISIO Files

(Visio Diagram Files)

View WEB Files

(Web Files)

View DOC Files

(Microsoft Word Binary Format)

View DOCX Files

(Office 2007+ Word Document)

View TXT Files

(Text Document)

View XLS Files

(Microsoft Excel Spreadsheet (Legacy))

View XLSX Files

(Open XML Workbook)

View PPT Files

(Microsoft PowerPoint 97-2003)

View PPTX Files

(Open XML presentation Format)

View ZIP Files

(Zipped File)

View JPG Files

(Joint Photographic Expert Group Image)

View TIFF Files

(Tagged Image File Format)

View BMP Files

(Bitmap Image File)

View PNG Files

(Portable Network Graphic)

View HTML Files

(Hyper Text Markup Language)

View XML Files

(XML File)

View 7Z Files

(7-Zip Compressed File)

View AI Files

(Adobe Illustrator File)

View APNG Files

(Animated Portable Network Graphics)

View AS3 Files

(ActionScript 3.0)

View ASM Files

(Assembly Language Code)

View AZW3 Files

(Amazon KF8 eBook File)

View BAT Files

(DOS Batch File)

View BZ2 Files

(Bzip2 Compressed File)

View C Files

(C/C++ Source Code File)

View CAB Files

(Windows Cabinet File)

View CC Files

(C++ Builder by Embarcadero)

View CDR Files

(CorelDraw® Graphics Format)

View CF2 Files

(Common File Format File)

View CGM Files

(Computer Graphics Metafile)

View CHM Files

(Compiled HTML Help File)

View CMAKE Files

(A CMAKE file)

View CMX Files

(Corel Metafile Exchange Image)

View CPP Files

(C++ Source Code File)

View CS Files

(C# Source Code File)

View CSS Files

(Cascading Style Sheet)

View CSV Files

(Comma Seperated Values)

View CXX Files

(Source Code Files)

View DCM Files

(DICOM Image)

View DGN Files

(MicroStation Design File)

View DIB Files

(Device Independent Bitmap)

View DIFF Files

(Difference File Format)

View DJVU Files

(Graphics File Format)

View DNG Files

(Digital Camera Image Format)

View DOCM Files

(Microsoft Word 2007 Marco File)

View DOT Files

(Microsoft Word Template Files)

View DOTM Files

(Microsoft Word 2007+ Template File)

View DOTX Files

(Microsoft Word Template File )

View DWF Files

(Design Web Format File)

View DWG Files

(AutoCAD Drawing File)

View DWT Files

(Dreamweaver Webpage Template)

View DXF Files

(Autodesk Drawing Exchange Format)

View EMF Files

(Enhanced Metafile Format)

View EML Files

(E-Mail Message)

View EMLX Files

(Apple Mail Message)

View EMZ Files

(Windows Compressed Enhanced Metafile)

View EPS Files

(Encapsulated PostScript File)

View EPUB Files

(Open eBook File)

View ERB Files

(Embedded Ruby)

View FODG Files

(OpenDocument Flat XML Graphics)

View FODP Files

(Formula One for Data Presentation)

View FODS Files

(OpenDocument Flat XML Spreadsheet)

View GIF Files

(Graphical Interchange Format)

View GROOVY Files

(Groovy Programming Language File)

View GZ Files

(Gnu Zipped Archive)

View H Files

(C/C++/Objective-C Header File)

View HAML Files

(HTML Abstraction Markup Language)

View HH Files

(C++ Header File)

View HPG Files

(High-Precision Graphics)

View ICO Files

(Icon File)

View IFC Files

(Industry Foundation Classes File)

View IGS Files

(IGES Drawing)

View ISO Files

(Disc Image File)

View J2C Files

(JPEG 2000 Code Stream)

View J2K Files

(JPEG 2000 Image)

View JAVA Files

(Java Source Code File)

View JFIF Files

(JPEG File Interchange Format)

View JLS Files

(JPEG-LS File Format)

View JP2 Files

(JPEG 2000 Core Image)

View JPEG Files

(Joint Photographic Expert Group Image)

View JPF Files

(JPEG 2000 Image)

View JPM Files

(Layered JPEG 2000)

View JPX Files

(JPEG 2000 Image File)

View JS Files

(JavaScript File)

View JSON Files

(JavaScript Object Notation File)

View LESS Files

(Leaner Style Sheets)

View LOG Files

(Log File)

View LZH Files

(LZH Compressed File)

View M Files

(Objective-C Implementation File)

View MAKE Files

(GNU Make Build Files)

View MBOX Files

(Email Mailbox File)

View MD Files

(Markdown Language)

View MHT Files

(MHTML Web Archive)

View MHTML Files

(Web Page Archive Format)

View ML Files

(MetaPost Programming Language)

View MM Files

(Mind Mapping File Format)

View MOBI Files

(Mobipocket eBook Format)

View MPP Files

(Microsoft Project File)

View MPT Files

(Microsoft Project Template)

View MPX Files

(FoxPro Compiled Program Menu)

View MSG Files

(Outlook Message Item File)

View NSF Files

(NES Sound Format File)

View OBJ Files

(Wavefront 3D Object File)

View ODG Files

(OpenDocument Drawing File)

View ODP Files

(OpenDocument Presentation Format)

View ODS Files

(OpenDocument Spreadsheet)

View ODT Files

(OpenDocument Text File Format)

View ONE Files

(OneNote Document)

View OST Files

(Outlook Offline Data File)

View OTG Files

(OpenDocument Graphic Template)

View OTP Files

(OpenDocument Standard Format)

View OTS Files

(OpenDocument Spreadsheet Template)

View OTT Files

(OpenDocument Standard Format)

View OXPS Files

(OpenXPS File)

View PCL Files

(Printer Command Language Document)

View PHP Files

(PHP Source Code File)

View PL Files

(Perl Script)

View PLT Files

(AutoCAD Plotter Document)

View POT Files

(Microsoft PowerPoint Template Files)

View POTM Files

(Microsoft PowerPoint Template File)

View POTX Files

(Microsoft PowerPoint Template Presentation)

View PPS Files

(PowerPoint Slide Show)

View PPSM Files

(Macro-enabled Slide Show)

View PPSX Files

(PowerPoint Slide Show)

View PPTM Files

(Macro-enabled Presentation File)

View PS Files

(PostScript File)

View PSB Files

(Photoshop Large Document Format)

View PSD Files

(Photoshop Document)

View PST Files

(Outlook Personal Information Store File)

View PY Files

(Python Script)

View RAR Files

(WinRAR Compressed Archive)

View RB Files

(Ruby Source Code)

View RST Files

(reStructuredText Files)

View RTF Files

(Rich Text Format)

View SASS Files

(Syntactically Awesome StyleSheets File)

View SCALA Files

(Scalable Language File)

View SCM Files

(Source Code Management File)

View SCRIPT Files

(Scripting Language File)

View SH Files

(Bash Shell Script)

View SML Files

(Standard ML Files)

View SQL Files

(Structured Query Language Data File)

View STL Files

(Stereolithography File)

View SVG Files

(Scalar Vector Graphics)

View SVGZ Files

(Compressed Scalable Vector Graphics)

View SXC Files

(StarOffice Calc Spreadsheet)

View TAR Files

(Consolidated Unix File Archive)

View TEX Files

(LaTeX Source Document)

View TGA Files

(Truevision Graphics Adapter)

View TGZ Files

(Gzipped Tar File)

View TSV Files

(Tab Seperated Values)

View TXZ Files

(Slackware Linux Package)

View VB Files

(Visual Basic Project Item File)

View VCF Files

(vCard File)

View VDW Files

(Visio Web Drawing)

View VDX Files

(Vector Design eXchange)

View VIM Files

(VIM Text Editor Files)

View VSD Files

(Visio Drawing File)

View VSDM Files

(Visio Macro-Enabled Drawing)

View VSDX Files

(Visio Drawing)

View VSS Files

(Visio Stencil File)

View VSSM Files

(Visio SmartShape Master)

View VSSX Files

(Visio Stencil File)

View VST Files

(VST Audio Plugin)

View VSTM Files

(Visio Macro-Enabled Drawing Template)

View VSTX Files

(Visio Drawing Template)

View VSX Files

(Visio Stencil XML File)

View VTX Files

(Anim8or 3D Model)

View WEBP Files

(Raster Web Image Format)

View WMF Files

(Windows Metafile)

View WMZ Files

(Compressed Windows Metafile)

View XLAM Files

(Excel Macro-Enabled Add-In)

View XLSB Files

(Excel Binary Workbook)

View XLSM Files

(Macro-enabled Spreadsheet)

View XLT Files

(Excel 97 - 2003 Template)

View XLTM Files

(Excel Macro-Enabled Template)

View XLTX Files

(Excel Template)

View XPS Files

(XML Paper Specifications)

View XZ Files

(Single-file Compression Format)

View YAML Files

(YAML Document)

 English