Tagged Questions
1
vote
1answer
41 views
Why is TCPDF Image smaller than it should be?
I have a 842 x 595 PDF, 72 dpi and i'm inserting a 1200x800 image, again with 72dpi.
scaleFactor is 1, imageScale is 1
in theory, my pdf should show part of the image (the first 842px). In reality ...
1
vote
0answers
361 views
tcpdf: poor image quality
I am using TCPDF to create PDF files converted from HTML input using it's writeHTML() function. However, images within the PDF have poor quality, while the original images have a high quality (as ...
0
votes
1answer
76 views
increase image resolution in TCPDF
I'm using Symfony1.4 with doctrine. I'm generating pdf files using sFTCPDFPlugin. I have a image with resolution 100px × 60px looks fine in browser but when i'm generating a pdf i want to convert this ...
0
votes
1answer
458 views
TCPDF - inserting images from an array, duplicate characters causing caching error
I am using TCPDF to create a pdf on the fly. Before the pdf is created i have a loop that takes values from an array of characters and inserts them into a string to provide image names this is the ...
0
votes
1answer
216 views
TCPDF error with Drupal-6 print module
I am using print module for generating pdf on my websites. Most of the part seems to work fine except when i try to use an image in my node.tpl.php file.
Even though the node page seems to show the ...
0
votes
2answers
464 views
TCPDF + pChart wont show images
I'm triying to insert a image on the pdf generated by the script.
I have put a image that is on the folder and it shows correctly, but the generated one no.
In other section of the site, I use the ...
-1
votes
3answers
810 views
TCPDF remote image loading problem
Im trying to load a remote image into a pdf generated by tcpdf however I can't seem to get it to work?
The rest of the pdf loads fine and it looks like to trying to retrieve the image however it just ...