0
votes
2answers
143 views

Doc and image file not opening in android

I am trying to open files using intent action but i can't for pdf and image files For image all application going to crash (including gallery app) For doc/docx i am using office suite but gives ...
0
votes
1answer
130 views

Add image to doc file

I am trying to implement a requirement from client. The main thing is the client will provide me an image, I have to resize it and add it to a doc file. Then he wan to add a custom text 'on' the ...
0
votes
1answer
166 views

how to convert doc file and pdf file to image file?

What is the best open source java api for converting of doc and pdf file into any image file? Any suggestion will be appreciated.
2
votes
1answer
275 views

Generate a Doc File with an Image

<?php $docName = "testdoc"; header("Expires: Mon, 26 Jul 2020 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, ...
0
votes
0answers
219 views

Spire.Doc resize image

I'm using Spire.Doc libraries in VS2010 C# to create mocrosoft office word document I'm also inserting images into my document. but, if image is too big, it looks that: ...
0
votes
1answer
519 views

PHP Generate preview of Microsoft formats

I've made in PHP (using GD and Imagick) a image preview generator for jpg, gif, png, bmp, txt, csv and pdf files, but I'm having troubles on finding a solution for Microsoft types: doc, xls and ppt. ...
0
votes
1answer
270 views

PDF, DOC and Execl to image conversion tool for web application

Hi all can you please suggest some web tool (will provide DLL) to convert doc, excel and PDF to image at minimum cost. i m a dot.net developer and need to implement these feature in my web ...