Hi List!
I have Ubuntu 6.06 installed with evince PDF viewer (default). The evince can not open password protected PDF files.
I can not install xpdf as it's not in the default ubuntu repository.
Is this the standard problem with evince?
TIA for your help. With regards,
Dinesh Shah wrote:
Hi List!
I have Ubuntu 6.06 installed with evince PDF viewer (default). The evince can not open password protected PDF files.
I can not install xpdf as it's not in the default ubuntu repository.
Is this the standard problem with evince?
nopes.. i use it all the time (default on fc6, though i prefer xpdf for larger documents). i recently bought a couple of ebooks that are password protected and it works just fine..
Dear Dhawal,
On 2/9/07, Dhawal Doshy wrote:
Dinesh Shah wrote: nopes.. i use it all the time (default on fc6, though i prefer xpdf for larger documents). i recently bought a couple of ebooks that are password protected and it works just fine..
I never had any problem with password protected PDF with xpdf on RH9.
After I switched to Ubuntu, evince came as default and this problem.
The PDF is basically a CC statement from a bank.
Here is what the file command have to say about the file
$ file VISA_PREFERRED_INTERNATIONAL-GOLD.pdf VISA_PREFERRED_INTERNATIONAL-GOLD.pdf: PDF document, version 1.4
Seems it is generated using OO.o only.
TIA for your help. With regards,
On 2/9/07, Dinesh Shah dineshah@gmail.com wrote:
The PDF is basically a CC statement from a bank.
Here is what the file command have to say about the file
$ file VISA_PREFERRED_INTERNATIONAL-GOLD.pdf VISA_PREFERRED_INTERNATIONAL-GOLD.pdf: PDF document, version 1.4
well i also get bank statements from citi in pdf password protected format and have not been able to open it without acrobat reader on linux.
HRB
On 2/9/07, Harsh Busa harsh.busa@gmail.com wrote:
On 2/9/07, Dinesh Shah dineshah@gmail.com wrote:
The PDF is basically a CC statement from a bank.
Here is what the file command have to say about the file
$ file VISA_PREFERRED_INTERNATIONAL-GOLD.pdf VISA_PREFERRED_INTERNATIONAL-GOLD.pdf: PDF document, version 1.4
well i also get bank statements from citi in pdf password protected format and have not been able to open it without acrobat reader on linux.
HRB
The last I checked citi's pdf had a structurul error. I don't remember but it had a missing %EOF statement, or something like that. After I added that, I was able to open the pdf using evince. Earlier the pdf was not opening in preview also on a Mac.
-- Sharninder
On 09/02/07 21:26 +0700, Harsh Busa wrote:
On 2/9/07, Dinesh Shah dineshah@gmail.com wrote:
The PDF is basically a CC statement from a bank.
Here is what the file command have to say about the file
$ file VISA_PREFERRED_INTERNATIONAL-GOLD.pdf VISA_PREFERRED_INTERNATIONAL-GOLD.pdf: PDF document, version 1.4
well i also get bank statements from citi in pdf password protected format and have not been able to open it without acrobat reader on linux.
Ah, this one is an easy fix. Edit the raw file on disk, and add a 'F' to the end of the last line. The file ends with %EO, change that to %EOF.
Devdas Bhagat
Dinesh Shah wrote:
Dear Dhawal,
On 2/9/07, Dhawal Doshy wrote:
Dinesh Shah wrote: nopes.. i use it all the time (default on fc6, though i prefer xpdf for larger documents). i recently bought a couple of ebooks that are password protected and it works just fine..
I never had any problem with password protected PDF with xpdf on RH9.
After I switched to Ubuntu, evince came as default and this problem.
The PDF is basically a CC statement from a bank.
Here is what the file command have to say about the file
$ file VISA_PREFERRED_INTERNATIONAL-GOLD.pdf VISA_PREFERRED_INTERNATIONAL-GOLD.pdf: PDF document, version 1.4
<evilmode> You might want to put that file up on a public web server someplace and we could have a look at some key *internal* attributes. Meanwhile also privately mail me the 3 digit code on the back of the card, it might help in opening up the file cleanly.. :-D </evilmode>
Umm don't take that seriously, it is meant to be a joke (targeted at some who lack a sense of humo(u)r).
- dhawal
Dear Dhawal,
On 2/9/07, Dhawal Doshy wrote:
Dinesh Shah wrote:
<evilmode> You might want to put that file up on a public web server someplace and we could have a look at some key *internal* attributes. Meanwhile also privately mail me the 3 digit code on the back of the card, it might help in opening up the file cleanly.. :-D </evilmode>
Nice try. :-)
Umm don't take that seriously, it is meant to be a joke (targeted at some who lack a sense of humo(u)r).
Don't worry. No flame thrower around. ;-)
- dhawal
With regards,
Dear Vihan,
On 2/9/07, Vihan Pandey wrote:
I can not install xpdf as it's not in the default ubuntu repository.
Are you joking?
No. I am not...
can you post your sources.list
here are the relevant lines
deb http://in.archive.ubuntu.com/ubuntu/ dapper main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ dapper main restricted deb http://in.archive.ubuntu.com/ubuntu/ dapper-updates main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ dapper-updates main restricted deb http://security.ubuntu.com/ubuntu dapper-security main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
Am I missing something here?
- vihan
TIA for your help. With regards,
Hi Dinesh!
here are the relevant lines
deb http://in.archive.ubuntu.com/ubuntu/ dapper main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ dapper main restricted deb http://in.archive.ubuntu.com/ubuntu/ dapper-updates main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ dapper-updates main restricted deb http://security.ubuntu.com/ubuntu dapper-security main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
Indeed, you need to enable universe. If you want some more ``interesting" stuff enable multiverse as well. Just add the following :
deb http://archive.ubuntu.com/ubuntu dapper universe deb-src http://archive.ubuntu.com/ubuntu dapper universe deb http://security.ubuntu.com/ubuntu dapper-security main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted deb http://security.ubuntu.com/ubuntu dapper-security universe deb-src http://security.ubuntu.com/ubuntu dapper-security universe deb http://archive.ubuntu.com/ubuntu dapper multiverse deb-src http://archive.ubuntu.com/ubuntu dapper multiverse deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
Cheers,
- vihan
Vihan Pandey wrote:
I can not install xpdf as it's not in the default ubuntu repository.
Are you joking?
can you post your sources.list
I recollect, after ubuntu 6.06 is installed, run the Adept or Synaptec package manager and in the Repositories settings, right click and 'enable' the faded repo lists.
Regards,
Rony.
___________________________________________________________ Copy addresses and emails from any email account to Yahoo! Mail - quick, easy and free. http://uk.docs.yahoo.com/trueswitch2.html
On 2/9/07, Dinesh Shah dineshah@gmail.com wrote:
I have Ubuntu 6.06 installed with evince PDF viewer (default). The evince can not open password protected PDF files.
Although I never faced this problem some other users have. You might want to pull in the latest evince version from fiesty if it helps.
I can not install xpdf as it's not in the default ubuntu repository.
turn on universe and multiverse. It should be there.
Is this the standard problem with evince?
not really. Depends what is the version of pdf and the password scheme supported by evince.
regards, C
Dear Chetan,
Thx for your quick response.
On 2/9/07, Chetan S wrote:
On 2/9/07, Dinesh Shah wrote: Although I never faced this problem some other users have. You might want to pull in the latest evince version from fiesty if it helps.
My current evince version is 0.5.2. Could please explain about "fiesty"?
turn on universe and multiverse. It should be there.
Any pointers? steps?
not really. Depends what is the version of pdf and the password scheme supported by evince.
$ file VISA_PREFERRED_INTERNATIONAL-GOLD.pdf VISA_PREFERRED_INTERNATIONAL-GOLD.pdf: PDF document, version 1.4
Don't know how to check evince's password scheme.
C
Thx for ur help. With regards,
Looking at your sources.list you seem to be on dapper. which is an old version of ubuntu. Upgrade your OS to Ubuntu 6.10 (Edgy ). You could get the CDs from anyone on the list.
turn on universe and multiverse. It should be there.
repositories. In synaptic you should be able to turn them on or simply add universe and multiverse after the "main" in your sources
e.g deb http://in.archive.ubuntu.com/ubuntu/ dapper main universe multiverse restricted
do sudo apt-get update and then sudo apt-get install xpdf
regards, C
Hi Chetan and Rony,
On 2/9/07, Chetan S wrote:
Looking at your sources.list you seem to be on dapper. which is an old version of ubuntu. Upgrade your OS to Ubuntu 6.10 (Edgy ). You could get the CDs from anyone on the list.
I have activated Universe and multiverse repositories in Synaptic as suggested by Rony.
I am able to get xpdf and open the file without any problem. Xpdf did ask for the password.
I will not upgrade now to Ubuntu 6.10. It ain't broke so need to fix. ;-)
Thanks guys for help and suggestion. With regards,
On Friday 09 Feb 2007 21:04:05 Dinesh Shah wrote:
Hi Chetan and Rony,
On 2/9/07, Chetan S wrote:
Looking at your sources.list you seem to be on dapper. which is an old version of ubuntu. Upgrade your OS to Ubuntu 6.10 (Edgy ). You could get the CDs from anyone on the list.
I have activated Universe and multiverse repositories in Synaptic as suggested by Rony.
I am able to get xpdf and open the file without any problem. Xpdf did ask for the password.
Hmmm. This is just a workaround though. It should be found whether this is a problem with evince. If it is, a bug report should be submitted.
Mrugesh Karnik wrote:
On Friday 09 Feb 2007 21:04:05 Dinesh Shah wrote:
Hi Chetan and Rony,
On 2/9/07, Chetan S wrote:
Looking at your sources.list you seem to be on dapper. which is an old version of ubuntu. Upgrade your OS to Ubuntu 6.10 (Edgy ). You could get the CDs from anyone on the list.
I have activated Universe and multiverse repositories in Synaptic as suggested by Rony.
I am able to get xpdf and open the file without any problem. Xpdf did ask for the password.
Hmmm. This is just a workaround though. It should be found whether this is a problem with evince. If it is, a bug report should be submitted.
To add further, a bug report ought to be submitted (if necessary) to the distro developers since evince seems to work well on my distro.. others could add their experience.
- dhawal
On Friday 09 Feb 2007 22:44:19 Dhawal Doshy wrote:
I am able to get xpdf and open the file without any problem. Xpdf did ask for the password.
Hmmm. This is just a workaround though. It should be found whether this is a problem with evince. If it is, a bug report should be submitted.
To add further, a bug report ought to be submitted (if necessary) to the distro developers since evince seems to work well on my distro.. others could add their experience.
To all those who can't contribute code, this is one way to contribute to FOSS. Bug reports matter. So please do.
Mrugesh Karnik wrote:
On Friday 09 Feb 2007 22:44:19 Dhawal Doshy wrote:
I am able to get xpdf and open the file without any problem. Xpdf did ask for the password.
Hmmm. This is just a workaround though. It should be found whether this is a problem with evince. If it is, a bug report should be submitted.
To add further, a bug report ought to be submitted (if necessary) to the distro developers since evince seems to work well on my distro.. others could add their experience.
To all those who can't contribute code, this is one way to contribute to FOSS. Bug reports matter. So please do.
there is also testing (of which bug reporting is a subset) and documentation..
Mrugesh Karnik wrote:
On Friday 09 Feb 2007 21:04:05 Dinesh Shah wrote:
Hi Chetan and Rony,
On 2/9/07, Chetan S wrote:
Looking at your sources.list you seem to be on dapper. which is an old version of ubuntu. Upgrade your OS to Ubuntu 6.10 (Edgy ). You could get the CDs from anyone on the list.
I have activated Universe and multiverse repositories in Synaptic as suggested by Rony.
I am able to get xpdf and open the file without any problem. Xpdf did ask for the password.
Hmmm. This is just a workaround though. It should be found whether this is a problem with evince. If it is, a bug report should be submitted.
I think this is not a bug. Evince does not support password protected pdfs. xpdf is doing the job at least for the last two-three years. Add this as a wishlist at evince project page.
Nagarjuna
Nagarjuna G. wrote:
I think this is not a bug. Evince does not support password protected pdfs. xpdf is doing the job at least for the last two-three years. Add this as a wishlist at evince project page.
Evince supports password protected pdfs. I've never had a problem opening password protected pdfs that I get from SBI & Airtel. The version of evince that I use is evince-0.6.0-3.fc6.
www.karmayog.org is a unique free platform for concerned citizens - for social causes in India and civic issues in Mumbai - since June 2004.
We are interested in various software e.g. to run mailing lists, to develop locality-wise interactive sections, yahoo group type discussion forums, etc. We have several ideas based on our experience in interacting with NGOs, government agencies, citizens, etc. We do not have any inhouse software expertise. Details of our site are given below:
It's 15000+ pages include:
For Citizens: - 4000+ NGOs by cause, location & rating - resource sections & forums on 140+ social & civic issues - emergency contacts & of government - free blogs for articles, photos, etc. - 7000+ discussion group - forms to volunteer & to offer services, materials, money to charities - forms for complaints & suggestions to BMC - carefully selected "Nonprofit-of-the-Month"
For NGOs & Citizen Groups: - free home pages with useful templates - 2000+ volunteers, service providers, donors - mailings to 35000+ people
It is Convenor of the NGO Council, which has an MoU with BMC to collaborate on civic issues. It also partners with Anti-Corruption Bureau in a "Mumbai - Pact Against Corruption" Program.
Your participation & support is critical to improve your locality and city.
Mr. Vinay Somani Karmayog / NGO Council C/o Shri R. O. Somani Charitable Trust Shreeniwas House, 2nd floor (Behind Bombay Gym) H. Somani Road, Fort Mumbai 400 001 Tel: Neha 22013535 info@karmayog.org www.karmayog.org All above details are in the Contact Us button on the site.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Saturday 10 February 2007 01:36 PM, Vivek J. Patankar cobbled together some glyphs to say:
I think this is not a bug. Evince does not support password protected pdfs. xpdf is doing the job at least for the last two-three years. Add this as a wishlist at evince project page.
Evince supports password protected pdfs. I've never had a problem opening password protected pdfs that I get from SBI & Airtel. The version of evince that I use is evince-0.6.0-3.fc6.
Indeed, libpoppler (the PDF engine behind Evince) supports password protected (encrypted) PDFs, but it does not support PDFs encrypted using the AES algorithm (Acrobat 7 or later) and some others yet. So it manages to open some, but not all. See Ubuntu bug https://launchpad.net/ubuntu/+source/poppler/+bug/3038 xpdf on the other hand has it's own PDF engine, so it may do what Evince doesn't do yet.
Regards, BG
- -- Baishampayan Ghose b.ghose@ubuntu.com Ubuntu -- Linux for Human Beings http://www.ubuntu.com/
1024D/86361B74 BB2C E244 15AD 05C5 523A 90E7 4249 3494 8636 1B74