Hai cercato la traduzione di textrendering da Inglese a Spagnolo

Inglese

Traduttore

textrendering

Traduttore

Spagnolo

Traduttore
Traduttore

Traduci istantaneamente testi, documenti e voce con Lara

Traduci ora

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Inglese

Spagnolo

Informazioni

Inglese

pdf_set_value() passing "textrendering "as the second parameter.

Spagnolo

therefore the function pdf_get_info() is obsolete and the functions pdf_set_info_creator(), pdf_set_info_title(), pdf_set_info_author(), pdf_set_info_subject() and pdf_set_info_keywords() do not take the info structure as the first parameter but the pdf document.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Inglese

?php $pdf = pdf_new(); pdf_open_file($pdf, "test.pdf"); pdf_set_info($pdf, "author", "uwe steinmann"); pdf_set_info($pdf, "title", "test for php wrapper of pdflib 2.0"); pdf_set_info($pdf, "creator", "see author"); pdf_set_info($pdf, "subject", "testing"); pdf_begin_page($pdf, 595, 842); pdf_add_outline($pdf, "page 1"); $font = pdf_findfont($pdf, "times new roman", "winansi", 1); pdf_setfont($pdf, $font, 10); pdf_set_value($pdf, "textrendering", 1); pdf_show_xy($pdf, "times roman outlined", 50, 750); pdf_moveto($pdf, 50, 740); pdf_lineto($pdf, 330, 740); pdf_stroke($pdf); pdf_end_page($pdf); pdf_close($pdf); pdf_delete($pdf); echo "a href=getpdf.php finished / a";?

Spagnolo

?php $fp = fopen( "test.pdf", "w"); $info = pdf_get_info(); pdf_set_info_author($info, "uwe steinmann"); pdf_set_info_title($info, "test for php wrapper of pdflib 0.6"); pdf_set_info_author($info, "name of author"); pdf_set_info_creator($info, "see author"); pdf_set_info_subject($info, "testing"); $pdf = pdf_open($fp, $info); pdf_begin_page($pdf, 595, 842); pdf_add_outline($pdf, "page 1"); pdf_set_font($pdf, "times-roman", 30, 4); pdf_set_text_rendering($pdf, 1); pdf_show_xy($pdf, "times roman outlined", 50, 750); pdf_moveto($pdf, 50, 740); pdf_lineto($pdf, 330, 740); pdf_stroke($pdf); pdf_end_page($pdf); pdf_close($pdf); fclose($fp); echo "a href=getpdf.php3 finished / a";?

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Attenzione: contiene formattazione HTML nascosta

Ottieni una traduzione migliore grazie a
8,934,713,326 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK