LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-01-2014, 01:02 PM   #1
philp1863
LQ Newbie
 
Registered: Sep 2014
Posts: 3

Rep: Reputation: Disabled
How do I display a tick in a pdf document. The document uses forms with tick choices.


First of all I apologiae if this question has already been answered elsewhere...I've tried googling and have failed. I am trying to modify a pdf document which has forms in it. They include combi-boxes with a tick as a selection. The best opensource pdf reader/editor that I have used to do this is evince which works brilliantly but fails to display the tick once selected. When I run this it does complain about fonts i.e. I get errors like:-

Error: Unknown font type: '???'
Error: Unknown font type: '???'
warning: layoutText: cannot convert U+2714.

I think that it may be a font problem???

Can anyone suggest how to fix this, or maybe a better option...I have tried quite a few other pdf viewers and evince seems best for the document I am modifying.

Thanks for your help
 
Old 09-01-2014, 09:48 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Here is a list of fonts which support
"check mark U+2714". Try setting Evince to use one of
these to see if that corrects the problem.
 
Old 09-01-2014, 10:11 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What distro/version are you using?

My preferred Linux PDF reader is Okular. It handles forms very nicely.

I have even used it for US income tax forms without issue. I experienced no issue with checkboxes.

Last edited by frankbell; 09-01-2014 at 10:12 PM.
 
Old 09-03-2014, 02:38 AM   #4
philp1863
LQ Newbie
 
Registered: Sep 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thank You bigrigdriver and frankbell for your help. I tried installing the various fonts as you kindly suggested. I selected them in the appropriate forms and still did not work. I tried Okular, evince, Master PDF Editor and others and none of these worked.

I must admit I am using quite an old version of Fedora i.e. Fedora 17 and evince is quite old. At the moment I dont want to risk an upgrade. I will probably do a re-install later on in the year. I have an old laptop that has an up-to-date installation of Zorin on it, so I think I will have a play with that and see how that goes.

The document that I have has a lot of forms on it with checkboxes and combi-boxes and to be honest evince on Fedora-17 nearly filled them all in. There was just the one form type that it failed with....because it was a tick I assumed that it was a font problem...it might still be, but even after installing some of the fonts and selecting them I still could not get the tick displayed.

I will try Zorin on my old laptop and see if that works. I will update this thread accordingly.

Thank you again for taking the time and trouble to try and help me.
 
Old 09-03-2014, 08:01 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Thanks for the update.
 
Old 09-25-2014, 08:47 AM   #6
philp1863
LQ Newbie
 
Registered: Sep 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi...I tried more up to date version and it still did not work. I have spent a few days trying to understand the problem better. I downloaded the sources of both poppler and okular and built them. I added some diagnostics to the function layoutText within the poppler Annot.cc file.
The fonts file that I am trying to use is the ArialUnicodeMS which has the tick character. I have checked this using font-manager. I have managed to create a little noddy pdf file with one form in it and tryed running that using okular. I set the form to use the font ArialUnicodeMS. I think that part of my problem might be that the pdf file is treating the font as embedded and is simply not trying to use the external ArialUnicodeMS font installed on the system.

To reproduce the problem my form is a combo box with a tick as the selection...I select the tick and I get the error.
The diagnostics that I added gave me this output with the error "warning: layoutText: cannot convert U+2714"
Input Text
text = þÿ'^T
text length = 4
text=[0]=fffffffe
[1]=ffffffff
[2]=27
[3]=14
2714 represents the tick
Base Font name=ArialUnicodeMS
Font family=Arial Unicode MS
Original Font name=ArialUnicodeMS
Original Font Name length = 14
Font type=10 (fontCIDType2)
Embedded Font Name= ArialUnicodeMS
Embedded Font Name length = 14
No external Font file. ??????????????????????????
Font has toUnicode map = 0
warning: layoutText: cannot convert U+2714
returned outBuf =
text length = 0


From this it does look like its not using the external font file.
When I do properties it again does confirm that it is using embedded i.e. gives MWINCV+ CID TrueType Embedded(subset)
How do I make the pdf document use the external font file??? I tried using different packages to force using the external font file, but with no success.

I guess it should work with the embedded font...but it obviously does not, again I dont know why.


I would be grateful for any help on this
Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Timer Tick Handling mreff555 Linux - Kernel 1 07-05-2013 02:35 PM
LXer: Just what makes Linux tick LXer Syndicated Linux News 0 02-21-2008 08:50 PM
Using pdftk to get all first pages of many pdf's into one pdf document zest n zeal Linux - Newbie 1 01-15-2008 09:07 AM
dm won't tick in services Boffy Mandriva 3 09-23-2004 04:06 PM
How can I print tick mark using Keyboard? jayakrishnan Linux - Newbie 1 04-08-2002 03:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration