You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the cups-pdf in Linux alone to print, I can see that the printed PDF content is normal. However, when I use cups-pdf with cups-filters,the printed content is empty. I don't know what's causing it and how to locate and fix it. Could you give me some advice ? Thanks a lot.
To Reproduce
Steps to reproduce the behavior:
install the cups-filters and cups-pdf
configure the cups-pdf and add the cups-filter to the cups-pdf's ppd configure file
restart the cups by typing sudo systemctl restart cups
use the cups-pdf with cups-filters to print the test.txt by typing lp -d cups-pdf ./test.txt
view the printed file. However, the content of the out file is empty like this:
Expected behavior
I hope to correctly configure cups-filter to print the correct content with cups-pdf. In addition, in addition to texttopdf, I have also configured other filters, but all the printed pages are blank,I don't know how to fix it.
System Information:
OS: fedora 40
Version: 1.20.0
The text was updated successfully, but these errors were encountered:
cups-pdf is really old and takes PostScript input (instead of PDF) and converts it to PDF. Some people have modernized cups-pdf to use PDF as input, e.g.:
Describe the bug
When I use the cups-pdf in Linux alone to print, I can see that the printed PDF content is normal. However, when I use cups-pdf with cups-filters,the printed content is empty. I don't know what's causing it and how to locate and fix it. Could you give me some advice ? Thanks a lot.
To Reproduce
Steps to reproduce the behavior:
restart the cups by typing
sudo systemctl restart cups
use the cups-pdf with cups-filters to print the test.txt by typing
lp -d cups-pdf ./test.txt
view the printed file. However, the content of the out file is empty like this:
Expected behavior
I hope to correctly configure cups-filter to print the correct content with cups-pdf. In addition, in addition to texttopdf, I have also configured other filters, but all the printed pages are blank,I don't know how to fix it.
System Information:
The text was updated successfully, but these errors were encountered: