Search:

Type: Posts; User: mujafar

Search: Search took 0.08 seconds.

  1. Re: conversion of pdf file to word document using itext in java

    yes.how to get the content perfectly.
  2. problem in reading the content from pdf and write in word document in java ?

    [QUOTE]
    Thanks for Reply. Previously i have done like that only. But it only getting text from the pdf file.But not considering any spaces Font sizes, Font styles etc...It just grabs the text and...
  3. Re: conversion of pdf file to text using itext in java

    Thanks for reply. In itextpdf document.add() accepting "String" or "Element" datatype. Thats why i converted byte array to String (i.e 's'), and i passed the 's' to Document.add(new Paragraph(s));...
  4. problem in reading the content from pdf and write in word document in java ?

    I have a problem while reading a content (text and images) from pdf file and write the content to word document. But content is junk characters in word document instead of original data. I have used...
  5. conversion of pdf file to text using itext in java

    I have a problem while reading the content from pdf and creating a word document(doc/docx) in byte streams.Generated a word document contains junk characters instead of original text.

    Here is my...
Results 1 to 5 of 5