ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!-- PageDetails.html 1.4 - 12 aout 2009 --> <title>SCANNER FUJITSU FI-60F - SCANNERS - FUJITSU</title> <link rel="stylesheet" href="../../catalogue.css" type="text/css" /> <meta name="Keywords" content="scanner A6, scanner &agrave; plat, fi60F, fi-60F, Fujitsu, scanner de bureau, scanner carte, scan fuji "> <meta name="description" content="Le fi-60F est le scanner &agrave; plat id&eacute;al pour num&eacute;riser tr&egrave;s rapidement tous vos petits documents.Vendu en ligne au meilleur tarif. Chez vous en 48h ouvr&eacute;es. Paiement s&eacute;curis&eacute;."> <meta name="REVISIT-AFTER" content="7 days"> <meta name="robots" content="index, follow, all"> <meta name="copyright" content="&copy;NetWalker 2009"> <meta name="date" content="27/08/09"> <link rel="shortcut icon" href=""> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta http-equiv="Content-Language" content="fr"> <meta http-equiv="Expires" content="-1"> <meta name="distribution" CONTENT="global"> <meta name="Author" content="NetWalker Team"> <meta name="Generator" CONTENT="NetWalker Content Manager (NCM) 2.3, Catalog Manager Process"> <meta NAME="GeneratorBuild_internal" CONTENT="NCM Build : 92457, state : production"> <meta name="GenerationVersion" CONTENT="691 "> <!-- si produit en fin de vie auto-refresh sur le bon--> <style type="text/css"> </style> </head> <!-- Banner Set NetWalker.fr--> <SCRIPT LANGUAGE="JavaScript"> //D'autres scripts sur http://www.ToutJavaScript.com function disp(txt) {document.write(txt);} // ne pas changer le nom 'banniere' var banniere=new CreerBan('Cliquez sur les banni¬ères...'); // Definition des banni¬ères Add(url de l'image, adresse associ¬ée ¬à l'image, target, delai en secondes) // target est une chaine de caract¬ères qui est soit : // 1- le nom de la frame qui va recevoir le site de la banni¬ère // 2- "_blank" pour ouvrir une nouvelle fen¬être // 3- "_self" pour remplacer la banni¬ère par son site // 4- "_top" pour supprimer toutes les frames et afficher le site en pleine page // Remarque : toutes les images ont la dimension de la premi¬ère image affich¬ée (sous netscape) // Il est pr¬éf¬érable d'avoir toutes les images au meme format. banniere.Add("http://www.netwalker.fr/ban/coutspam.png","http://www.netwalkerstore.com/PBCPPlayer.asp?ID=343177","_top",20); banniere.Add("http://www.netwalker.fr/ban/scansnap.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=3178","_top",6); banniere.Add("http://www.netwalker.fr/ban/taps.png","http://www.netwalkerstore.com/PBSCCatalog.asp?ActionID=67174912&PBCATID=177113&PBCATName=NetOptics","_top",6); banniere.Add("http://www.netwalker.fr/ban/spywares.jpg","http://www.netwalker.fr/spywares.html","_top",6); banniere.Add("http://www.netwalker.fr/ban/omnianalysis.png","http://www.netwalker.fr/menu_omnipeek.html","_top",8); banniere.Add("http://www.netwalker.fr/ban/firewall_mails.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=3102","_top",8); banniere.Add("http://www.netwalker.fr/ban/firewall_reseau.png","http://www.netwalker.fr/menu_sonicwall.html","_top",6); banniere.Add("http://www.netwalker.fr/ban/scanfront220.png","http://www.netwalkerstore.com/PBSCCatalog.asp?ItmID=2017392","_top",10); banniere.Add("http://www.netwalker.fr/ban/intermapper.png","http://www.netwalker.fr/intermapper.html","_top",8); banniere.Add("http://www.netwalker.fr/ban/ipsondes.png","http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=100291","_top",6); banniere.Add("http://www.netwalker.fr/ban/express_alu.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9513","_top",10); banniere.Add("http://www.netwalker.fr/ban/nas.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9515","_top",2); banniere.Add("http://www.netwalker.fr/ban/scanner48h.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9514","_top",2); banniere.Add("http://www.netwalker.fr/ban/baie_clustermaster.png","http://www.netwalkerstore.com/Redirect.asp?AccID=18244&AdCampaignID=9512","_top",2); banniere.Add("http://www.netwalker.fr/ban/intermapper_remote_access.png","http://www.netwalker.fr/intermapper_remoteaccess.html","_top",5); function CreerBan(alt) { this.nb=0; this.no=0; this.alt=alt; this.Add=AddBan; this.Init=InitBan; } function AddBan(img,href,target,delai) { var ban=new Object; ban.img=img; ban.href=href; ban.target=target; ban.delai=delai; this[this.nb]=ban; this.nb++; } function InitBan() { var aff=""; if (document.images) { for(var i=0;i <this.nb;i++){var gif=new preload(this[i].img)}} disp(aff+"<br><a href='javascript:tjsgo()'><IMG name='tjsimg' src='"+this[0].img+"' alt='"+this.alt+"' border='0'></a>"); setTimeout("rotation()",this[0].delai*1000); } function rotation() { banniere.no++; var no=banniere.no; if (no>=banniere.nb) {banniere.no=0; no=0} // alert(no+" "+banniere[no].img+" ------"+document.anchors["tjsban"].href) document.images["tjsimg"].src=banniere[no].img; setTimeout("rotation()",banniere[no].delai*1000); } function tjsgo() { with(banniere[banniere.no]) { if(target=="_blank"){window.open(href,"")} else { if(target=="_top"){parent.window.location=href} else { if(target=="_self"){window.location=href} else { parent.frames[target].window.location=href} } } } } function preload() { this.length = preload.arguments.length; for (var i = 0; i < this.length; i++) { this[i+1] = new Image(); this[i+1].src = preload.arguments[i]; } } </SCRIPT> <table width="100%" border="0"> <tr> <td width="30%" valign="center"><img src="http://www.netwalker.fr/img/netwalker.jpg"></td> <td width="65%" valign="center"><span class="TitrePage">SUPERVISION R&Eacute;SEAU ET SERVICES EN LIGNE</span></td> <td width="5%" align="right"> </td> </tr> </table> <!-- Ligne --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td></td> </tr> </table> <!-- Index liens --> <table width="100%" border="0" bgcolor="#EEEEEE"> <tr> <td> <table width="100%" border="0" cellpadding="0"> <tr> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr">Accueil</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/plan_du_site.html"> Plan du Site</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/a/e/index.htm">Catalogues</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/faq.html">F.A.Q.</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/PBHotNews.asp?PBMInit=1">News</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/support.html">Support</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalker.fr/contacts.html">Infos</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=152354">Contacts</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/">Newsletter</a> </span> </td> <td width="10%" align="center" bgcolor="#EEEEEE"> <span class="IndexLiens"> <a href="http://www.netwalkerstore.com/">Achat en ligne</a> </span> </td> </tr> </table> </td> </tr> </table> <!-- tiret --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td></td> </tr> </table> <!-- LiensIndex_detail2.htm debut --> <table width="100%" border="0" bgcolor="#EEEEEE"> <tr> <td> <table width="100%" border="0" cellpadding="0"> <tr bgcolor="#EEEEEE"> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../b/index_alpha.htm">Alphabetique</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../c/index.htm">Editeurs</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../e/index.htm">Fonctions</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../d/index.htm">Familles</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../f/index.htm">iPhones</a> </span> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" bgcolor="#EEEEEE"> <tr> <td> <table width="100%" border="0" cellpadding="0"> <tr bgcolor="#EEEEEE"> <td width="20%" align="center"> <span class="IndexLiens"> <a href="#">Livraisons pour : </a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/belgique.htm">la Belgique</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/luxembourg.htm">le Luxembourg</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/dom.htm">les DOM</a> </span> </td> <td width="20%" align="center"> <span class="IndexLiens"> <a href="../../g/suisse.htm">la Suisse</a> </span> </td> </tr> </table> </td> </tr> </table> <!-- LiensIndex.htm fin --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> <table width="100%" border="0"> <tr> <td width="5%"> </td> <td width="90%"> <table width="100%" border="0"> <tr> <td> <div align="center"> <SCRIPT language="JavaScript">banniere.Init();</SCRIPT> </div> </td> </tr> </table> </td> <td width="5%"> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> <!-- Page Nom --> <table width="100%" border="0"> <tr> <td> <span class="PageNom"> <div align="center">FI60F FUJITSU </div> </span> </td> </tr> </table> <!-- traits --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td width="150" > <table width="150" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> </td> <td> <table width="100%" border="0"> <tr> <td width="80%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> </td> <td width="20%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- Page --> <table width="100%" border="0"> <tr> <!-- Colonne 1 (boutons) --> <td width="150" valign="top" align="center" background="http://www.netwalker.fr/imgs/nweurope.png"> <span class="ColonneBoutons"> <!-- ColonedeGauche.html 1.1 - 16 Mai 2009 --> <table width="135" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="135" height="145" valign="top" background="http://www.netwalker.fr/imgs/pdm/promo2007.png"> <div align="center"> <span class="ColonneAdv"> <br><br> <a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763">Fujitsu FI-60</a><br> </span> <span class="ColonneAdv"> <br><a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763"><img src="http://www.netwalkerstore.com/Files/18244/fi60f-100.jpg" width="40%" height="40%" border="0"></a> <!-- <br>Scanner A6 (permis de conduire, ...)<br><a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763">...</a>--> <br>Scanner A6 (permis de conduire, ...) </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_supervision.html"> SUPERVISION </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_diagnostic.html"> DIAGNOSTIC </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/pineapp.html"> ANTI-SPAMS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=172099"> BAIES &amp; COFFRETS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_firewall.html"> FIREWALL </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/scanner.html"> SCANNERS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_sauvegardes.html"> SAUVEGARDES </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_securite.html"> S&Eacute;CURIT&Eacute; </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/spywares.html"> SPYWARES </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/serveurs.html"> SERVEURS &amp; NAS </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=98103"> VOIP </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSCCatalog.asp?CatID=91464"> CONTRATS MAINTENANCE </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalker.fr/menu_services.html"> SERVICES </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=213201"> COMMENT COMMANDER </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBFAQ.asp?PBMInit=1"> QUESTIONS R&Eacute;PONSES </a> </span> </div> </td> </tr> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBRSSFeeds.asp?PBMInit=1"> FLUX RSS </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag6.png"> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBSearch.asp?CCode=2"> RECHERCHER </a> </span> </div> </td> </tr> <!-- Blog --> <!-- Blog --> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=152354"> 0 177 628 628 </a> </span> </div> </td> </tr> <tr> <td width="135" height="26" background="http://www.netwalker.fr/imgs/diag5.png"> <div align="center"> <span class="ColonneBoutons"> <a href="http://www.netwalkerstore.com/PBCPPlayer.asp?ID=152354"> Une question ? </a> </span> </div> </td> </tr> <!-- Blog --> </table> </span> </td> <!-- Colonnes 2 & 3 Corps + Droite --> <td valign="top"> <!-- PAGE --> <table width="100%" border="0"> <tr valign="top"> <td width="85%"> <!-- Accroche --> <span class="PRCorps">Le FI60F FUJITSU a &eacute;t&eacute; sp&eacute;cialement con&ccedil;u pour une num&eacute;risation facile et rapide de petits documents A6 et son faible encombrement le rend id&eacute;al pour les bureaux de r&eacute;ception, d'embarquement, les banques d'accueil ou les caisses.</span> <br> <!-- Nom Page Produit Remplacement si produit en fin de vie --> <!-- B"©n"©fices --> <br> <span class="PRCorps"> Ses atouts<br /><br />- Le scanner fi-60F p&egrave;se moins de 1 kg et son encombrement remarquablement faible de 145 x 234 mm le rend id&eacute;al pour les bureaux, les bureaux de<br />r&eacute;ception, les bureaux d&#146;embarquement ou les caisses, les plus exigu&euml;s.<br /><br />- Extr&ecirc;mement rapide le fi -60F est capable d&#146;effectuer la num&eacute;risation en 1 seconde en 200 dpi en noir et blanc et niveau de gris et en 1,3 secondes en couleur en 150 dpi.<br /><br />- Les documents jusqu&#146;&agrave; la taille 105 x 148 mm (format A6) peuvent &ecirc;tre num&eacute;ris&eacute;s &agrave; des r&eacute;solutions allant jusqu&#146;&agrave; 600 dpi ce qui permet d&#146;obtenir une reproduction num&eacute;ris&eacute;e d&#146;images et de photos d&#146;une grande qualit&eacute;. <br /><br />- Sa consommation &eacute;lectrique est inf&eacute;rieure &agrave; 8W en fonctionnement, et moins de 2W en mode veille.<br /><br />- Le fi-60F effectue des traitements d'images automatiques tels que le d&eacute;tourage et l'alignement des images, m&ecirc;me avec le couvercle ouvert. L'utilisateur place le document sans pr&eacute;caution particuli&egrave;re et obtient une images d&eacute;tour&eacute;e et redress&eacute;e.<br /><br /> Ses Applications <br /><br />Ce scanner dispense les t&acirc;ches quotidiennes de photocopies habituelles fa&icirc;tes lors d'enregistrements. Il est d&#146;une grande convivialit&eacute; et red&eacute;finit la num&eacute;risation des petits documents.<br /><br />Le fi -60F est un scanner qui convient donc parfaitement &agrave; un bureau de r&eacute;ception pour la num&eacute;risation des passeports, des cartes d&#146;identit&eacute;, des ordonnances, des permis de conduire, des cartes clients et des cartes m&eacute;dicales ou de tout autre type de document de petit format qui sera trait&eacute; imm&eacute;diatement par le logiciel.<br /><br />La r&eacute;ception des h&ocirc;tels, les bureaux de poste, les banques, les postes de contr&ocirc;le et d&#146;immigration aux fronti&egrave;res, les a&eacute;roports sont quelques exemples de lieux o&ugrave; le fi -60F peut &ecirc;tre utile dans les t&acirc;ches quotidiennes et pour r&eacute;duire le temps n&eacute;cessaire des activit&eacute;s telles que la photocopie &eacute;loign&eacute;e du bureau ou la prise de d&eacute;tails faite &agrave; la main de tout type de passeport automatique, de carte d&#146;identit&eacute; et de v&eacute;rification et de traitement de visas.<br /><br />Il peut &ecirc;tre utilis&eacute; aussi pour des solutions de Point de Vente dans les boutiques de t&eacute;l&eacute;phones mobiles, dans les cabinets m&eacute;dicaux et les pharmacies ainsi que dans les bureaux de locations de voitures et commerciaux.<br /><br /></span> <p></p> <!-- LABEL : LIVRAISON --> <span class="ParagrapheTitre">Mode Livraison</span> <br> <span class="PRCorps">Physique</span> <p></p> <!-- LABEL : INTERFACE & LANGUE --> <span class="ParagrapheTitre">Pr&eacute;-requis</span> <br> <span class="PRCorps"></span> <p></p> <!-- Pr"©requis --> <!-- LABEL : PRODUITS COMPLEMENTAIRES --> <!-- LABEL : SUR NOTRE SITE --> <span class="ParagrapheTitre">Disponible sur note site</span> <br> <span class="PRCorps">&#149; Fiche PDF</span> <p></p> <!-- LABEL : TECHNIQUEMENT --> <span class="ParagrapheTitre">Techniquement</span> <br> <span class="PRCorps">Type de scanner : Lecture &agrave; plat format A6 N&amp;B, &eacute;chelle de gris , couleur<br />R&eacute;solution optique 600 dpi<br />Vitesse de num&eacute;risation: <br />- Couleur &agrave; 150 dpi environ 1,3 secondes<br />- Echelle de gris &agrave; 200 dpi environ 1 seconde<br />- Monochrome &agrave; 200 dpi environ 1 seconde<br />Taille de document Maximum A6 (148 x 105 mm)<br />Interface USB 2.0 rapide (USB 1.1 support&eacute;)<br />Forme du connecteur USB (type B)<br />Traitement de l&#146;image Emphase d&#146;image, DTC simplifi&eacute;, diffusion d&#146;erreur, tramage, retrait du moir&eacute;, correction de d&eacute;salignement et cadrage automatiques, couleur effac&eacute;e (R, V, B, aucun)<br />Tension CA 100 - 240 V, +10% / -10%<br />Puissance En fonctionnement &lt; 8 W, Mode veille &lt; 2 W<br />Environnement de fonctionnement Temp&eacute;rature 5&deg;C - 35&deg;C<br />Dimensions (H x L x P) 40 x 145 x 234 mm<br />Poids 0,9 kg<br />Logiciels inclus Driver Fujitsu TWAIN, ScandAll 21, driver ISIS&#153;<br /><br />Garantie constructeur : 1 an &eacute;change<br /><br />Vous pouvez t&eacute;l&eacute;charger la documentation du constructeur en cliquant sur &#145;information compl&eacute;mentaire&#146;.</span> <p></p> <br><br> </td> <!-- Colonne de droite --> <td width="15%" align="center"> <!-- IMAGE --> <a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763"> <img src="http://www.netwalker.fr/i/fujitsu/fi60f-100.jpg" alt="" title="SCANNER FUJITSU FI-60F" width="100" height="100" border="0"> </a> <!-- T"©l"©charger PDF --> <br><br> <span class="PRTitCorps"><center><a href="http://www.netwalker.fr/pdf/FUJITSU_fi-60F.pdf"><img src="../../../i/bt/Documentation.png" target="_blank" alt="T"©l"©charger la documentation du SCANNER FUJITSU FI-60F" title="T"©l"©charger la documentation du SCANNER FUJITSU FI-60F" border="0"> </a></center></span> <!-- Comparer --> <br><br> <span class="PRTitCorps"><center><a href="../../j/fujitsu-fi-60F.html"><img src="../../../i/bt/Comparer.png" target="_blank" alt="Comparer les Scanners" title="Comparer les Scanners" border="0"> </a></center></span> <!-- <span class="PRTitCorps"><center><a href="../../h/Scanners.htm"><img src="../../../i/bt/Comparer.png" target="_blank" alt="Comparer les Scanners" title="Comparer les Scanners" border="0"> </a></center></span> --> <!-- Commander --> <br> <br> <a href="http://www.netwalkerstore.com/PBSCProduct.asp?ItmID=3102763"><img src="../../../i/bt/Commander.png" border="0"></a> <br> <!-- --> </td> <!-- 20080821 --> </tr> </table> </td> </tr> </table> <!-- FIN PAGE --> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr bgcolor="#006699" valign="center"> <td><strong class="TITRE"> </strong></td> </tr> </table> <center> <span class="copyright"> <a href="http://www.netwalker.fr"> <b>www.netwalker.fr</b> </a> | <a href="http://www.netwalkerstore.com"> <b>NetWalkerstore.com</b> </a> <br> &copy;NetWalker 2009 , g&eacute;n&eacute;r&eacute; le 27/08/09 par NetWalker Content Manager (NCM) 2.3 - 591 <br> &copy;NetWalker EURL - 2009 - SIRET : 483 804 886 0016<br><br> </span> <span class="copyright"> Tarifs en Euros HT fournis &agrave; titre indicatifs (sauf indication contraire) </span> </center> <br> <!-- #BeginLibraryItem "/library/GoogleAnalytics.lbi" --> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-689163-2"; urchinTracker(); </script> <!-- #EndLibraryItem --> <center> <script type="text/javascript"><!-- google_ad_client = "pub-7485846490547931"; /* 728x90, date de cr"©ation 11/06/09 hori imeu */ google_ad_slot = "3714331098"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </center> </body> </html>