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...

Similar Messages

  • Problems reading generated pdf-files

    Hi all,
    I have problems reading generated pdf-files from
    Report Builder 6.0.8.11.3
    An error-message occurs when opening the pdf with
    Adobe Acrobat 5.0.1:
    ... problem 110 and after moving in an empty pdf-document
    the messages:
    - too few operands
    - an unrecognized token
    I think the solution must be very simple, but the docu and
    other info resources provide nothing aboutthis issue.
    Greetings,
    Bernhard

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by the oracle reports team:
    hello,
    there are no known problems with reading reports PDFs with later Acrobat Readers. maybe your file is somehow corrupt.
    regards,
    the oracle reports team<HR></BLOCKQUOTE>
    I had to install a local printer, the network printer is not appropriate here. After that, everything is fine :-)),
    Greetings,
    Bernhard
    null

  • Problem reading attached PDF files

    <!--[if gte mso 9]><xml>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    Normal
    0
    false
    false
    false
    MicrosoftInternetExplorer4
    </xml><![endif]--><!--[if gte mso 9]><xml>
    </xml><![endif]--><!--[if !mso]>
    <object
         classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui>
    </object>
    <style>
    st1\:*{behavior:url(#ieooui) }
    </style>
    <![endif]-->
    <!--[if gte mso 10]>
    <style>
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    </style>
    <![endif]-->
    Hello.
    At my work, we use JavaMail (version 1.4.1) in server
    programs, processing mails with attached files from customers. Mostly it is
    TIFF images, but it can also be PDF
    files, and the attached files are extracted and saved for further processing.
    Sometimes, we have a problem, reading attached PDF
    files. The files get saved, but is of size 0 bytes. If I forward it, however,
    using an Outlook client, the forwarded item can be read by our JavaMail program, and files saved OK.
    I have tried to forward it using JavaMail, but I cannot
    compose the mail parts, that fails, however - of the same reasons: I cannot
    read the them in:-)
    It looks like it's when the mail is send from a Mac.
    Anyway, the part to read is of content type "APPLICATION/APPLEFILE" whereas when it's forwarded, it's content
    type is "APPLICATION/OCTET-STREAM"
    The way, I read the part, is to check if the part is an
    instance of an InputStream, and then saving into a byte array, like this:
    h5. Object
    obj = part.getContent();
    if (obj instanceof
    InputStream) {
    InputStream
    inStream = part.getInputStream();
    byte[]
    buffer = new byte[BUFFER_SIZE];
    int
    bytesRead;
    BufferedOutputStream
    outBufStream = new BufferedOutputStream(new FileOutputStream(attFileName));
    while
    ((bytesRead = inStream.read(buffer)) != -1)
    outBufStream.write(buffer,
    0, bytesRead);
    inStream.close();
    h5. outBufStream.close();
    Problem
    is that .read() method always returns -1 when content type Is APPLICATION/APPLEFILE,
    so a file of 0 bytes are created.
    Interesting is perhaps, that debugging shows me that the
    part instance of the InputStream actually is a
    com.sun.mail.util.BASE64DecoderStream when it fails, and a
    com.sun.mail.util.QPDecoderStream
    when it works OK.
    So I have this idea, that I's a certain type of decoder
    stream we're missing? We use Java 1.6.0 update 10 and JavaMail 1.4.1. and since
    we use java 1.6 we use the JAF framework from that one, I guess?
    Hope you guys can help?
    Thanks in advance, Per Jensen
    [email protected]

    We have two (MS Exchange) servers (from trace log):
    Microsoft Exchange IMAP4rev1-server version 5.5.2650.23
    Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7226.0
    - the first one is the one, we're using here, but I have tried on the other, newer version too, and it didn't help either.
    But I've found out a couple of interesting things:
    1: Debugging shows me, that the part instance of the InputStream actually is a com.sun.mail.util.BASE64DecoderStream when it fails, and if I forward the mail via Outlook as described earlier, and it can be read OK, the part is a com.sun.mail.util.QPDecoderStream instance.
    2: I can save the WHOLE message to a file, using message.getInputStream(), and when I opens the file I can find the individual attachments - as well as the bodytext, if any - as they are separated with the disposition, mimetype and filename fields, showed as plain text. And the attachments are showed as blocks of characters; I guess it's the ascii character representation of the bytes. Here's a snippet, note the first two sentences. They seemes to be added, somehow, when I dump the message to file(?):
    <START OF DUMPED FILE>
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    ------_=_NextPart_000_01C9A8A2.19479FE4
    Content-Type: text/plain;
         charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    (The body text here)
    ------_=_NextPart_000_01C9A8A2.19479FE4
    Content-Type: application/applefile;
         name="first_attachment.pdf"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment;
         filename="first_attachment.pdf"
    AAUWAAACAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAIAAAASgAAABAAAAAJAAAAWgAAACAAAAADAAAA
    egAAABAAAAABAAAAigAAI6IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAA1NzE2NSBCTkhhdWcucGRmJVBERi0xLjMKJbe+raoKMSAwIG9iago8PAovVHlwZSAv
    Q2F0YWxvZwovUGFnZXMgMiAwIFIKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL1BhZ2VzCi9L
    aWRzIFsgNCAwIFIgXQovQ291bnQgMQo+PgplbmRvYmoKMyAwIG9iago8PAovUHJvZHVjZXIgKEhh
    ...(and so on)
    DMgMDAwMDAgbg0KMDAwMDAwNTM1NSAwMDAwMCBuDQowMDAwMDA2NTA5IDAwMDAwIG4NCjAwMDAw
    MDc2NjUgMDAwMDAgbg0KdHJhaWxlcgo8PAovUm9vdCAxIDAgUgovSW5mbyAzIDAgUgovU2l6ZSAx
    MQo+PgpzdGFydHhyZWYKODgyNAolJUVPRgo=
    ------_=_NextPart_000_01C9A8A2.19479FE4
    Content-Type: application/applefile;
         name="second_attachment.pdf"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment;
         filename="second_attachment.pdf"
    AAUWAAACAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAIAAAASgAAABAAAAAJAAAAWgAAACAAAAADAAAA
    egAAABAAAAABAAAAigAAI9wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAA1NzE4MSBCTkhhdWcucGRmJVBERi0xLjMKJbe+raoKMSAwIG9iago8PAovVHlwZSAv
    Q2F0YWxvZwovUGFnZXMgMiAwIFIKPj4KZW5kb2JqCjIgMCBvYmoKPDwKL1R5cGUgL1BhZ2VzCi9L
    ...(and so on)
    <END OF DUMPED FILE>I understand that it's base64 encoded and must be decoded, and I have tried to copy/paste the blocks separately, run them through the com.sun.mail.util.BASE64DecoderStream, and saving them as PDF files, which works fine(!).
    As the solution seems to be painfull: Parse the mail to find where the attachments starts and stops and saving them as files, I hope you guys can send me on the right track?
    PS: The trace log when dumping the file shows everything OK, I think. Here's a bit of the log at the end of dumping the message:
    (...)MTUgMDAwMDAgbg0KMDAwMDAwNTg2NyAwMDAwMCBuDQowMDAwMDA3MDIxIDAwMDAwIG4NCjAwMDAw
    MDgxNzcgMDAwMDAgbg0KdHJhaWxlcgo8PAovUm9vdCAxIDAgUgovSW5mbyAzIDAgUgovU2l6ZSAx
    MQo+PgpzdGFydHhyZWYKOTMzNgolJUVPRgo=
    ------_=_NextPart_000_01C9A8A2.19479FE4--
    A10 OK FETCH fuldført.
    A11 FETCH 1 (BODY[TEXT]<40336.16384>)
    * 1 FETCH (BODY[TEXT]<40336> {0}
    20/03-09 15:18:21,445 3 Done, writing bytes to ByteArrayOutputStream. Size: 40336 bytes (..common.mail.MailUtil.dumpMessageToFile.dumpMessageToFile)
    20/03-09 15:18:21,445 3 Done, writing ByteArrayOutputStream to file. (..common.mail.MailUtil.dumpMessageToFile.dumpMessageToFile)
    A11 OK FETCH fuldført.

  • Problem with converted PDF from OTF

    Hello,
    im having a problem with character interpretation in PDF document when i convert it from OTF.
    At the moment im using Arial true type font in my smartform, im using function module CONVERT_OTF to convert OTF to PDF.
    When i open PDF document with Adobe reader it looks fine, but the problem is when im trying to convert PDF file to other format for example PNG, or trying to copy and paste text from PDF document.
    im getting Klaipìda instead of Klaipėda, it seems that baltic symbol "ė" is interpreted like "ì", other baltic symbols are interpreted as they should, there is problem only with character "ė".
    have anyone faced that kindof problem? or maybe anyone know the solution for this problem? if so please tell me.
    Best regards,
    Rimantas Sebeckis.

    Hi Rimantus,
    Did you check the fonts installed in your system,,,
    As PDF is a unchangeable format, it doesnt depend upon the installed fonts in the system,,
    but when you copy, you need some fonts in system,, if not you will get the same problem,,,
    Thanks & regards,
    Dileep.C

  • Problem with convert pdf to doc

    Hi i've problem when i convert pdf to doc i have not pictures.
    Why?
    see the picture pdf and picture .doc:

    Hi marcus13190,
    Do you know how the PDF was created? If not, please open it in Reader, and choose File > Properties. If it was created by a third-party application, it may be written poorly.
    That said, you may have better luck by disabling OCR as described in this document: How to disable Optical Character Recognition (O... | Adobe Community
    Please let us know how it goes.
    Best,
    Sara

  • Define a path to save my converted pdf word document

    Hello,
    I would like to be able to define a specific place to save the pdf document I have converted from Word. The script I'm writing should normally able me to send to my customer a personalised mail with an attach pdf document. The mail and the pdf are personalised for each customer. I have put the script I wrote below. I will be really greatfull if you could help me ! Also if you see some improovement I can add to this script do not hesitate
    Many thanks in advance.
    Xavier
    --Main Programme
    set startCell to "A1" as string
    set leSujet to "CES EduPack 2013 – Maintenance de votre installation"
    --set leCorps to ("Bonjour " & leSujet)
    display dialog "Enter the Name of the last cell in Excel " default answer "AA25"
    set endCell to text returned of the result
    set myMatrix to excelTxtExtract(startCell, endCell)
    set custInfo to findInfo(myMatrix, 1) --récupération des mots clés
    set partChoix to choose from list custInfo with prompt "Choose part(s) for file name :" with multiple selections allowed
    set numList to posElmList(partChoix, custInfo)
    --display dialog posList as string
    set myFilenameWord to (choose file with prompt "Please select the Word Template doc for the Quotation :")
    set partChoix to choose from list custInfo with prompt "Choose the email address :"
    set emailList to posElmList(partChoix, custInfo)
    --display dialog emailList as string
    set partChoix2 to choose from list custInfo with prompt "Choose Title of the person :"
    set title1 to posElmList(partChoix2, custInfo)
    set partChoix3 to choose from list custInfo with prompt "Choose the Name of hte person :"
    set name1 to posElmList(partChoix3, custInfo)
    set partChoix4 to choose from list custInfo with prompt "Choose the Nbr of User of the Lycée :"
    set seat1 to posElmList(partChoix4, custInfo)
    set partChoix5 to choose from list custInfo with prompt "Choose the licence type:"
    set licenceType1 to posElmList(partChoix5, custInfo)
    set partChoix6 to choose from list custInfo with prompt "Choose the maintenance expire date:"
    set expireMaint1 to posElmList(partChoix6, custInfo)
    repeat with i from 2 to (length of myMatrix)
              set customer to findInfo(myMatrix, i)
              set email to nomFichier(emailList, customer) as string
              set title2 to nomFichier(title1, customer) as string
              set name2 to nomFichier(name1, customer) as string
              set seat2 to nomFichier(seat1, customer) as string
              set licenceType2 to nomFichier(licenceType1, customer) as string
              set expireMaint2 to nomFichier(expireMaint1, customer) as string
              set leCorps to "Bonjour " & title2 & " " & name2 & "," & return & return & "TEXTE"
              set nomDuFichier to nomFichier(numList, customer) as string
      wordTxtModif(myFilenameWord, customer, custInfo, nomDuFichier)
      envoiMail(leSujet, leCorps, email, nomDuFichier)
    end repeat
    --Envoyer Mail
    on envoiMail(leSujet, leCorps, email, nomDuFichier)
              tell application "Mail"
      activate
                        set nouveauMessage to make new outgoing message with properties {subject:leSujet, content:leCorps & return & return, visible:false}
                        tell nouveauMessage
      make new to recipient at end of to recipients with properties {address:email}
                                  tell content of nouveauMessage
                                            make new attachment with properties {file name:("/Users/grantadesign/Documents/" & nomDuFichier & ".pdf")} at after the last paragraph
                                  end tell
      send nouveauMessage
                        end tell
              end tell
    end envoiMail
    --Nom du fichier
    --Retourne le nom du fichier sans l'extension "Lycée F.Xavier"
    on nomFichier(numList, customer)
      activate
              set nomDuFichier to {}
              repeat with i from 1 to (length of numList)
                        set a to item i of numList
                        copy (item a of customer) to the end of nomDuFichier
              end repeat
              return nomDuFichier
    end nomFichier
    --Position d'un élément dans une lste
    on posElmList(partChoix, custInfo)
      activate
              set elmChoix to 0
              set numList to {}
              repeat with i from 1 to (length of custInfo)
                        set elmChoix to elmChoix + 1
                        repeat with j from 1 to (length of partChoix)
                                  if ((item j of partChoix) = (item i of custInfo)) then
                                            copy elmChoix to the end of numList
                                  end if
                        end repeat
              end repeat
              return numList
    end posElmList
    --Modifier un document Word
    --remplacer des mots dans un texte
    on wordTxtModif(myFilenameWord, customer, custInfo, nomDuFichier)
              tell application "Microsoft Word" --
      activate
      open myFilenameWord
                        set findrange to find object of selection -- ???
                        repeat with i from 1 to (length of custInfo)
                                  tell findrange --replacement of the bookmark
      execute find find text (item i of custInfo) replace with (item i of customer) replace replace all
                                  end tell
                        end repeat
      --display dialog nomDuFichier as string
      save as active document file name (nomDuFichier & ".pdf") file format format PDF
      close window 1 saving no
              end tell
    end wordTxtModif
    --Chargement des valeurs Excel dans une liste
    --Ammélioration : trouver startCell et endCell automatiquement
    on excelTxtExtract(startCell, endCell)
              tell application "Microsoft Excel" -- Load values from Excel
      activate
                        set myFilenameExcel to choose file with prompt "Please select an Excel workbook file:"
      open myFilenameExcel
                        set nameworksheet to get name of every worksheet
                        set myWorksheet to choose from list nameworksheet default items (item 1 of nameworksheet) with prompt "Choose a worksheet where the data are in the list:"
      activate object worksheet (result as string)
                        set myMatrix to value of range (startCell & ":" & endCell)
                        return (myMatrix)
              end tell
    end excelTxtExtract
    --Trouver automatiquement les Mots clés à remplacer dans le texte
    --lineChosen est la ligne que l'on veut lire
    on findInfo(myMatrix, lineChosen)
      activate
              set custInfo to {}
              set selectLine to (item lineChosen of myMatrix)
              repeat with i from 1 to (length of selectLine)
                        set custInfo to custInfo & (item i of selectLine)
              end repeat
              return custInfo
    end findInfo

    Hi kathyv30365453,
    You can convert PDF to Word using either  the ExportPDF online service, or Acrobat. I checked your account, and it doesn't look like you've purchased an ExportPDF subscription. If you want to give Acrobat a try, you're welcome to download a 30-day trial from the link I reference above. In Acrobat, you choose File > Save as Other > Microsoft Word > Word Document.
    Best,
    Sara

  • Problema al convertir .pdf a excel

    Buenos dias, estoy teniendo problemas en transofrmar un archivo .pdf a excel. El archivo es un archivo de 25mb aprox. que quiero transoformar a excel con la version de Acrobat XI Pro (trial version). El problema está en que cuando empiezo a convertirlo, no termina nunca y antes de terminar, se tilda y windows mata el proceso. Probé incluso dividiendo el pdf en archivos de 2 hojas (muchisimo mas liviano), lo cual no deberia ser un problema, asi y todo, la conversion no termina nunca.
    Queria comprar el producto pero estoy teniendo mis dudas ya que no puedo transformar un simple archivo.
    P.D.: Estoy usando una pc con un procesador intel i5 y 4gb de RAM por lo que dudo que sea un problema de la pc ya que no me consume muchos recursos.

    El ordenador que he empleado utiliza una placa intel con chipset z76 (Ivy Bridge), la CPU es un  Xeon E3 equivalente a un intel i7 3770 (no incluye gráficos), 16GB de DDR3 @1600MHz y el disco es un SSD. Componentes de penúltima generación, de calidad.
    Supongo que en este proceso influye mucho el procesador y la cantidad de memoria.
    En páginas como esta:
    http://www.cpubenchmark.net/high_end_cpus.html
    Se comparan índices entre procesadores, si el procesador es de tipo medio (i3, i5, de hace 2, 3 años, la potencia de cálculo viene a ser la tercera parte, y por ejemplo un Dual Core E6600 @2,4GHz de finales del 2008 es 6 veces inferior).
    Y obviamente no es lo mismo disponer de 4GB de DDR2 a 400MHz o menos, en el ordenador, que 16GB de DDR3 a 1600MHz.
    Si el sistema necesita una cantidad de memoria superior a la disponible libremente, utilizará el disco duro (como memoria virtual) y claro si es lento (5400 rpm) está fragmentado o no tiene mucho espacio libre, el proceso se ralentizará considerablemente. (Esto se ve frecuentemente en procesos en Photoshop cuando la imagen es muy grande y la memoria RAM es insuficiente).
    Te aconsejaría que con una pagina PDF suelta probases a convertir en varios ordenadores y comprobases si existen notable diferencias  de tiempo en función de su potencia y velocidad.
    - Asi que respuestas a tus preguntas:
    - La versión comprada NO es más rápida que la de prueba de Acrobat XI Pro
    - Sobre otras formas de convertir en Acrobat XI: aunque hay varios comandos para convertir en Acrobat, todos al final utilizan las misma rutinas, asi que no hay diferencias de tiempo apreciables.
    -Otros programas: no creo que haya muchos y no los conozco para opinar. Eso si si buscas en Google (Convert PDF to Excel spreadsheet), salen varios.
    -Sobre los servicios de Adobe, bueno supongo que funcionan con herramientas similares, lo único es que en vez de hacerlo uno, te lo hacen ellos, aunque se llevará cierto tiempo, y cobrarán algo por ello.
    - Hardware. Otra solución es evaluar el ordenador que tienes, antiguedad, potencia,... y decidir si uno actual y más potente te resultaría útil para este trabajo y otras tareas.
    Muy rápido resulta seleccionar todo (con la herramienta de Selección) y copiar y luego pegar en un Excel o Word, pero no logré un resultado aceptable en el escaso tiempo que le dediqué.
    En Word el texto salía con tabuladores pero al intentar luego convertir a tabla no me acababa de salir bien. A lo mejor es cuestión  de cuidado y paciencia, que no tuve. Igualmente al pegar en Excel como pide seleccionar un mismo número de filas y columnas que el original, y no conté bien ambas pues tampoco, pero es posible que se pudiera hacer. De todas maneras en mi caso, como he explicado, tras crear la acción y asi no tener que seleccionar un menú 159 veces, el proceso se realiza automáticamente y ví como iba añadiendo archivos xls cada pocos segundos (antes había que crear los 150 pdfs sueltos de una página, un comando en el que tardaba menos de un segundo por página).
    - Al copiar todo (de una página) en el PDF y pegar con una celda seleccionada en Excel, todos los datos de cada fila los copia en una celda, veo ahora que hay un comando en Excel en la pestaña de Datos que se llama Texto a Columnas que parece que reparte los datos de cada fila en sus respectivas columnas.
    - También leo que en lugar de exportar a .xls lo puedes intentar a .xml [XML Hoja de Cálculo 2003], para luego abrirlo en Excel 2007 teniendo instalado el paquete gratuito de Microsoft: Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats si el guardar como o exportar a xml es mucho más rápida (?) tendría sentido.
    - Aqui tiens un ejemplo de cómo copiar y pegar desde Acrobat a Word y luego a excel.
    http://www.economicsnetwork.ac.uk/tips/pdf2excel

  • PDF Chinese document

    How can I convert a PDF in Chinese to a word document?

    Hi rappjohn,
    Do you have the chinese version of word? Or at least selected the language?
    Let us know!
    Regards, Stacy

  • Acrobat 5.0 & Reader 9.0 Problems reading web PDFs

    Greetings,
    I'm running Acrobat 5.0 and Reader 9.0.
    When I click on a web link to a PDF I receive this error message:
    i The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Adobe Acrobat/Reader version 8 or 9 is required. Please Exit and try again.
    In Windows my files types of .pdf and .pdfx are both set to open with Reader 9.0.
    I run a similar configuration on another computer (Acrobat 5.0/Reader 9.0) and do not experience any issues opening web .pdf documents.
    Thank you for any help!
    Michael

    Adobe proior to version 9 discouraged multiple Acrobat/Reader product/versions on the same client. Version 9 says it is OK but you still need to set each applications preferences correct to stop the sibling bickering. Too many posts about this.

  • 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....

  • Having problem while converting pdf to tiff

    Hi,
    I am using adobe live cycle.I tried to convert one editable pdf file to tiff file. It was giving me an exception which seems i cant convert editable pdf file to tiff file. So first i converted editable pdf to non editable pdf and then converted the non editable pdf to tiff file. Then it is working fine. but while converting editable pdf to non editable pdf,barcode has been erased so in tiff also i am not getting the barcode. Please give me solution for this. It is a bit urgent.
    The exception stack is below
    [Long, long content removed by forum host, please repost in the proper forum. Thank you.]
    Thanks,
    Amit

    Yikes.
    Amit...
    Please navigate to the main Adobe Forums list and find the correct product forum to repost your question.
    This area is for comments and discussion about the operation of the forums themselves. No product questions are discussed here.
    Thanks!

  • How to solve the problem oF converting pdf as a word doc?

    Trying to convert a pdf to a word document produces a YELLOW  FLAG message that says,"an error  has occurred with the address when  signing". I have tried other pdf with completly different web addresses but receive the same yellow flag messages. It must be necessry to copy the exact signature web address to sign-1n the pdf? Cataloochee 

    Convert how - ExportPDF?  That forum is http://forums.adobe.com/community/exportpdf

  • Problems reading some pdf files in Playbook

    Hi
    I have downloaded some PDF bus timetables and maps from the website of our local operator but found some problems in opening a few of the files -strange error messages or just grey screens
    However I have just found that the app qPDF opens the "problem" files successfully
    So maybe there is a problem with the Playbook version of Adobe or perhaps a problem with the latest OS...???
    But anyway qPDF has got me to where I wanted to be
    Peter

    I have had problems opening the same bus schedules Peter mentioned above. Most of the schedules on that companies routes open without problems with Adobe Reader.
    I get an email notification of my cable bill. When I go to the website to open the Pdf bill, it only opens page 2 of the bill, page 1 is blank. Before the last update, my bill opened fully with Adobe Reader. I will be looking at qpgf

  • Problem in Converting Ms Word document while usining Star office 9

    i open very Complicated Word document using many styles format ,fonts,Pictures i lose my margins and the document need to be aligned and arranged again.But when i save it by .rtf i get 95% of the document structure
    please advise.

    I have been unable to print in distiller with my Acrobat 5. I have a new laptop with Vista and office 2007. Why does it not print?
    CH

  • Problem in converting some images

    Hi all,
    I have a problem when converting a word document in pdf (using acrobat 9). If i use the standard settinings, everything works fine. If I use personalised options to mantain bookmarks and links in the final pdf, some images (png) after the conversion appear with some black stripes on top of them.
    Does someone encountered the same problem?
    Thank You!

    Sorry for the delay in my response. I was on vacation.
    I tried following code (giving the type as related). But still it didn't work out :(
    I am sure i am doing some silly mistake. I guess mistake is in how i use cid:imageDo i need to use four unique cid tag if i attach four images? If yes can someone help me how? Thanks
    MimeMultipart multiPart = new MimeMultipart("related");
    MimeBodyPart msgBody = new MimeBodyPart();
    String htmlText = content+"<H1></H1><img src=\"cid:image\">";
    msgBody.setContent(htmlText, "text/html");
    multiPart.addBodyPart(msgBody);
    File folder = new File("./result");
    File[] listOfFiles = folder.listFiles();
    for (int i = 0; i < listOfFiles.length; i++)
    MimeBodyPart attachmentPart = new MimeBodyPart();
    FileDataSource fds = new FileDataSource(listOfFiles.getAbsolutePath());
    attachmentPart.setDataHandler(new DataHandler(fds));
    attachmentPart.setFileName(listOfFiles[i].getName());
    attachmentPart.setHeader("Content-Type", "image/png" );
    //attachmentPart.setDisposition("inline");
    attachmentPart.setHeader("Content-ID","image"+i);
    mp.addBodyPart(attachmentPart);
    System.out.println("Attached the file " + listOfFiles[i].getAbsolutePath());
    mess.setContent(multiPart);

Maybe you are looking for