Digital images are everywhere you look. There's no escaping them. They can be found in just about every email, they're all over social media, and they can be embedded throughout PDFs. Some may embed images into PDFs to make the document look better or to provide visuals. Others may do this to show images for legal reasons, such as insurance adjusters.
Extract Embedded Images from PDF Documents Using LEADTOOLS
Posted on 2020-01-24 12:13:23 by Nick Villalobos
Categories:
ScreenshotToPdf
Posted on 2019-12-20 16:15:06 by Nick Villalobos
Continuing off of my previous blog post about using LEADTOOLS OCR to save screenshots as searchable PDFs, this post demonstrates how to extract the text from those screenshots and store it back into your clipboard as plain text.
Like I said on the last blog post, developers can get images that have been copied to the clipboard using .NETs Clipboard
Class. Instead of saving screenshots as searchable PDFs, this time we'll be using the GetText
Method to retrieve text so we can store it back in the clipboard.
Categories:
OCR
Convert an Image to Black & White PDF
Posted on 2019-12-19 12:34:02 by Nick Villalobos
After reviewing the forums and responses to some surveys we recently send out, I noticed that many developers are looking for the best way to convert an image to a black & white PDF file. LEADTOOLS offers at least two solutions:
Categories:
Document Imaging
PDF Encrypter
Posted on 2019-12-19 12:21:53 by Nick Villalobos
Continuing my adventure of "Going Paperless", I needed an easy way to encrypt PDF files before I added them to Evernote. To do this, I used the LEADTOOLS PDFFile()
class to add a user password to a file. I created a console application with code to register itself into the Windows Explorer shell. Now I can right click any PDF file and encrypt it with a password. The LEADTOOLS code to do this is very easy; it took me longer to figure out how to edit the registry to add the application to the Windows Explorer context menu then it did to use LEADTOOLS to add the password.
One call got it done:
new PDFFile( fileName, password ) {
SecurityOptions = new PDFSecurityOptions {
UserPassword = newPassword,
EncryptionMode = PDFEncryptionMode.RC128Bit
},
CompatibilityLevel = PDFCompatibilityLevel.PDF15
}.Convert( 1, -1, null );
Categories:
Document Imaging
Convert Faxes Embedded in PDF to TIF
Posted on 2019-12-19 11:45:39 by Nick Villalobos
Even today there are many organizations that rely on fax as a required form of communications. Because of this, receiving faxes is a requirement that much still be met. To do this, many organizations utilize fax services either hosted locally or by a third-party. Many of these services will email received faxes to users as a PDF file.
In a normal facsimile transmission, every other scan-line is skipped. This reduces the amount of data that needs to be sent over the relatively slow connection used to send faxes. To account for the missing scan-lines, the aspect ratio of the pixels is 2:1. It is important to recognize this when displaying the image else you will end up displaying the image incorrectly, making it looked squashed.
Categories:
Recent Posts
- Programmatically Format Excel Cell Styles with LEADTOOLS
- Using the LEADTOOLS Excel Web Editor to Implement Functions
- Load an Existing Excel File and Programmatically Change Data with LEADTOOLS
- LEADTOOLS Version 23 is HERE - Overview of What's New!
- Capture it all with LEADTOOLS Multi-Capture Video Support
Categories
- Virtual Printer (2)
- General Imaging (18)
- Multimedia Imaging (35)
- HTML5 (19)
- Video Tutorials (5)
- Speech Recognition (1)
- Document Converter (8)
- Excel (4)
- Image Processing (9)
- Barcode (16)
- OCR (31)
- Analyzer (2)
- News (119)
- .net (4)
- File Formats (3)
- Recognition (2)
- PDF (24)
- Document Imaging (67)
- Annotations (5)
- Cloud Services (1)
- Forms Recognition and Processing (13)
- Medical Imaging (28)
- General (35)
- MICR (1)
- Web Scanning (1)
Tags
- Paperless Office (2)
- Medical Imaging (57)
- Cine (1)
- Credit Card (3)
- SD Times 100 (3)
- Intel Quick Sync Video (1)
- Document Imaging (109)
- Sony (1)
- OCR (103)
- Cloud (18)
- Text Overlay (1)
- XLS (1)
- Bates (1)
- MultiStreamSource (1)
- Swift (3)
- Houston (1)
- iPad (6)
- Micro QR (2)
- Web Editor (1)
- Document (7)
- EML (1)
- Product Review (4)
- ENT (2)
- CORS (1)
- VB.NET (1)
- Cross-Platform (4)
- study (1)
- Product Announcement (48)
- AFP (1)
- Print to PACS (3)
- Scanning (9)
- Vector Imaging (2)
- Bitonal (1)
- Documents SDK (5)
- h.264 (8)
- News (8)
- Scroll (1)
- SANE (1)
- Going Paperless (1)
- HEVC (1)
- topworkplaces (1)
- PST (1)
- 25 projects in 25 days (28)
- AnDevCon (3)
- Alignment (1)
- Windows 10 (1)
- SVCC (1)
- credit card reader (1)
- Windows (1)
- Discontinuity (1)
- LEADTOOLS (7)
- NVIDIA CUDA (1)
- medical web viewer (2)
- DICOM (67)
- Driver's License (6)
- PowerShell (3)
- .NETCore (3)
- LEADTOOLS Cloud Services (4)
- color reduction (1)
- Baseline Profile (1)
- Client (1)
- Jolt (1)
- AIIM Conference (2)
- Recognition (6)
- image conversion (1)
- HTML (2)
- Discount (1)
- Wang (2)
- Web Workers (1)
- NHIT (2)
- Dental (3)
- Push Mode (1)