Giter Club home page Giter Club logo

clawsoftware / clawpdf Goto Github PK

View Code? Open in Web Editor NEW
617.0 24.0 144.0 241.44 MB

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.

Home Page: https://github.com/clawsoftware/clawPDF

License: GNU Affero General Public License v3.0

C# 91.42% C++ 3.82% C 4.59% PowerShell 0.13% Batchfile 0.05%
pdf pdf-printer windows print ocr printer merge image-processing network-printer pdf-merger

clawpdf's Introduction

clawPDF - Virtual PDF/OCR/Image (Network) Printer

ClawPDF may seem like yet another Virtual PDF/OCR/Image Printer, but it actually comes packed with features that are typically found in enterprise solutions. With clawPDF, you can create documents in various formats, including PDF/A-1b, PDF/A-2b, PDF/A-3b, PDF/X, PDF/Image, OCR, SVG, PNG, JPEG, TIF, and TXT. You also have easy access to metadata and can remove it before sharing a document. In addition, you can protect your documents with a password and encrypt them with up to 256-bit AES.

ClawPDF offers a scripting interface that lets you automate processes and integrate it into your application. Moreover, you can install clawPDF on a print server and print documents over the network, not just locally.

ClawPDF is open-source and compatible with all major Windows client and server operating systems (x86/x64/ARM64), and it even supports multi-user environments!

Download

https://github.com/clawsoftware/clawPDF/releases/download/0.9.3/clawPDF_0.9.3_setup.msi

Features

Demo

Optical Character Recognition (OCR)

OCR

ScriptingInterface

Print a PDF and protect it with a password

PrintPDFwithPassword

Merge multiple documents

Merge

Tested under

  • Windows Server 2022 RDS
  • Windows Server 2019 RDS
  • Windows Server 2016 RDS
  • Windows 11 x64/ARM64
  • Windows 10 x86/x64/ARM64
  • Windows 8 x86/x64
  • Windows 7 x86/x64

Command Line

Batch Printing

The GUID for the Profile parameter is located under: HKEY_CURRENT_USER\Software\clawSoft\clawPDF\Settings\ConversionProfiles\[id]\Guid

clawPDF.exe /PrintFile=D:\example.docx /profile=f81ea998-3a76-4104-a574-9a66d6f3039b
clawPDF.exe /PrintFile=D:\example.pdf /profile=JpegGuid
clawPDF.exe /PrintFile=D:\example.pdf /profile=JpegGuid /OutputPath=D:\batchjob

clawPDF.exe /PrintFile=D:\example.txt /printerName=clawPDF2
clawPDF.exe /PrintFile=D:\example.docx /printerName=clawJPG

Overwrite Config

- To deploy a default configuration in an enterprise environment.
- To export a configuration select "Application Settings -> Debug -> Save settings to file".

clawPDF.exe /Config=D:\clawPDF.ini

Printer Managment

SetupHelper.exe /Printer=Add /Name=ExamplePrinter
SetupHelper.exe /Printer=Remove /Name=ExamplePrinter

ManagePrintJobs

clawPDF.exe /ManagePrintJobs

Changelog

v0.9.3 (2023.05.16)

  • [bugfix] Fixed a bug where in some cases only administrators could use the shared network printer function
  • [bugfix] Fixed Windows 7 issues caused since version 0.9.1

more

Requirements

Build

  • Visual Studio 2022

more

Third-party

clawPDF uses the following licensed software or parts of the source code:

License

clawPDF is licensed under AGPL v3 license
Copyright (C) 2023 // Andrew Hess // clawSoft

clawpdf's People

Contributors

clawsoftware avatar hessandrew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clawpdf's Issues

Adding a Stamp rotates the print to landscape

Can you please advise if this is a bug? I believe the printer bug is rotating the printed page to landscape whenever a stamp is added to the print.

In addition, I suspect the margins are also impacted, by the rotation transformation. This can be observed by the cropping of header and footer detail from prints.

Problem with filenames containing german umlauts

When creating a PDF from a file whose filename contains umlauts, those characters are replaced with '?'.

In my example I created a file with Notepad whose name is 'Umlauts Test ae-ä oe-ö ue-ü sz-ß Ae-Ä Oe-Ö Ue-Ü.txt'. When printing to clawPDF the suggested title is 'Umlauts Test ae-? oe-? ue-? Ae-? Oe-? Ue-?'.

Not opening generated file with default tool

We are testing your tool to use it in an automated invironment. Now after every printjob the genereated file (pdf, tif) is openend by the default viewer. We can't find an option in profile settings to disable this. Can this be added?

profiles and templates don't work (не работают профили и шаблоны )

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, but this does not happen, I noticed which last profile saved this one and it works - that is, saving the profile that was last saved to a folder. It's the same with pdf.
does not work in templates
Привет, спасибо за программу но есть проблемка:
Cоздал 5 принтеров, под них 5 профилей, каждый профиль должен сохранять в определенную папку текстовый файл (TXT) но это не происходит, заметил какой последний профиль сохранил такой и работает - т.е. сохранение в папку того профиля который был последним сохранен. С pdf тоже самое.
В шаблонах не отрабатывает

Preserve the dimensions of the original printed file

I'm using clawPDf to save a copy of the printed document, then print it using thermal receipt printer, but dimensions after conversion are too big, which makes the receipt cropped.

If I print directly to the receipt printer without clawPDF, it print correct.

is there a way to preserve the original file dimensions when using clawPDF to convert to PDF file ?

Build problems

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

And when I try to change configuration to "Any CPU" i'm getting missing openssl file:

image

An instruction covering build from start to finish would be nice...

a way to EMBED used fonts

is there a way to EMBED used fonts within the generated PDF files? perhaps a backdoor way / script if necessary (i see there is an option to subsequently "run script" within the profile settings interface)?

see screenshot attached - the source document contains a particular barcode font

image

however here is the generated PDF (via clawPDF) as viewed on a different computer - you can see the barcodes are not displayed correctly, presumably because that particular barcode font is not present on that other computer

image

the fix for this issue is usually to force fonts to be embedded - e.g. see below the "embed all used fonts" setting within the profile manager from another pdf printer

image

PS. this is an outstanding program in my testing so far today, thanks

Impossible to combine printing jobs without doing a workaround

I know this repo of ClawPDF is mostly abandoned, but this is something i know i did before and now doesn't work.

If i print in the PDF printer a few pages, and i want to combine them, normally you wait a bit or go to the combine button to look all printing jobs stacking there. Now that doesn't happen, it only shows the first one, the one what brings the ClawPDF dialog.

But there is a trick, if you close that dialog and try to print again that first page (or any page, but if i interesed in that being part of the final pdf is what you need to do), or open the ClawPDF option screen, it pops the dialog again, but this time with everything stacked, without that first part which i cancelled, but with the last part that invoked ClawPDF (that's why is the same as the first) and you can order and combine them.

I think i did this before without doing that workaround, maybe something change in the Windows 10 printer service?

Running the script in the background

I am using the ClawPDF printer and I want to run the script (.exe or .bat) on completing the PDF conversion.
I tested it out and it works charm.

But the issue here is that I need to run this external process in the background and not in the foreground.
I have tried putting '&' or '\B' while putting the script in the configuration but no luck.

Could anyone knows how I can achieve this?

clawPDF is not reading the lenguage file changes

Hi, so i added a few views to the claw and i modify the lenguage files to add the translation to the new view but when i run the claw it keeps showing me the text of the xaml and not the one in the lenguage file (if i modify existing text in the lenguage file it works, but not with new content) i dont know if i have to add something to the views so it can read the translation but i cant find any solution to this.

Untitled

Build Errors: Missing files under clawPDF\clawmon\x86 and clawPDF\clawmon\x64

Hello,

When attempting to build the project, I receive the following errors which appear to be files that are missing. I did not see any explicit build events which generate these (such as by the clawmon project) and they are files added as content to the clawPDF.csproj project.

Severity	Code	Description	Project	File	Line	Suppression State
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\SCPDFPRN.ppd" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\SCPDFPRN.ppd" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\ps5ui.dll" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\ps5ui.dll" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\pscript.ntf" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\pscript.ntf" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\pscript.hlp" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x86\pscript5.dll" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\pscript.hlp" because it was not found.	clawPDF			
Error		Could not copy the file "C:\Git\clawPDF\clawPDF\clawmon\x64\pscript5.dll" because it was not found.	clawPDF			

Could you please provide input in resolving this?

Sometimes the printer is not working

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 or any printing page
  2. After reboot, printer can work properly
  3. print test page in application setting can work
  4. No log file was saved
  5. I check on the queue of the printer when I click print, it appear once and suddenly disappear from the queue list

Any possibility that can cause this issue and how to avoid that?

The application source not compiling

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 help to resolve the issue.
clawPDF_setup vdproj_error

larger print size

Hi,
I'm trying to use this to creat pdfs for scientific posters. right now the maximum size is 78.75 inches in either dimention. Is there any way to increase this?

Not working as network printer

Print job and ini file are placed in claw-spooler folder of printserver but not placed in target folder as pdf. Nothing in the log file when printed from client with network printer.

is there a setting I can adjust to make it work? Seems like some kind of permission thing. But I am not allowed to configure clawmon.

Build is failing when using VS 2019 community edition version on windows 10

Getting below errors in VS 2019 community edition, please assist

Severity	Code	Description	Project	File	Line	Suppression State
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x86\SCPDFPRN.ppd" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x64\pscript5.dll" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x86\pscript5.dll" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x64\ps5ui.dll" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x64\SCPDFPRN.ppd" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x86\ps5ui.dll" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x64\pscript.ntf" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x86\pscript.ntf" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x86\pscript.hlp" because it was not found.	clawPDF			
Error		Could not copy the file "E:\VSProjects\clawPDF\clawPDF\clawmon\x64\pscript.hlp" because it was not found.	clawPDF		

VS 2019 Build Fails due to: clawPDF_setup\clawPDF_setup.vdproj: The application which this project type is based on was not found.

There should be an additional prerequisite for this project (at least for VS 2019).

The Microsoft Visual Studio Installer Project extension needs to be added to VS 2019 before loading the project solution.

Extensions -> Manage Extensions
Find and Select -> Microsoft Visual Studio Installer Project
Restart VS 2019
Now open solution.

If solution was already opened and built, follow above steps, and after reopening VS 2019 and the clawPDF solution, select the clawPDF_setup project in solution explorer and execute a Project -> Reload.

Error when openning clawPDF project with VS19

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 screen of Solution Explorer show:
clawPDF_setup (incompatible)
This project is incompatible with the current edition of Visual Studio

Printing does not work if the username has a space in it

It does not print, and in the error log, there's this:

2021-01-27 09:58:06.0523 [Error] clawSoft.clawPDF.App.App_OnStartup: There was an error while starting clawPDF System.IO.FileNotFoundException: Die Datei "C:\Users\Jan" konnte nicht gefunden werden.
Dateiname: "C:\Users\user"

(If the Username would be "user name"

auto merge or make one single file

Hi all

Love this software..well done to the creators.

Does anyone know of a way to create automatically merge all the separate files received ? I'm printing from a very old does app via dosbox-x which send each individual file to the printer.
I would like to end up with one single pdf with all the separate files in one merged file.
I see this can be done from the prgram window but I'd like ti to happen without having to open the window , no manual intervention.
I'd appreciate any help

Thanks in advance
Den

Issue in clawmon\monitor\mon.cpp

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.

Disable auto-open file

Hello, one of the visitors to the Russian-language site about free software wrote a comment on the description of ClawPDF. Here's a quote:
"The program is wonderful. But I consider the impossibility to disable auto-opening of created files as a very big drawback."

Is there really no way to turn off the automatic opening of the generated files?

Здравствуйте, один из посетителей русскоязычного сайта о свободном программном обеспечении написал комментарий к описанию ClawPDF. Вот цитата:
Программа замечательная. Но очень большим недостатков я считаю невозможность отключить автооткрытие созданных файлов

Действительно ли нет возможности отключить автоматическое открытие созданных файлов?

Two printers profile problem

I created two printers clawJPG & clawPDF with JPGProfile & PDFProfile.
If, after restarting spool service , first to use the ClawPDF printer, then when printing on the ClawJPG, it will be pdf.

Printer ClawJPG uses a "JPGProfile" profile
Print to ClawJPG printer log
2021-05-05 15:58:45.8699 [Debug] 3916-5 (ProcessingThread) clawSoft.clawPDF.Workflow.WorkflowFactory.CreateWorkflow: Profile: PDFProfile (GUID 964fa435-4cc9-431f-97fb-d6102fb288da)

2021-05-05 15:58:45.8856 [Debug] 3916-5 (ProcessingThread) clawSoft.clawPDF.Workflow.ConversionWorkflow.DoWorkflowWork: clawPDF Version: v0.8.4 (Alpaca)
2021-05-05 15:58:45.8856 [Debug] 3916-5 (ProcessingThread) clawSoft.clawPDF.Workflow.ConversionWorkflow.DoWorkflowWork: OSVersion: Windows 10 Pro (Microsoft Windows NT 6.2.9200.0)

Prints completely wrong colors

Installed clawPDF, printed the PDF test documents, which look fine.
However, printing one of my own PDFs (created by Miktex) went completely wrong; all the colors are wrong, e.g. the text is printed in red! When I choose Color Model : CMYK, then the colors appear washed-out. How to fix this?

Aks email recipient every time?

Ciao!
You have written a wonderful program!

If I can give you an idea for future development:
for sending the PDF in an email, allow it to be sent only to a preset recipient.

You should simply, give the possibility, that the recipient is required every time at the time of printing.

Applications thus possible:

  • schools, where students access the same PC with a single account, can send printouts in their own email.
  • Companies, the customer asks you for a copy of the offer, just print it out by entering their email.
  • Internet Poit: when someone wants to print, they can do so by sending it to their email
    I hope this can be a useful input for you.
    If you implement it, I am the first one who will test it for you.
    Greetings
    Diego

Black box coming if printing Printer Spool EMF file

hi,
I am getting an error for which request resolution.
I am using ClawPDF to Print a PDF file from an EMF file. Essential the emf file has the extention *.spl and has been picked from Printer Spool folder.
I am printing the spl file from SPLView (https://sourceforge.net/projects/splviewer/)
I am getting black rectangle boxes in some places of converted PDF. Don't know how to resolve this one.
Attaching sample pdf showing the issue.
abc.pdf

Whereas if I am using Microsoft Print To PDF, the PDF is coming perfectly fine.
ms_pdf.pdf

Pl help in resolving this one.

Thanks
Pradeep Gupta

compiled failed

Hello, can I participate in this project? What IDE do you use? I use VS2017 compiled failed, is there anything not uploaded?

How to NOT open viewer after print auto-save

Just want to print the PDF to auto-save to folder (this works).
Do not want the default PDF viewer to open after printing/auto-saving..could not find a setting in Profile.
So how do you do that?

Cannot print image from a photo viewer app like Windows "Photos" app

I tried printing files in Notepad, Word, Paint, websites. They worked well with clawPDF printer.
But when I use Photos app or Paint3D to print out image files (.jpg, .png, .bmp) into PDF file, clawPDF printer cannot print out.
Can clawPDF supports to print image or anything by using new Windows 10 applications like Paint3D, Photos?
Will it work well as "Microsoft Print to PDF" printer?

clawPDF worked with:
Paint
Paint Print window

Mouse Right-click menu then select Print
Mouse Right-click Print window

Didn't work with:
Paint3D with new Windows 10 Print
Paint3D Print window

Photos with new Windows 10 Print
Photos App Print window

Support for running as a Windows Service

Any advice for running ClawPDF as a Windows Service / Background Service?

With the existing ability to disable the #33 I'm hoping users may be able to recommend how the virtual printer can always run in the background?

Button e-mail send - Nothing happens

OS: Windows 10 Enterprise LTSC 2019 (1809)
E-Mail Client: Mozilla Thunderbird 68.5.0 (x86) de >>> (default e-mail client: yes)

Nothing happens when you press the Email button.

OS event viewer with two entries

Quelle: .NET Runtime
Ereignis-ID: 1026

Anwendung: clawPDF.exe
Frameworkversion: v4.0.30319
Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
Ausnahmeinformationen: System.OverflowException
   bei clawSoft.clawPDF.Mail.MapiMailMessage._AllocAttachments(Int32 ByRef)
   bei clawSoft.clawPDF.Mail.MapiMailMessage._ShowMail(System.Object)
   bei System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   bei System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   bei System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   bei System.Threading.ThreadHelper.ThreadStart()

Quelle: Application Error
Ereignis-ID: 1000

Name der fehlerhaften Anwendung: clawPDF.exe, Version: 0.8.4.0, Zeitstempel: 0x5cffa478
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.17763.1075, Zeitstempel: 0x148b44ee
Ausnahmecode: 0xe0434352
Fehleroffset: 0x0000000000039179
ID des fehlerhaften Prozesses: 0x1e40
Startzeit der fehlerhaften Anwendung: 0x01d5f6e4f24b7748
Pfad der fehlerhaften Anwendung: C:\Program Files (x86)\clawPDF\clawPDF.exe
Pfad des fehlerhaften Moduls: C:\Windows\System32\KERNELBASE.dll
Berichtskennung: 184d5dc5-7fe8-4d29-91a5-dead56d38649
Vollständiger Name des fehlerhaften Pakets: 
Anwendungs-ID, die relativ zum fehlerhaften Paket ist: 

The following can be read in the LOG-File "clawPDF.log"

2020-03-10 15:06:01.6020 [Fatal] clawSoft.clawPDF.App.CurrentDomain_UnhandledException: Uncaught exception, IsTerminating: True System.OverflowException: Die arithmetische Operation hat einen Überlauf verursacht.
   bei clawSoft.clawPDF.Mail.MapiMailMessage._AllocAttachments(Int32& fileCount)
   bei clawSoft.clawPDF.Mail.MapiMailMessage._ShowMail(Object ignore)
   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Threading.ThreadHelper.ThreadStart()

Windows features
.NET Framework 3.5 (include .NET 2.0 and 3.0)
.NET Framework 4.7 Advanced Services
are activated

I am available for further error analysis.

S. Lehnert
Systems engineer

Customize the date format in the document title

It would be really cool if it was possible to manually set the date format for document titles.
Currently the are two: DateTime and DateTime.yyyyMMddHHmmss.
Ideally something like the date format of google spreadsheets, where one can build the format they want by adding components.

Where do I find the settings INI file?

Not an issue per se. I found the language ini files, but I can't find the config. It's not located in the installation directory, couldn't find in in %appdata% either. Are the setting stored in the registry?

Thanks in advance!

Issue creating MSI installer (or procedure?)

I have cloned the latest code and changed a few things to get the MapiClient working (refer to issue #20 ).

I now need to regenerate the MSI installer (I want to confirm the fix does work as expected by doing a full install on a clean machine) but I am not succeeding. When building the clawPDF_setup project in Release Win32 configuration, I am getting error:

------ Starting pre-build validation for project 'clawPDF_setup' ------ ------ Starting pre-build validation for project 'clawPDF_setup' ------ ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\license.rtf' for file 'license.rtf', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\license.rtf' for file 'license.rtf', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Corsican (France).ini' for file 'Corsican (France).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Corsican (France).ini' for file 'Corsican (France).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\clawmonui.dll' for file 'clawmonui.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\clawmonui.dll' for file 'clawmonui.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Hungarian.ini' for file 'Hungarian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Hungarian.ini' for file 'Hungarian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\pscript.ntf' for file 'pscript.ntf', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\pscript.ntf' for file 'pscript.ntf', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Danish.ini' for file 'Danish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Danish.ini' for file 'Danish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Dutch.ini' for file 'Dutch.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Dutch.ini' for file 'Dutch.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Catalan (Catalan).ini' for file 'Catalan (Catalan).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Catalan (Catalan).ini' for file 'Catalan (Catalan).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\pscript.hlp' for file 'pscript.hlp', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\pscript.hlp' for file 'pscript.hlp', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawPDF.exe' for assembly 'clawPDF.exe', located in '[TARGETDIR]' ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawPDF.exe' for assembly 'clawPDF.exe', located in '[TARGETDIR]' ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\pdfforge Freeware License.txt' for file 'pdfforge Freeware License.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\pdfforge Freeware License.txt' for file 'pdfforge Freeware License.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\pscript5.dll' for file 'pscript5.dll', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\pscript5.dll' for file 'pscript5.dll', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Chinese (Traditional).ini' for file 'Chinese (Traditional).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Chinese (Traditional).ini' for file 'Chinese (Traditional).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Gaelic (Scotland).ini' for file 'Gaelic (Scotland).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Gaelic (Scotland).ini' for file 'Gaelic (Scotland).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\SetupHelper.exe.config' for file 'SetupHelper.exe.config', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\SetupHelper.exe.config' for file 'SetupHelper.exe.config', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Lithuanian.ini' for file 'Lithuanian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Lithuanian.ini' for file 'Lithuanian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\English.ini' for file 'English.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\English.ini' for file 'English.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\Attribution-NoDerivs 3.0 Unported.txt' for file 'Attribution-NoDerivs 3.0 Unported.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\Attribution-NoDerivs 3.0 Unported.txt' for file 'Attribution-NoDerivs 3.0 Unported.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Chinese (Simplified).ini' for file 'Chinese (Simplified).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Chinese (Simplified).ini' for file 'Chinese (Simplified).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\pscript.ntf' for file 'pscript.ntf', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\pscript.ntf' for file 'pscript.ntf', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\SCPDFPRN.ppd' for file 'SCPDFPRN.ppd', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\SCPDFPRN.ppd' for file 'SCPDFPRN.ppd', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\SetupHelper.exe' for assembly 'SetupHelper.exe', located in '[TARGETDIR]' ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\SetupHelper.exe' for assembly 'SetupHelper.exe', located in '[TARGETDIR]' ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\BSD 3-Clause.txt' for file 'BSD 3-Clause.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\BSD 3-Clause.txt' for file 'BSD 3-Clause.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Polish.ini' for file 'Polish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Polish.ini' for file 'Polish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\GNU AFFERO GENERAL PUBLIC LICENSE.txt' for file 'GNU AFFERO GENERAL PUBLIC LICENSE.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\GNU AFFERO GENERAL PUBLIC LICENSE.txt' for file 'GNU AFFERO GENERAL PUBLIC LICENSE.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\README.md' for file 'README.md', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\README.md' for file 'README.md', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\French.ini' for file 'French.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\French.ini' for file 'French.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\Microsoft Public License.txt' for file 'Microsoft Public License.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\Microsoft Public License.txt' for file 'Microsoft Public License.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Norwegian, Bokmal (Norway).ini' for file 'Norwegian, Bokmal (Norway).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Norwegian, Bokmal (Norway).ini' for file 'Norwegian, Bokmal (Norway).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\clawmon.dll' for file 'clawmon.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\clawmon.dll' for file 'clawmon.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\MIT License.txt' for file 'MIT License.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\MIT License.txt' for file 'MIT License.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Spanish.ini' for file 'Spanish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Spanish.ini' for file 'Spanish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Czech.ini' for file 'Czech.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Czech.ini' for file 'Czech.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Catalan (Valencian).ini' for file 'Catalan (Valencian).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Catalan (Valencian).ini' for file 'Catalan (Valencian).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\SCPDFPRN.ppd' for file 'SCPDFPRN.ppd', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\SCPDFPRN.ppd' for file 'SCPDFPRN.ppd', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\pscript.hlp' for file 'pscript.hlp', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\pscript.hlp' for file 'pscript.hlp', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\gsdll32.dll' for file 'gsdll32.dll', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\gsdll32.dll' for file 'gsdll32.dll', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\ps5ui.dll' for file 'ps5ui.dll', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x86\ps5ui.dll' for file 'ps5ui.dll', located in '[TARGETDIR]\clawmon\x86', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\gsdll64.dll' for file 'gsdll64.dll', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\gsdll64.dll' for file 'gsdll64.dll', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Estonian.ini' for file 'Estonian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Estonian.ini' for file 'Estonian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Russian.ini' for file 'Russian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Russian.ini' for file 'Russian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Finnish.ini' for file 'Finnish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Finnish.ini' for file 'Finnish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Swedish.ini' for file 'Swedish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Swedish.ini' for file 'Swedish.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\GNU GENERAL PUBLIC LICENSE Version 2.txt' for file 'GNU GENERAL PUBLIC LICENSE Version 2.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\docs\licenses\GNU GENERAL PUBLIC LICENSE Version 2.txt' for file 'GNU GENERAL PUBLIC LICENSE Version 2.txt', located in '[TARGETDIR]\docs\licenses', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Italian.ini' for file 'Italian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Italian.ini' for file 'Italian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\German.ini' for file 'German.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\German.ini' for file 'German.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawPDF.exe.config' for file 'clawPDF.exe.config', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawPDF.exe.config' for file 'clawPDF.exe.config', located in '[TARGETDIR]', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Portuguese (Brazil).ini' for file 'Portuguese (Brazil).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Portuguese (Brazil).ini' for file 'Portuguese (Brazil).ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\ps5ui.dll' for file 'ps5ui.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\ps5ui.dll' for file 'ps5ui.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\pscript5.dll' for file 'pscript5.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\clawmon\x64\pscript5.dll' for file 'pscript5.dll', located in '[TARGETDIR]\clawmon\x64', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Slovenian.ini' for file 'Slovenian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ERROR: Unable to find source file 'C:\Users\chris\Source\Repos\clawPDF\_Build\Release\languages\Slovenian.ini' for file 'Slovenian.ini', located in '[TARGETDIR]\languages', the file may be absent or locked. ------ Pre-build validation for project 'clawPDF_setup' completed ------ ------ Pre-build validation for project 'clawPDF_setup' completed ------ ------ Build started: Project: clawPDF_setup, Configuration: Release ------ ------ Build started: Project: clawPDF_setup, Configuration: Release ------ ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

Any idea what I am missing? The files are in the Release folder of some of the dependent projects but are not in the top level _Build directory. This is likely a newbie -- Thanks for your understanding.

Crashes while Printer after automatic Filesave

Hey There,

I'm facing an issue with ClawPDF Crashing while trying to print after saving a file automatically, which works quite decent.

It's running on a 2019 RDS-Farm :D

Thank for your Time and Wisdom

Coolest virtual printer! Thank!

Thank you very much for creating such a cool virtual printer under the GNU AGPL license. On my personal site about free software PDF Creator has long enjoyed great popularity, but it has a whole bunch of flaws that are constantly mentioned by our visitors.

One of them is any advertising stuff that is offered during installation. In your program this is not, THANKS!

The other of them, the lack of support for the TIF format, after one of the versions, it disappeared. Thank!

I bring a link to the description of your beautiful program on my website (link).

Problem with App of Microsoft Store of windows 10

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 mail clients and browsers if it works without problem.

Pls, Check

Doesn't work with space-containing user profiles

2020-02-20 14:04:07.3421 [Error] clawSoft.clawPDF.App.App_OnStartup: There was an error while starting clawPDF System.IO.FileNotFoundException: Файл 'C:\Users\The' не найден.
Имя файла: 'C:\Users\The'

It's actually 'C:\Users\The Chief'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.