Closed GoogleCodeExporter closed 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
[deleted comment]
That works - thanks!
Original comment by bohil...@gmail.com
on 7 Nov 2011 at 4:05
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
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
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
Original issue reported on code.google.com by
bohil...@gmail.com
on 4 Nov 2011 at 5:07