PHP instance sharing HTML to RTF format _php tutorial

Source: Internet
Author: User
Core code:

Copy the Code code as follows:
Preserveimages = true;
$html 2rtfcom->pagenumbers = 1;
$html 2RTFCOM->PAGENUMBERSALIGNH = 1;
$html 2RTFCOM->PAGENUMBERSALIGNV = 5;
$htmlFile = "a.html";
$rtfFile = "A.rtf";
$result = $html 2rtfcom->convertfile ($htmlFile, $rtfFile, "head", "foot");
Print ($result);
unset ($html 2RTFCom);
echo "Done";
?>

Problems you may encounter Fatal Error:class ' COM ' not found inxxx
Workaround:
• Copy the Php_com_dotnet.dll to the PHP root ext folder
php.ini Make sure that you have this statement
[Php_com_dotnet]
Extension=php_com_dotnet.dll
• Ensure that the COM + Event System service is turned on

http://www.bkjia.com/PHPjc/779159.html www.bkjia.com true http://www.bkjia.com/PHPjc/779159.html techarticle Core Code: Copy code code as follows:!--? php $html 2RTFCom = new COM ("Html2rtf. Converter "); $html 2RTFCom---preserveimages = true; $html 2rtfcom-pagenumbers = 1; $html 2rtfcom-pa ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.