You will find lots of samples here that illustrate how to use Solid Framework.
All of these samples will work with a Trial License, but the output will be mangled if a Trial License is used. This means that the reconstructed document will contain watermarking and deliberate substitution of some characters for others.
To see what the output would be like with a full license, please visit SimplyPDF.com. This provides online reconstruction of Word, Excel and PowerPoint documents from PDFs using the latest released version of Solid Framework.
Full Samples
PDF To HTML using Solid Framework
Learn how to use the Core Model to convert PDF into visually similar HTML.
Using C++ with Solid Framework on macOS (OSX)
Learn how to use Solid Framework on the macOS Platform.
Using C++ with Solid Framework
A full working sample written in C++ that uses Solid Framework .
JobProcessor.NET
Learn how to use .NET with Solid Framework Job Processor.
Converter.NET Sample.
Learn how to convert PDFs using Solid Framework for .NET
Creating PDF Thumbnails in Windows.Forms
Render PDF thumbnails in UI control. Includes common editing functionality: re-arrange, split, merge, delete, etc.
ASP.NET sample - Running conversions from a Web Browser
Sample code to show how to convert a PDF to other types of document using a WebService.
This sample requires a Professional license.
This sample requires a Professional license.
PDF to RTF using Solid Framework
Learn how to use the sample implementation of a project that converts PDF to RTF using just the Core Model.
PDF Conversion
These samples illustrate the range of conversions that can be simply performed using Solid Framework
Extract data from a PDF
Extract data from a PDF and use it within Excel, or a SQL database.
This sample requires a Professional license.
This sample requires a Professional license.
Convert PDF Files to Images
Render each page in your PDF to a bitmap image file at the dpi and in the image format of your choice.
This sample requires a Tools license.
This sample requires a Tools license.
Convert PDF Files to PowerPoint
Convert each page in your PDF to a slide in PowerPoint and then edit.
This sample requires a Professional license.
This sample requires a Professional license.
Convert PDF Files to Excel
Convert tables from your PDF files to Microsoft® Excel spreadsheets. Select pages or entire document.
This sample requires a Professional license.
This sample requires a Professional license.
Convert PDF Files to Word
Convert your PDF files to Word documents for easy editing.
This sample requires a Professional license.
This sample requires a Professional license.
Convert PDF to HTML
Convert your PDFs to high quality reflowed HTML while preserving styles, tables and hyperlinks.
This sample requires a Professional license.
This sample requires a Professional license.
PDF Manipulation
These samples illustrate a range of ways that you can manipulate a PDF using Solid Framework.
Setting Viewer Preferences for a PDF
Set default view including page layout, initial zoom and page thumbnail view.
This sample requires a Tools license.
This sample requires a Tools license.
Create a New PDF for each page in a PDF
The code below shows you how to split a PDF into separate pages, and create a new PDF for each page.
This sample requires a Tools license.
This sample requires a Tools license.
Setting Document Information for a PDF
Define Title, Author, Subject and Keywords to help organize your documents.
This sample requires a Tools license.
This sample requires a Tools license.
Encrypting PDF files
Secure your PDF files using 128-bit RC4 or AES encryption algorithms.
This sample requires a Tools license.
This sample requires a Tools license.
Creating a PDF that is Password Protected
Learn how to restrict who can view, edit, copy, print or add comments to your document.
This sample requires a Tools license.
This sample requires a Tools license.
Setting Permissions for a PDF file
Control which users can read, print, edit, copy or comment your PDF files.
This sample requires a Tools license.
This sample requires a Tools license.
Combine PDF Files
Sample code that shows you how to combine multiple PDF files into a single PDF.
This sample requires a Tools license.
This sample requires a Tools license.
PDF Content Extraction
Extract Text from a PDF File
The code below shows you how to extract all of the text from a PDF file.
This sample requires a Tools license.
This sample requires a Tools license.
Extract Images from a PDF file
Decode and extract all images from an existing PDF file.
This sample requires a Tools license.
This sample requires a Tools license.
Extract data from a PDF
Extract data from a PDF and use it within Excel, or a SQL database.
This sample requires a Professional license.
This sample requires a Professional license.
Snippets
Collecting debug information within a log file
This code sample illustrates how to use the built-in logging mechanism within Solid Framework.
Dealing with the "TempFileIsBeingCreated" Event
This short sample illustrates how to create a callback that can be used to handle the "TempFileIsBeingCreated" event.
Scanning and Archiving
Validating a PDF/A file
Verify ISO 19005-1 and ISO 19005-2 compliance for existing PDF documents and repair common issues.
This sample requires a Tools license.
This sample requires a Tools license.
Create a PDF from a TIFF file
The code below shows you how to use the ImagePrintProvider class to convert a TIFF file to a PDF.
This sample requires a Tools license.
This sample requires a Tools license.
Using an OcrTransformer to add a Searchable Text Layer
Convert PDF Files to Searchable PDF files by adding a Text Layer while preserving Image Compression.
This sample requires a Professional+OCR license.
This sample requires a Professional+OCR license.
Convert PDF to PDF/A
Convert existing normal or image PDF files into fully searchable ISO 19005-1 and ISO 19005-2 compliant archivable documents.
This sample requires a Professional license.
This sample requires a Professional license.
Make PDF Searchable
Learn how to add a searchable text layer. Easy for indexing and archiving legacy and paper documents.
This sample requires a Professional+OCR license.
This sample requires a Professional+OCR license.
Miscellaneous Video Tutorials
Creating PDF Thumbnails in Windows.Forms
Render PDF thumbnails in UI control. Includes common editing functionality: re-arrange, split, merge, delete, etc.
Render PDF Page Image
Render PDF page to System.Drawing.Bitmap in real time.
Extracting Text from the Core Model - C++ Sample Application
Access reconstructed text (with bounds) in memory from your PDF file using Solid Framework Core Model
Extracting Text from OCR - C++ Sample Application
Extract text from Scanned PDF or Image using Solid Framework Solid OCR.
Extracting Text from OCR - C# .NET Sample Application
C# .NET Sample. Extract text from Scanned PDF or Image using Solid Framework Solid OCR.
Extracting Text from the Core Model - C# .NET Sample Application
C# .NET Sample. Access reconstructed text (with bounds) in memory from your PDF file using Solid Framework Core Model