I am using winnovative tool to generate PDF.
My problem is PDF which is getting generated is Image not as text.
This issue exists in all browser (Mozila, Chrome and IE)
Is there any fix for this?
Regards,
Sagar
You are using a very old version of the software. The current version you can download from http://www.winnovative-software.com/download.aspx should work very well.
Related
I am using Qt PDF module to open a PDF file. How can I take a screenshot of part of the file and save it?
Since I guess this is impossible, I will convert the PDF to a image using pdf2image and work with images
I am trying to create a pdf using WeasyPrint on windows 10. It corrupts the css in the generated pdf, as shown in the image below. It is also not able to render images correctly and doesnt open in adobe acrobat with the error: "There was a problem reading this document (135)." (When did the same setup in mac OS a while ago, I did not face these issues)
I have tried changing the cairo version but that doesnt help. Any ideas on possible reasons why the css is messed up would be helpful.
I used itextsharp library to generate and fill PDF files however; the issue i am having is when you open some of these files in Chrome i get the image below but it does work perfectly fine in IE
I found my own answer, it turned out that when i save the file to the Db i did not add the .pdf as an extension to the file that's why it was coming like that.
because the form data is saved first then retrieved later.
Thanks for the replies.
I'm attempting to make a PDF from a HTML document, and this document has images absolutely linked (ie. C:/somewhere/html.htm), but when I use abcpdf 8.1 AddImageUrl("file:\\"&absLocation,True,0,False) the resulting pdf doesn't have any images.
Does anyone have any idea how to get the images to show up?
Side info: when using vbscript and default mshtml as the engine, it all gets saved to pdf perfectly, but in asp it didn't save at all using mshtml. Thus the switch to Gecko.
I'm using this on a Windows Server 2008 R2 Standard 64-bit machine with IE9.
I figured it out! I had to prepend file:// to my image references within the html as well.
So IMG elements should look like this:
<img src="file://c:\directorys\image.png" alt="There should be an image here />
I want to export a few Pages to pdf/xls. By Pages I mean as the eye sees it - a screenshot of the Page's contents. I know how to build pdf/xls documents using 3rd party tools but is there any way to quickly export the rendered contents of say a Panel?
edit: maybe a tool that can render the page's output as a browser would, and save it as an image file?
There is an open source console program named wkhtmltopdf which you could call from asp.net to convert the page. It can convert to PDF or an image with wkhtmltoimage (JPG, PNG, etc.) using the webkit rendering engine.
Check my answer to this question to see an example of how to convert from a html to a pdf using C#:
Easiest way of porting html table data to readable document
I can recommend http://www.screengrab.org/ for firefox.