clawPDF icon indicating copy to clipboard operation
clawPDF copied to clipboard

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.

Results 97 clawPDF issues
Sort by recently updated
recently updated
newest added

When I open the project file clawPDF.sln, I get this message: This version of Visual Studio is unable to open the followig projects.... ..\clawPDF_setup\clawPDF_setup.vdproj I click OK, at the IDE...

I alr installed the printer and normally the printer can work. However, sometimes I faced below issue: 1. the printer is not working when trigger it from any web browser...

Is there a build instruction available somewhere? When I tried to build (after extracting clawmon/x86 and clawmon/x64 from msi) i'm getting missing files from clawPDF_setup ![image](https://user-images.githubusercontent.com/32999079/81061706-1d5c7c00-8ed5-11ea-9d1b-0fb02aef3f2e.png) And when I try...

Hi, thanks for the program but there is a problem: I created 5 printers, 5 profiles for them, each profile should save a text file (TXT) to a certain folder,...

![image](https://user-images.githubusercontent.com/16288992/84796635-759b9900-afbe-11ea-9db1-b65d1f421705.png)

Hi, friend, The virtual printer can printer image, with app of microsoft store of windows 10, for example (Paint 3D, Photo, and Skip & Sketch), However office applications, paint and...

Wen selected automatic saving, there should be no popup with the PDF. JUST AUTOMATIC SAVING IN A FOLDER. silently print PDF is not possible. there always pops up the file....

Hi, We tried to compile source code on IDE VS Version 19 but giving some error. We are not able to resolve it. Please find the attached error screenshots. Please...

Line 1290: WriteToIniFile(_T("0"), _T("**PinterName**"), m_szPrinterName, infpath); shoud be WriteToIniFile(_T("0"), _T("**PrinterName**"), m_szPrinterName, infpath); This prevents usage of different profiles since profiles are determined via PrinterName. LastUsedProfile is always used.