Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Foreign Languages > French Forum
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Afficher un pdf

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-04-2012, 10:36 AM
Newbie
 
Join Date: Dec 2011
Posts: 3
Default Afficher un pdf

Je desire creer une app qui liste des pdf pour les afficher ensuite .
Je ne trouve pas mon bonheur sur le forum ,a part afficher un pdf online via google docs et web.view .
Ici les pdf sont la carte sd .
Merci d'avance
Reply With Quote
  #2 (permalink)  
Old 01-04-2012, 10:48 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Avec un WebView, regarde ce thread.
Je ne l'ai pas testé.

Meilleures salutations.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote
  #3 (permalink)  
Old 01-04-2012, 02:03 PM
Newbie
 
Join Date: Dec 2011
Posts: 3
Cool

la solution evoquee passe par une app google sur le net qui lis un pdf sur un site web .
moi le pdf est sur la carte sd et je voudrais le lire en local sans passer par le net .
Reply With Quote
  #4 (permalink)  
Old 01-07-2012, 01:46 PM
Junior Member
 
Join Date: Jun 2011
Posts: 17
Wink

@mimi
voici un bout de code qui est en opération:
Code:
Sub Btn_Tarif_Click
    
Dim nom_file As String
    nom_file =  
"file:///sdcard/_lelong/fiches_tarif/" & nomdoc
    
'Msgbox(nom_file,"nom fichier")
Dim zz As Intent 'Requires a reference to the Phone library
    zz.Initialize(zz.ACTION_VIEW, nom_file)
    zz.SetType(
"application/pdf")
    
'zz.WrapAsIntentChooser("Choose PDF Viewer")
    StartActivity(zz)
End Sub
Reply With Quote
  #5 (permalink)  
Old 01-08-2012, 04:55 PM
Newbie
 
Join Date: Dec 2011
Posts: 3
Thumbs up

Merci bien
Il faut qu'une app genre Pdf viewer soit installée ,mais c'est un debut .
L'ideal serait de lire les pdf en B4a .

Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Afficher un control directement sur l'écran... sitajony French Forum 0 05-12-2010 11:37 PM


All times are GMT. The time now is 06:02 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0