Score:1

Is there a way to convert .xif files (created with Xerox Pagis app on old win 32 OS) to pdf?

in flag

I need to convert some 100 .xif files to pdf. As far as I know the only way is to find a 32bit PC with NT or Win2000 and install the Pagis (scanner app of Xerox).xif. Is there a better way using a linux app? Is there a linux app that can open .xif files?

us flag
There are online converters. https://duckduckgo.com/?t=ffab&q=xif+to+pdf+converter&atb=v273-1&ia=web
Score:1
us flag

convert (from ImageMagick)

sudo apt-add-repository universe
sudo apt-get update
sudo apt install imagemagick

for i in *.xif ; do convert "$i" "${i%.*}.pdf" ; done

If you have an error with convert (I had one with Ubuntu 21.04), you can check the following page : ImageMagick security policy 'PDF' blocking conversion

Okular

  • Print to file. Export quality is good. I have the impression you lose resolution.

Gimp

  • You can try GIMP Batch Mode for multiple files. Not sure you will save time.

Evince

  • Great for viewing. Export quality is bad when printing to file (PDF)

Xreader

  • Great for viewing. Export quality is bad when printing to file (PDF)

Some other viewers only show the first page.

Sources :

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.