Thanks for interest, :handshake:

but I need to export TIFF-image's content-Text to a PDF document where:
1) the text will be Searchable using Acrobat Reader "find" (or other PDF
readers);
2) the text will be Selectable for "copy & paste" it on word-processor;

I have this values to add in PDF export (from TIFF):
----------------------
string word.Text;
int word.Blanks;
int word.Top;
int word.Bottom;
int word.Right;
int word.Left;
int word.Formating;
int word.FontIndex;
int word.LineIndex;
int word.PointSize;
object tag = word.Tag;
----------------------

Have I all necessary values??? :confused:
If yes, can I have a sample-code of implementation :working:???

Many many thanks for interest. :jumping:


RAF

***************************************


Leonard Rosenthol wrote:
> 
> DO NOT use white text...
> 
> Instead, use "Text Render Mode 3" which is "invisible text".  And then  
> you don't have to embed the font...
> 
> Leonard
> 
> 
> On Nov 24, 2008, at 2:58 PM, Fabrizio Accatino wrote:
> 
>> try this...
>>
>>
>> 1 - create a new pdf
>> 2 - add a new page
>> 3 - add plain text (use white as text color)
>> 4 - add the tiff (it covers all the page)
>>
>>
>> Fabrizio
>>
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's  
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win  
>> great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in  
>> the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
>> iText-questions mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>
>> Buy the iText book: http://www.1t3xt.com/docs/book.php
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> 
> 
Thanks for interest
-- 
View this message in context: 
http://www.nabble.com/itextsharp-for-reproduce-PDF-searchable-form-TIFF-image-tp20657970p20678400.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to