I have a problem in ItextSharp to put certain HTML in the PDF because it has some limitations on CSS. So I thought about converting HTML to image and simply attaching it to my document.
How can I convert, for example, one table to image? (...
I need to add a stroke around a <image> within a <svg> . But nothing happens when you add the value in that tag.
See below what happens: when I use it in <image> it does not work, however in <...
How can I upload an android image to a folder on the server? I have the address of the folder that I can use to save image, I am already using this address to be able to take the images, but now I need to save images to that folder of the server...
I have a question about divs with imagens inside, in this case, the question is:
If I have a div , with 400x400 , how do I make an image with 200x400 (or other resolution) occupy the total size of div ,...
I would like to know how I could put objects on an image on Android. An example would be to have the photo and on it put other images as circles, triangles etc ...
How could I do this on android?
I want to know the difference in using BufferedImage and the graphics method to draw the images to ImageIcon .
Here is an example:
@Override
public void paint(Graphics g) {
g.drawImage(bfImage, 0, 0, this);...
I'm facing this problem with my friendly URL, even putting the absolute path does not show the images.
However the images that are in a folder in the same location as .htacess usually appear, the ones that do not appear are the ones in th...
I'm here browsing Google but I did not find it clear how to get all image properties at the time of uploading in the script.
I'm using it to get the image:
$imagem = $_FILES['arquivo']['name'];
How to get all properties of the image at th...
I'm having difficulty making this image fit inside the box, I want it to be independent of the size of the screen, the box always appears in the same place (OK) and the image inside fits the size of the box (HELP). >
Here is the code, mouse...
Hello, does anyone know how I could do that every image that is uploaded in laravel has a watermark?
The image is sent by a form and through $request->file('img') in the controller I add in the folder and the name of the image in...