GithubHelp home page GithubHelp logo

cups-pdf-to-pdf's People

Contributors

alexivkin avatar noeljunior avatar nth0 avatar tomm77 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cups-pdf-to-pdf's Issues

Again garbled text also with the current code base

Hi,

I had the patch running (manually) on Arch since a few years. But somehow, this stopped working at some point. I again get garbled text when selecting text from a cups-pdf generated pdf.

Also using your GIT directly does not help. What do I do?

yay -S cups-pdf-to-pdf-git (cf. here https://aur.archlinux.org/packages/cups-pdf-to-pdf-git)

sudo systemctl restart cups

Go to localhost:631, remove the old cups-pdf printer, add the new one using one of CUPS-PDF with or without options, install it, select it as default printer

do echo 'mama' | lp as user, open the PDF in a reader, select the text, paste it somewhere: it is not mama, but unicode character replacements.

Any hint? Thanks in advance!

PS: Sorry for double posting this here and on the AUR site.

CUPS in SUSE may not print second file in a multi-file print job

Hi
We have installed CUPS-PDF version cups-pdf-3.0.1-lp152.3.5.x86_64 and confirm the on our SUSE Linux servers. Printing to PDF files is working however, when the print job has multiple files the print job is not working. Need assistance to fix this issue.

Thanks
Kishore K.

Deprecated functions

I am getting the following errors concerning functions ppdOpenFile, ppdMarkDefaults, and ppdFirstOption:

cups-pdf.c: In function 'read_config_ppd':
cups-pdf.c:282:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
  282 |   ppd_file = ppdOpenFile(ppd_name);
      |   ^~~~~~~~
In file included from cups-pdf.c:60:
/nix/store/3flv6k8sbl521f5980w4lpbxh2dfxvx1-cups-2.4.2-dev/include/cups/ppd.h:389:26: note: declared here
  389 | extern ppd_file_t       *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                          ^~~~~~~~~~~
cups-pdf.c:287:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
  287 |   ppdMarkDefaults(ppd_file);
      |   ^~~~~~~~~~~~~~~
In file included from cups-pdf.c:60:
/nix/store/3flv6k8sbl521f5980w4lpbxh2dfxvx1-cups-2.4.2-dev/include/cups/ppd.h:384:25: note: declared here
  384 | extern void             ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                         ^~~~~~~~~~~~~~~
cups-pdf.c:289:3: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations8;;]
  289 |   option = ppdFirstOption(ppd_file);
      |   ^~~~~~
In file included from cups-pdf.c:60:

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.