vishnukottala / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

After converting in splitup mode search is only working on first page #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.C:\SWFTools\pdf2swf.exe somepdf.pdf -o somepdf%.swf -f -T 9 -t -s 
storeallcharacters

2.this pdf has 87 pages
3.after loading into FlexPaper only the first page is searchable - can see all 
pages fine
FlexPaper 1.4.5

Original issue reported on code.google.com by bohil...@gmail.com on 4 Nov 2011 at 5:07

GoogleCodeExporter commented 9 years ago
have you tried our PHP sample scripts for loading split up pages?

Original comment by erik.eng...@devaldi.com on 7 Nov 2011 at 12:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
That works - thanks!

Original comment by bohil...@gmail.com on 7 Nov 2011 at 4:05

GoogleCodeExporter commented 9 years ago
SearchServiceUrl : searchServiceUrl

search in content converted using the scripts works fine - but if converted 
content is moved to another folder search is not working - so the question is : 
search needs containstext.php to work?

Original comment by bohil...@gmail.com on 8 Nov 2011 at 9:00

GoogleCodeExporter commented 9 years ago
Yes it does need that php page (or a similarly) as it is currently implemented

Original comment by erik.eng...@devaldi.com on 28 Nov 2011 at 1:52

GoogleCodeExporter commented 9 years ago
I am using Java scripts and facing the same issue. Can you please suggest whats 
needs to be done here. 

cmd.conversion.singledoc      = C:\Program Files (x86)\SWFTools\pdf2swf.exe 
{path.pdf}{pdffile} -o {path.swf}{pdffile}.swf -f -T 9 -t -s storeallcharacters 
-s linknameurl
cmd.conversion.splitpages     = C:\Program Files (x86)\SWFTools\pdf2swf.exe 
{path.pdf}{pdffile} -o {path.swf}{pdffile}_%.swf -f -T 9 -t -s 
storeallcharacters -s linknameurl
cmd.conversion.renderpage     = C:\Program Files (x86)\SWFTools\swfrender.exe 
{path.swf}{swffile} -p {page} -o {path.swf}{pdffile}_{page}.png -X 1024 -s 
keepaspectratio
cmd.conversion.rendersplitpage= C:\Program Files (x86)\SWFTools\swfrender.exe 
{path.swf}{swffile} -o {path.swf}{pdffile}_{page}.png -X 1024 -s keepaspectratio
cmd.conversion.jsonfile       = C:\Program Files (x86)\PDF2JSON\pdf2json.exe 
{path.pdf}{pdffile} -enc UTF-8 -compress -hidden {path.swf}{pdffile}.js
cmd.searching.extracttext     = C:\Program Files (x86)\SWFTools\swfstrings.exe 
{path.swf}{swffile}
cmd.conversion.splitjsonfile  = C:\Program Files (x86)\PDF2JSON\pdf2json.exe 
{path.pdf}{pdffile} -enc UTF-8 -compress -split 10 -hidden 
{path.swf}{pdffile}_%.js
cmd.query.swfwidth            = swfdump.exe {path.swf}{swffile} -X
cmd.query.swfheight           = swfdump.exe {path.swf}{swffile} -Y

Original comment by Jitendra...@gmail.com on 30 Jan 2014 at 3:50