i create a pdf with the RichEditDocumentServer. I insert the Content of the Umbraco content sites. And now i want to display the images in the pdf...Does anyone know how to do?
i create the pdf dynamic and insert the text or a logo by "doc.Document.InsertImage(doc.Document.Range.Start, DocumentImageSource.FromFile(@"SOURCE"));"
Now i want to insert an image from the media lib from Umbraco.
Edit: The images are in the pdf but as broken pictures because the refernce doesn't match
Display image in RichEditDocumentServer
Hi Folks,
i create a pdf with the RichEditDocumentServer. I insert the Content of the Umbraco content sites. And now i want to display the images in the pdf...Does anyone know how to do?
Thanks
Hi Maurice,
Depending on the version of Umbraco you are using, this could make be the pacakge the you´re look for.
With thePDF Thumbnails package you are able to make thumbnail image of the pages in the PDF file.
http://our.umbraco.org/projects/backoffice-extensions/pdf-thumbnails
Hope this helps, or maby I misunderstod what you´re trying to do.
/Dennis
Hi Dennis,
i create the pdf dynamic and insert the text or a logo by "doc.Document.InsertImage(doc.Document.Range.Start, DocumentImageSource.FromFile(@"SOURCE"));"
Now i want to insert an image from the media lib from Umbraco.
Edit: The images are in the pdf but as broken pictures because the refernce doesn't match
is working on a reply...