could UJMP and JDMP help me in my assignement

This forum contains information which is relevant for both projects UJMP and JDMP.
If you have questions or comments concerning only one of those projects, please use the appropriate sub folder below:

could UJMP and JDMP help me in my assignement

Postby redguard » Fri Jan 08, 2010 10:48 am

Hi,

i got an assignement to do with include maths :d and java , i don't know if it's the correct place ! (if it's not i'm sorry to disturb/bother !)

i got a huge amount of pdf files which are generated true a business process (different document got merged during that process, one of the document that gone be merged will be uploaded by the user "it will have his own pagination => numerotation of the pages") , and the end of the global merge , i have to add a pagination true java (with a library iText , that the easy part)

my problem: i have to search for all the existing pagination in all my pdfs, the remove it , and paginate the document again.

WHich include , i must index ALL the content of my pdf :lol: , somewhere search for pagination like (Page 1 / Page2 ....) get the position of the text in the pdf ! so i can print caracter on the same position again ! .

" i must index ALL the content of my pdf , somewhere search for pagination" , if i do true a conventional java approach !! it will take a couple of years to execute the code !! ; does Ujmp/jdmp and matrices of any help in my case

again if my question is off topic , sorry to disturb

and thanks.
redguard
 
Posts: 1
Joined: Thu Jan 07, 2010 7:54 pm

Re: could UJMP and JDMP help me in my assignement

Postby arndt » Sun Jan 17, 2010 3:55 pm

For UJMP, everything is a matrix, also a PDF file. You can import the PDF files like this:

Code: Select all
Matrix pdf = MatrixFactory.importFromFile(FileFormat.PDF, pdfFile);


After that you can use UJMP's or JDMP's interface to Lucene to create an index of all your files which should help you searching for pagination.
Holger
arndt
Site Admin
 
Posts: 168
Joined: Mon Feb 02, 2009 7:02 pm
Location: Munich, Germany


Return to General Information

Who is online

Users browsing this forum: No registered users and 1 guest

cron