Re: Searching hyphenated variablenames in PDF (with Acrobat)

2015-01-14 Thread Luis Bernardo


There was only one file attached Also, I was not able to reproduce 
the issue (maybe because I don't understand what you describe) -- I used 
the Mac version of Adobe Reader 11.0.10. Can you clarify? What is the 
word you are searching for?


On 1/14/15 6:26 PM, markus.sticker.e...@zf.com wrote:


Hi,

I wonder about the different behavior with these two files in the 
attachment.


The part I’m dealing with looks nearly the same, but as I try to 
search or copy the

text parts I get different results.

At first I tried to seach the some words:

Kraftfahrzeugsteuer à 1 hit

Kraft_fahrzeugsteuer à 1 hit

Jesuslatschenherstellerdachverbandsvorsitzender à 1 hit

Jesus_latschenhersteller_dachverbandsvorsitzender à 0 hits 

So why does the last one do not work?

Kind regards

Markus Sticker





RE: Font metric file loaded issue.

2015-01-14 Thread A Gian
Hello, can you please provide  more information, as I find your message kind of 
confusing. Is there an apache fop jira ticket or an old post, describing the 
issue you are refering to (and if yes can you provide the link )?  
Thanks,Thanasis  

 To: fop-users@xmlgraphics.apache.org
 From: asenthil...@gmail.com
 Subject: Font metric file loaded issue.
 Date: Wed, 14 Jan 2015 09:10:48 +
 
  After very long search we got this solution from this site.
 
 Thanks you very much
 
 
 font metrics-file=IntroRegular.xml kerning=yes embed-
 file=IntroRegular.ttf
 font-triplet name=Intro style=normal weight=normal/
 font-triplet name=Intro style=normal weight=bold/
 
   /font  
   font metrics-file=IntroBold.xml kerning=yes embed-
 file=IntroBold.ttf
 font-triplet name=IntroBold style=normal weight=bold/
 
   /font
 
 code snniipet:
 
 Driver driver = new Driver();  
  Options options = new Options();

 options.loadUserconfiguration(this.getClass().getResourceAsStream(/fo
 nt/userconfig.xml));
  URL url = this.getClass().getResource(/font/userconfig.xml);
  String extForm = url.toExternalForm(); 
  Configuration.put(baseDir,extForm);
  Configuration.put(fontBaseDir,extForm);
 
 
 -
 To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
 For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
 
  

Font metric file loaded issue.

2015-01-14 Thread senthilkumar A
 After very long search we got this solution from this site.

Thanks you very much


font metrics-file=IntroRegular.xml kerning=yes embed-
file=IntroRegular.ttf
font-triplet name=Intro style=normal weight=normal/
font-triplet name=Intro style=normal weight=bold/

  /font  
  font metrics-file=IntroBold.xml kerning=yes embed-
file=IntroBold.ttf
font-triplet name=IntroBold style=normal weight=bold/

  /font

code snniipet:

Driver driver = new Driver();  
 Options options = new Options();
 
options.loadUserconfiguration(this.getClass().getResourceAsStream(/fo
nt/userconfig.xml));
 URL url = this.getClass().getResource(/font/userconfig.xml);
 String extForm = url.toExternalForm(); 
 Configuration.put(baseDir,extForm);
 Configuration.put(fontBaseDir,extForm);


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org