Cheers,
Gal
var pdfWriter =
hummus.createWriterToModify('samples.pdf',{log:'hummus.log',
modifiedFilePath:'Copy.pdf'});
That would seem to be the format from the docs, but i get no logs.
On Sat, Jun 15, 2013 at 4:16 PM, Gal Kahana
<gal.bezal...@gmail.com> wrote:
> Re'd so it didnt poat right. The file was fine on my env, and im getting the same warnings. Two things to try:
> 1. Update from npm. Not git. Forgot to push the latest update (had some other matters) but did publish.
> 2. Open the log for hummus. Check the basic pdfwriter opening for how to turn it on.
>
> Cheers,
> Gal
>
> --
> You received this message because you are subscribed to a topic in the Google Groups "PDFHummus interest group" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/pdfhummus-interest-group/59SbamIoTvY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to pdfhummus-interest-group+unsub...@googlegroups.com.
look, it does work very well on my computer (mac osx)
1. try leaving on only that part that opens for modification and ends it. see if it creates a good copy of the original (it should be the same). if ok continue
(2) that's easy to test. try a simple hello worlds example, with regular createWriter/writepage/end not for modification, to the same target.
(a) maybe modifying and writing to another file doens't work well - please change the script to write to the same file (remove the modifiedfilepath). make sure to do that on a copy of the file (just copy before running the script.