How read a pdf ebook document in my ipod?

i have an ipod touch, exist an aplication to read an ebook or pdf document. thanks

tidqro,
Use the search string "ipod touch ebook apps" with Google or another web search engine.
A large population of information is available.
Perhaps you will find what you are looking for from within the query returns.
Which iPod Touch app to use is really something only you can decide on.
Be well....

Similar Messages

  • How read a pdf file and change TableCell height after reading it using itext api

    I have created a pdf form file using itext ( see class CreatingFormClass ) with itext PdfPTable and PdfPCell. It is done successfully .
    Now I  read this pdf file and filling this pdf file(see class FillingFormClass  ) and at this point i want to change  PdfPCell height () according to Items.
    It is possible or Not???
    My code is given below.
    Thanx in advance
    public class FillPdfFormMainClass {
    public static  String RESULT1 = "E:/BlankForm.pdf";
        public static  String RESULT2 = "E:/FilledForm.pdf";
        public static void main(String[] args) throws DocumentException, IOException {
            String empName="Rakesh Kumar Verma";
                    // This part is Dynamic. It can be 1 item Or can be 25 items
            String listOfItem="Item 1 \n Item 2 \n Item 3\n Item 4 \n Item 5 \n Item 6 \n Item 7 \n Item 8 \n Item 9";
            CreatingFormClass example = new CreatingFormClass(0);
            example.createPdf(RESULT1);
            FillingFormClass class1 = new FillingFormClass();
            class1.manipulatePdf(RESULT1, RESULT2,empName,listOfItem);
    public class CreatingFormClass implements PdfPCellEvent {
        protected int tf;
        public CreatingFormClass(int tf) {
            this.tf = tf;
        public void createPdf(String filename) throws DocumentException, IOException {
            Document document = new Document();
            PdfWriter.getInstance(document, new FileOutputStream(filename));
            document.open();
            PdfPCell cell;
            PdfPTable table = new PdfPTable(2);
            table.setWidths(new int[]{1, 2});
            table.addCell("Name:");
            cell = new PdfPCell();
            cell.setCellEvent(new CreatingFormClass(1));
            table.addCell(cell);
            table.addCell("Item List:");
            cell = new PdfPCell();
            cell.setCellEvent(new CreatingFormClass(2));
            cell.setFixedHeight(60);
            table.addCell(cell);
            document.add(table);
            document.close();
        public void cellLayout(PdfPCell cell, Rectangle rectangle, PdfContentByte[] canvases) {
            PdfWriter writer = canvases[0].getPdfWriter();
            TextField text = new TextField(writer, rectangle, String.format("text_%s", tf));
            text.setBackgroundColor(new GrayColor(0.95f));
            switch (tf) {
                case 1:
                    text.setText("Enter your name here...");
                    text.setFontSize(8);
                    text.setAlignment(Element.ALIGN_CENTER);
                    break;
                case 2:
                    text.setFontSize(8);
                    text.setText("Enter Your Address");
                    text.setOptions(TextField.MULTILINE);
                    break;
            try {
                PdfFormField field = text.getTextField();
                writer.addAnnotation(field);
            } catch (IOException ioe) {
                throw new ExceptionConverter(ioe);
            } catch (DocumentException de) {
                throw new ExceptionConverter(de);
    public class FillingFormClass {
        public void manipulatePdf(String src, String dest,String empName,String listOfItem) throws IOException, DocumentException {
            PdfReader reader = new PdfReader(src);
            PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(String.format(dest, empName)));
            AcroFields form = stamper.getAcroFields();
            form.setField("text_1", empName);
            form.setField("text_2", listOfItem);
            stamper.close();
            reader.close();

    Hi,
    I am facing the same problem. Please help me out. I just want to read a PDF file as bytes from one location and write it as another pdf file in some other location with a diolog box prompting to open or save in the location where we want.
    I executed the following code:
    try{
    File report =new File(location);
    BufferedInputStream in=new BufferedInputStream(new FileInputStream(report));
    response.setContentType("application/x-download");
    response.setHeader("Content-Disposition", "attachment; filename=" + report.getName());
    OutputStream outs = response.getOutputStream();
    int readlen;
    byte buffer[] = new byte[ 256 ];
    while( (readlen = in.read( buffer )) != -1 )
    outs.write( buffer, 0, readlen );
    outs.flush();
    outs.close();
    in.close();
    response.setStatus(HttpServletResponse.SC_OK);
    } catch (FileNotFoundException fileNotFoundException) {
    PrintWriter out= response.getWriter();
    out.print("<center><Font color = 'RED'><b>"+PxDSLUtils.getApplicationProperty("label.error.CTM_E017")+"</b></Font></center>");
    Though it prompts with open, save dialog box when i try to open directly or when i save it some where locally and then open it i am getting the following message " File is repaired ot damaged.Operation failed." Any idea about what can be done??? Its very urgent.Please suggest.
    I am not convetin to string just reading and writng as bytes itself.
    Thanks in advance,
    Mani

  • How read the PDF and XML files after Unzipping the folder

    Hi Gurus,
    I have a zipped folder and i this two types of files .XML and .PDF files.
    I am able to unzip the folder and reading the .XML files, unable to read the PDF files.
    I want to send this PDF file to the target as it is.
    Please help me.
    Regards
    Sreeni

    Hi,
    Hi ,
    Plse see the below thread
    PI 7.1 : Taking a input PDF file and mapping it to a hexBinary attribute
    It will help you.
    You can write custom adapter modules:
    Java Mappingh;
    SAP Conversion agent:
    http://www.riyaz.net/blog/parsing-pdf-files-using-sap-conversion-agent-part-i/technology/sap/628/
    http://help.sap.com/saphelp_nw04/helpdata/en/43/4c38c4cf105f85e10000000a1553f6/content.htm

  • How do I delete ebooks in Archives on iPod Touch 2nd Gen

    The ebooks I've downloaded are listed in my iPod Touch 2nd Gen Archives.  Since they are mostly Library books they cannot be read again.
    1.  How do I delete these books?
        I do not have Wi-Fi, but use the Library to download books.
        I sync my iPod Touch 2nd Gen with my iMac Snow leopard OSX 10.6.8
      My current downloads are through Kindle software (Amazon), others with Eucalyptus...
      Bringing up my acct through iTunes and clicking Kindle... NONE of the many books in ARCHIVE on iPod Touch are listed in the iTunes Kindle icon, nor is the Eucalyptus icon shown in this box.  However, Eucalyptus is shown in the list of software icons.
    It's no big deal if this Archived Listing on iPod Touch Gen 2 is not taking up any memory, but if it is, I'd like these books to be deleted.
    Thank you for your advice.  Frances

    That answer is where the problem comes in....
    They are NOT AUDIO books, they are just plain normal e-books, for reading.
    They do not show up on any lists on iTunes.
    I would suppose that only someone who downloads ebooks from the Library would know
    how to delete books from the Archives on iPod 2nd Gen.  Audio books are handled differently.
    Thank you for trying.  Frances

  • How to open PDF ebooks on a computer

    I bought $350 worth of ebooks from ebooks.com so I could read them on my bebook (mybebook.com) and the files don't open on my bebook, so I tried to open them on my computer so I could convert them to another format, but my computer can't open the files. This is what happens:
    1) A window comes up that says: This document can't be opened because it's ownership hasn't been established on this computer. But I bought the books on this computer! There are two choices that I can click: 1) I own it and copied it to this computer or restored it from a backup and 2) Someone else gave it to me and I would like to own it. I click number one and then click on a button that says "establish ownership".
    2) Then another window comes up that says: You will now be taken to the adobe DRM activator website where you will get instructions on how to reactivate your Acrobat or Adobe reader to allow for sharing and restoring of documents. You must be connected to the internet for this. If not, cancel and try again later.
    3) So I click OK and am taken to an Adobe page that says:
    Here's the problem and how to solve it:
    You have tried to open an Digital Edition that was downloaded to another computer. You can open such a document on two computers only when you have activated Adobe Reader or Acrobat on both computers using the same Microsoft .NET Passport or Adobe ID.
    Problem: This computer and the computer to which the document was downloaded were activated using different .NET Passports or Adobe IDs.
    Solution: Return to the retailer, library, or other location where you acquired the document and obtain permission to open it on this computer.
    I wrote ebooks.com and told them what was going on also, but I don't know if they will be able to help me because I downloaded the books to this computer.
    Does anyone know what I can do to be able to open these PDF files?
    Thanks,
    Kyle Pounds

    What is your operating system?  Reader version?
    Can you open such a PDF in a text editor, then copy and paste the first few lines here in the forum?

  • Facing a problem reading converted PDF chinese document

    Hello I m facing a problem reading Chinese simplified document,,I  converted a TIFF file into PDF and installed Chinese simplified font,,my  need is to select the contents of the converted pdf and copy,paste into  a translator(google or systran) inorder to translate the chinese fonts  into English..but i could not select the converted pdf's contents in  text format,,it copies as images again..Please help with this..

    As the PDF page content is a image (the TIFF) there is no text to to select/copy or save as to text.
    Running the PDF through OCR would provide what OCR "thinks" are the characters.
    However, Adobe Reader does not provide OCR capability.
    Be well...

  • How to edit PDF/ebook data?

    I'm not sure if this is the right place to ask this, but is it possible to edit PDF information (author/title/year etc.) within Snow Leopard, or do I require additional software?
    If so, can anyone recommend a simple application that can do this?

    Hi Ramu,
    To check cube data, use the manage button next to cube and in contents tab use InfoCube contents option. You could also check Fact table data in the same tab.
    You could also use TCODE listcube.
    If you want to edit the cube data, there is no direct option. You have to selectively delete the incorrect data and reload it.
    For selective deletion of data goto the manage button next to cube and in contents tab use Delete Selection option.
    Regards,
    Pankaj

  • How can i print some documents from my ipod?

    I'm waiting for the answer

    Hi,
    Firstly you need a printer which supports this function. Do you have one ? If Yes, please use the following instructiions:
       http://itunes.apple.com/au/app/hp-eprint/id299531647?mt=8
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I read a pdf file in Acrobat Reader (vs. Preview)?

    How do I read a pdf file in Acrobat Reader (vs. Preview)? I have a Mac OS, need to know the process to read a pdf file document in Acrobat Reader instead of Preview. Much thanks for suggestions.

    Right click the PDF. Choose "Open With..." Select Reader.
    Or.
    Right click and "Get Info"
    under "Opens with" change the default app to Reader, and click "Change all" to set the preference for ALL PDFs.

  • How to batch PDF multiple emails already saved to system

    Hi everyone,
    I would be very grateful for advice as to whether there is a way to PDF multiple saved emails at once using Abode? I have seen that it is possible to create multiple PDFs at once of emails in Outlook - but is there a way of batch creating multiple PDFs from emails which have already been saved to the system as 'Outlook Items'?
    Whilst I know how to batch PDF Word documents etc, this doesn't seem to be an option in Adobe (we use Adobe XI) for emails. Likewise, if I simply highlight all the emails and right-click 'Convert to Adobe PDF', this replaces the name of each email as 'Memo Style' (whereas it works for Word documents).
    We have many hundreds/thousands of emails saved on our work system as 'Outlook Items' (done before we upgraded systems and were able to save emails directly as PDFs from Outlook), and we need to convert them to PDF for upload to a new database programme, so it would be very helpful indeed if there were a way of avoiding having to convert them all one by one...
    Many thanks in advance,
    Zara

    What programming method are you using with the Acrobat SDK?

  • Pdf and docu related to alv grid

    Hi all,
    Can any body please tell me how to get PDF and documents *of theory of alv grid display.* I have sample program of alv but not decent theory which can explain funcanality of function module and the parameters used in those fn module.please help me

    hi,
    already there is lot of material in SDn regarding everything,
    the thing is u need to search in SDN.
    regarding the ALV reports there is one intresting website just check in..
    www.alvrobot.com.ar

  • How do I move a document into a folder in PDF reader on an iPad

    How do I move a document into a file in PDF reader on my iPad

    When you're looking at the list of documents, touch the Edit button at the upper-right. Then select the file you want to move by touching the check box to its left, and click the Move File icon, it's the third one from the left at the top of the screen. You'll be prompted to "Move selected document" after which the "Choose a location" dialog will appear to allow you to select a destination folder.

  • Does anyone know of an e-reader app for the iphone that has text to speech capability? I have a Kindle 3G that can read whole pdf documents and books but I cannot figure out how to do it on my iphone 4.

    Does anyone know of an e-reader app for the iphone that has text to speech capability? I have a Kindle 3G that can read whole pdf documents and books but I cannot figure out how to do it on my iphone 4.
    All of the apps I have found on the App store either do not have the text to speech capability or if they have it they will only read a page at a time or simply read the text you paste into their window. I really do not understand what is so difficult about having this feature as Kindle provides it--though Amazon does not make the feature available on its iPhone 4 app.
    Please help.

    thanks. yes i am aware of the VoiceOver feature but it is NOT the solution to my problem. as you said, it is a solution to a different set of issues. i want the text to speech ability because i there are books i need to read but do not have the time to sit down and read them and have become used to listening to them read to me either by a professional human reader or with the text to speech software on the Kindle.
    I think Apple makes the best audio devices but i am really disappointed in this inexplainable shortcoming. if apple can give us siri they ought to be able to design a nice little button that i can push to turn on text to speech while i am in a document, book, magazine or webpage. clearly it is possible as apple has added the "reader" button in safari to have web pages dropped into the reader format.
    thanks for your suggestion though, it is what everyone suggests but it does not address the issue.

  • How to read a pdf document which is saved on icloud

    how to read a pdf document which is saved on icloud

    Greetings jjakri,
    Welcome to the Apple Support Communities!
    It sounds like you have a PDF saved on iCloud Drive and would like to view that on your iPad. To view a PDF on your iPad, you would either need to sync from your computer view it from an email attachment. For more information on these processes, please refer to the attached article. 
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    Joe

  • New document alert: How to get PDF documents into Adobe Reader for iOS

    Opening PDF Files in Reader for iOS (iPhone and iPad) has been very helpful to many users of Adobe Reader for iOS.  However, Apple has drastically changed the user interface in iOS 7, which made the original document obsolete. 
    According to Apple Developer Support's App Store Distribution page, 89% of devices connected to the App Store are using iOS 7 during a 7‑day period ending June 29, 2014.
    Because of the exceptionally high iOS 7 adoption rate, Adobe Reader for iOS version 11.3 now supports iOS 7 only.
    Here are the new How-To documents for iOS 7.
    How to get PDF documents into Adobe Reader for iOS (iPad on iOS 7 version)
    How to get PDF documents into Adobe Reader for iOS (iPhone on iOS 7 version)
    (It had to be split into two separate documents because each contains way too many screenshots.)
    Hope these documents are as helpful as the original one.
    Please let us know if you have any feedback or suggestions on the topics for other help documents/tutorials.

    Dennis (or any Adobe rep),
    Any updates to the OP's question? I'm with a large government agency, and we're moving away from GoodReader for reasons I can't go into here, and the ability to add user-defined bookmarks within the app is a mandatory feature for the document reader we select. I have the latest version of Adobe Reader (11.6.1) installed on my government iPad, and the ability to add user-defined bookmarks still seems to be missing. Does Adobe have any plans to add this feature, or is it already present and I'm simply overlooking it?
    Thanks,
    Cam

Maybe you are looking for

  • Error while transferring Data from PSA to DSO

    Hi all, We had a requirement to load data into the DSO.We are extracting it from R3. Problem is that while loading in PSA it is showing 1056 records ,But when we are trying to load it in DSO it is showing Transferred records as 1428 and added records

  • Growing lines in Keynote 09

    hi, I like to connect two items with a growing line or with a line that change its color from one side to the other. How can it be done? Thanks and greetings Eva

  • Photoshop CS4 quits unexpectantly

    Anytime I select Photoshop/quit photoshop, I ALWAYS this the message that photoshop quit unexpectantly, then it asks if I want to sent the report.  Does anyone know why?

  • Outlook Contact list - work and home addresses are the same

    Most of my contacts (Outlook) have only a Home Address and I leave the Business Address blank. When I transfer the list to my IPOD, the Home Address is listed for both Home and Business Addresse. Anyway to eliminate the Business display if it's blank

  • Access status data in the dates on operation for IW32 Tcode

    Hi All, In the Transaction IW32 for service order, immediately filling the dates (start on , finish on dates in the dates tab of operation), I want to access the status data for operation. the 2 program are different and I am not able to find in whic