M
M
Max Darkleviathan2019-10-16 12:42:58
PHP
Max Darkleviathan, 2019-10-16 12:42:58

How to expand the margins of a page converted from html to doc?

I use this simple code:

header('Content-type: application/vnd.ms-word');
header('Content-Disposition: attachment;Filename=test.doc');
 
print "<html>
<meta http-equiv=\'Content-Type\' content=\'text/html; charset=utf-8\'>
<body>";
print "hello";
print "</body></html>";

The question sounds like this:
How to make the indentation margins when converting either minimal or medium?
By silence, ordinary ones are always set.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question