Java --   MS Word --   PDF

Greetings !!
I'm searching for the best way to interact with a Microsoft Word processed document exported in pdf format.
The goal is to put some "tags", 'markers' into the Microsoft Word document (just as fields) and replace them in a java application using 'replace' features.
I think there is a way to render the pdf and retreive those marks and replace them by their final values. (I'm scared about the iText API, I will have no time to learn it ^^)
The point is when exporting to pdf will the markers be kept ?
Is this better to export the Word Document to xml format and then use the 'xml parser" feature in Java ?
There is graphical stuff in these documents (just lines, boxes, texts in vertical orientation)... do you think the XML export worth it ?
Advices are welcome ^^

I think there is a way to render the pdf and retreive those marks and replace them by their final values. (I'm scared about the iText API, I will have no time to learn it ^^)If that scares you, then you are in big trouble since that is one of the easier ways to do it.

Similar Messages

  • Reading the excel,word,pdf&ppt files using java

    Hi, I am looking for a java program to read the excel, word, pdf & ppt files...I would like to read files based on keywords match criteria... I would appreciate any help on this...

    Hi,
    Look at:
    http://jakarta.apache.org/poi/index.html
    There you'll find the lib:s you need.
    Good luck,
    Magnus

  • How do I save a word pdf file to png file for up load onto FB

    how do I save a word pdf file to png file for up load onto FB

    What is a Word PDF file? There are Word files and there are PDF files. What does your question have to do with Boot Camp, the subject of this discussion group?

  • How to transfer files (word,pdf) from my laptop to iphone5?

    how to transfer files (word,pdf) from my laptop to iphone5?

    You need an app that supports such. Something like:
    https://itunes.apple.com/us/app/pdf-expert-professional-pdf/id323133888?mt=8
    There are many such apps, search for yourself for something that meets your needs.

  • Emailing Documents in Word / PDF format not working properly

    Hi
    Is anyone else having problems with emailing Pages documents in non .pages formats (Word / PDF)?
    On the laptop the email is sent, leaves the outbox but never arrvies at the recipents address. Same in the iOS App. If you send as Pages it arrives without a hitch. I have tried both emailing from within the doucment (Menu Bar > Share, and from the iCloud & OSX finder without opening the document).
    At a guess the attachments are getting currpted and not being recived at the other end. This problem started on 26th June and has never happned before. Maybe something to do with the backend changed to accomotate iCloud syncing.?

    Gerry Brown wrote:
    "from that page" does not make sense.
    The file exists in a folder on your machine, correct?
    If not, you need to download the file from your bank. Or use "Save as" in the browser.
    No the file is on the Webpage he is visiting.
    @ OP Right click on it and select Save File As. then save it to your HDD. Then open it.

  • Not able to edit existing text in a converted to Word PDF file.

    I cannot edit text in a converted to word  PDf file. I can only add text. Why? I am using Export PDF

    Hi Mark,
    Have you tried triple clicking on your document? Sometimes the conversion can come across as an image.
    Let me know if that works!

  • URL button doesn't work after export into ppt/word/pdf

    Hi,
    I am working in Xcelsius.
    Lets say I have placed a URL button in the Canvas and mapped that to a path of the file(which is not actualy an URL),but any path of the file which is present in the local system
    After exporting this dashboard into ppt(or word/pdf),when i click the button,its not redirecting me to a target.
    But during Preview of dashboard,it works fine.But after exporting,the URL button not redirects me to the path specified.
    Rgds,
    Murali

    Hi
    U got any solution for the above problem?
    Thanks
    Kothai

  • How to Exclude Java Reserved Words Using StringTokenizer

    Hi, i'm trying to exclude identifiers and java reserved words using StringTokenizer from an input file outputting the remaining words alphabetically ordered with the line, on witch they occur, in front of the word.
    So far my code does all that, except exclude those words. I'm kind on a dead end... Any suggestions?
    The code:
    public class Interpreter{
        /* Uses a Binary Search Tree      */
        public static void main(String args[ ]) {
            String path = null;
            for (int j = 0; j < args.length; j++) {
                try {
                    // Step 1, read the input file
                    path   = args[j];
                    FileReader input = new FileReader(args[j]);
                    BufferedReader br = new BufferedReader(input);
                    String line;
                    int count = 1;
                    String word;
                    // Step 2, create an empty Tree
                    BST tree = new BST();
                    while((line = br.readLine())!=null){
                        StringTokenizer str = new StringTokenizer(line);
                        while (str.hasMoreTokens()){
                            word = str.nextToken();
                            tree.insert(word,count);
                        count++;
                    // We're done, print out contents of Tree!
                    tree.print();
                    // Error Handling
                    //check for IO problem with bad file
                } catch (IOException e) {
                    System.out.println("There was a problem with the filename you entered.");
                    //check for no filename entered at command prompt
                } catch (ArrayIndexOutOfBoundsException e) {
                    System.out.println("Please include a filename when running this program.");
    }Edited by: Redol on Dec 12, 2007 8:32 PM
    Edited by: Redol on Dec 12, 2007 8:33 PM

    use split instead of tokenizer.
    public String[] splitString( String line, String delim )
        String[] tokens = null;
        if( line != null )
            tokens = line.split( delim );
        return tokens;
    }

  • Display word/pdf document in the HTML region or report

    Hi,
    How to display blob content stored in a table in HTML region or report region.
    I already have a process to display the image content.
    But my question here is how to display word/pdf document within the html region so that the user can read the document without downloading it.
    Any suggestions/solutions would be of great help.
    Thanks in advance...
    Thanks,
    Ramesh P.

    I was dead wrong.
    The display of images from BLOB is a special case because APEX provides a Display Image item type.
    Moreover, HTP/HTF packages also do not provide for handling of BLOB content. So AJAX cannot be used.
    Which implies that the only way to get binary content, other than images, is with the use of a WPG_DOCLOAD.DOWNLOAD_FILE call.
    This in turn implies that it may not be feasible to "inject" the BLOB into an exist HTML DOM in the Browser.
    Regards,

  • Can we Read/Display the content of Word/PDF file  in Flex 3/4 ?

    Hello All,
    Can we  read/display the content of Word/PDF file in Flex 3 or Flex 4?.  I have one word file containing  Arabic  and English content with some settings like  Bold, Color, Align etc. I want to display the content of this word file as it is in the flex web application.
    Awaiting for prompt reply.
    Thanks and Regards

    thank you for your immediate reply, but,
    sorry, this does not work.
    With this code:
    <cfpdf action = "read" source = "dok_1.pdf" name =
    "mypdf">
    <cfdump var="#mypdf#"/>
    I get this result:
    Everything, but no text of the document.
    PDFDocument
    Application name of application
    Author bimbam Verlag GmbH
    CenterWindowOnScreen [empty string]
    ChangingDocument Allowed
    Commenting Allowed
    ContentExtraction Allowed
    CopyContent Allowed
    Created D:20080710
    DocumentAssembly Allowed
    Encryption No Security
    FilePath [empty string]
    FillingForm Allowed
    FitToWindow [empty string]
    HideMenubar [empty string]
    HideToolbar [empty string]
    HideWindowUI [empty string]
    Keywords [empty string]
    Language [empty string]
    Modified [empty string]
    PageLayout SinglePage
    Printing Allowed
    Producer [empty string]
    Properties [empty string]
    Secure Allowed
    ShowDocumentsOption [empty string]
    ShowWindowsOption [empty string]
    Signing Allowed
    Subject [empty string]
    Title Rheinische Angler-Zeitschrift
    TotalPages 1
    Trapped [empty string]
    Version 1.3
    Maybe i do not understand the cfpdf tag the right way.
    What i want is a kind of pdf-to-text conversion.
    Do I have to use the processddx action? I do not think so.
    But there is a property DocumentText .. ?

  • Does creating Excel,Word,PDF reports & printing in Apex need licensing ?

    I am new to this Apex 4.0
    I have installed the Apex 4.0 with Oracle 10g database.
    Now using Apex if I create any web application, and develop some reports in the web application.
    1) Now to do the printing of the reports in Excel,Word,PDF does Apex need some other components to be installed ?
    2) Does those components needs licensing ? or are they free like Apex 4.0 ?

    Hi,
    Yes you need other components
    http://www.oracle.com/technetwork/developer-tools/apex/configure-printing-093060.html
    Some of solutions need license, like BI Publisher.
    There is also free solutions using e.g. Cocoon, Jasper reports ...
    http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    http://www.poveravoce.net/blog/?p=85
    http://ubuntuforums.org/showthread.php?t=1004742
    http://daust.blogspot.com/2010/09/jasper-reports-integration-v1100.html
    ANNOUNCE:JAPEX Open Source PDF reporting & Blob Download/Flash upload
    Regards,
    Jari

  • I just paid for Adobe PDF pack and I think I am having problems installing. When I select to print from word, PDF is not an option. Help!

    I just paid for Adobe PDF pack and I think I am having problems installing. When I select to print from word, PDF is not an option. Help!

    Hi voltric2014,
    If you are on Windows, you can download and install the CreatePDF Desktop Printer, which would allow you to "print" to PDF from Word. You'll find a link to the installer on the CreatePDF page at https://cloud.acrobat.com. Here are the instructions for installing it: Using Adobe PDF Pack
    Please let us know if you have additional questions.
    Best,
    Sara

  • Select a text from a word/pdf document for tagging.

    Hi,
    After an overwhelming response for my [first thread|Thumbnail creation during Image Upload; , I am hoping that my second post will have a solution.
    I am currently working on a knowledge management tool using ABAP WD. The requirement is to open the existing documents and select some text and tag/categorize it.  I also found out that using flash islands, it is possible to get the selected text from textField and pass it back to the ABAP WD binded variable.
    Is there a way to display word/pdf file and perform the text tagging in WD ? using office integration ? Kind help would be greatly appreciated.

    Never mind--I figured it out.

  • Storing Documents (Word, .PDF, etc) & Searching Across & Within

    Can any one direct me to a document or resource that describes
    how configure document storage (Word, .PDFs, etc.) and searching
    capabilities across the indexing - meta data, and/or within the
    documents for key words or phrases. Any feedback is greatly
    appreciated. We have a database that stores several medical
    documents in different formats and we want to provide the
    doctors and nurses that ability to key word search above and
    within these documents for different subjects they are
    interested in. This is obviously possible, just look at the
    searching technique on this site (technet, intermedia, etc.).
    If you have any other suggestions for these requirements they
    would also be greatly appretiated. Thank you very much.

    Can any one direct me to a document or resource that describes
    how configure document storage (Word, .PDFs, etc.) and searching
    capabilities across the indexing - meta data, and/or within the
    documents for key words or phrases. Any feedback is greatly
    appreciated. We have a database that stores several medical
    documents in different formats and we want to provide the
    doctors and nurses that ability to key word search above and
    within these documents for different subjects they are
    interested in. This is obviously possible, just look at the
    searching technique on this site (technet, intermedia, etc.).
    If you have any other suggestions for these requirements they
    would also be greatly appretiated. Thank you very much. Look at the online documentation:
    technet.oracle.com -> products -> Oracle Text
    Start reading with 8.1.5.
    Regards,
    Thomas

  • Attachment of Word/PDF to Sapscript layout

    Hello everyone,
    Need some help regarding attachment of document in script.
    I know that we can convert the ouput of a SAPscript form to a PDF in a mail attachment or a spool.
    But what we require is attaching a word/pdf document to an existing SAPscript so we can print it at the end of the existing SAPscript layout as terms & conditions.
    Has anyone does this before? I know how to upload word documents in ole and in document management, but am unsure if its possible to add it to a layout. We can add bmp/tiff files, but pdf files??
    Please advise! Thank you in advance.
    Regards,
    Ketaki

    Hi Rich
    Great to hear that someone has already solved the challenge we are facing now.
    We have to print some PDF’s which are stored in iXOS archiving system and linked with archive link to a SD invoice.
    Is it possible you describe a bit more detailed your solution and if possible you send a copy of the coding to me.
    Thanks in advance.
    Walter Wohlgemuth

Maybe you are looking for

  • You need to restart your computer ...

    Hi, Just started getting the message, You need to restart your computer ... The mac constantly crashes at startup, it even crashes from CD start-up. I have; 1-reset nvram 2-changed battery 3-zapped pram 4-changed ram 5-changed video card 6-removed ev

  • Keep javadoc comments in class files

    Hi there, is there a way to keep javadoc comments in classfiles? Reason: Not any company can spread the source for their algorithms, but as customer requests grow to use it with eclipse, code completion and javadoc, there is a need for such "feature"

  • 10.6.5 Problems with external Display

    Hi, I'm getting crazy... Yesterday Night I update my MBP to the Os 10.6.5 and this morning i try to connect my MBP to the LCD and nothing just for a few second the display change to blue trying to recognize the lcd and then nothing, can anyone tell m

  • How to append to files

    Hey all I have made a few custom JS scripts that modify default behavior of a few RoboHelp functions, this works nicely however I have to manually include the JS file on every page. So my question is this; how do I programmatically append my script t

  • [update July 5, 2007] k3b 1.0.2-1

    After Install K3B 1.0.2-1 K3B is frozen. several restarts and it takes long long time to start up.