we are trying to use concatinate option for Html2PDF command.
Any help in this regard will be appreciated.
Syntax for Html2PDF Command
Hello,
This is how to call HTML2PDF
Html2PDF [/c] InputURL OutputPDFFile PrinterName. Use the /c switch to concatenate instead of overwriting files. InputURL can be in the format file://filename or http://url...
Exemple:
HTML2PDF /c www.amyuni.com "c:\temp\test.pdf" "Amyuni PDF Converter"
If the file "test.pdf" already exists under c:\temp than the new pdf file will be appended to the first one instead of overwriting it.
Hope this helps.
This is how to call HTML2PDF
Html2PDF [/c] InputURL OutputPDFFile PrinterName. Use the /c switch to concatenate instead of overwriting files. InputURL can be in the format file://filename or http://url...
Exemple:
HTML2PDF /c www.amyuni.com "c:\temp\test.pdf" "Amyuni PDF Converter"
If the file "test.pdf" already exists under c:\temp than the new pdf file will be appended to the first one instead of overwriting it.
Hope this helps.
-
- Posts: 3
- Joined: Mon Sep 18 2006
Thanks for your reply
Hi
Thanks for the reply.we are trying your suggestion.I will inform you
whenever it works.
Thanks for the reply.we are trying your suggestion.I will inform you
whenever it works.