php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25082 Internal PDFlib warning: Unknown tag structure in TIFF file
Submitted: 2003-08-13 17:14 UTC Modified: 2003-08-13 17:36 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: giancarlopez at hotmail dot com Assigned:
Status: Not a bug Package: PDF related
PHP Version: 4.3.2 OS: winnt apache 2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: giancarlopez at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-08-13 17:14 UTC] giancarlopez at hotmail dot com
Description:
------------
Internal PDFlib warning: Unknown tag structure in TIFF file




tanks !!





Reproduce code:
---------------
Internal PDFlib warning: Unknown tag structure in TIFF file


$imagefile = "m".substr($parchivo,1);
	$imagen1 = pdf_open_tiff($p,$imagefile);	
	pdf_place_image($p, $imagen1, 150, 300, 0.3); pdf_close_image ($p,$imagen1);



Expected result:
----------------
 A pdf document than have a tiff image 
this already funtion but, i upgrade the apache server 
to Apache 2.O for  windows NT 

Actual result:
--------------
Internal PDFlib warning: Unknown tag structure in TIFF file




Tanks 


Gian Carlo Lopez 
giancarlopez@hotmail.com

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-13 17:32 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This error is directly from pdflib library, which cannot handle the tiff image you are providing it with. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC