This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Object tag is not printed properly

mranjankumar wrote on 2013-05-06:
Hi, I have an object tag in my html something similar to this

<object type="image/svg+xml" data="svgfile.svg" style="height:639px; width:846px; position:absolute; z-index:200">

further i have some transparency are where i place another image.

Now when page is printed to pdf it removes the image.

See attached. Actual is what is displayed in the browser.
support wrote on 2013-05-08:
Hello,

It should work. Please make sure you use an absolute URL for the SVG image.

You can try it out using our online conversion form. Paste the following code here http://pdfcrowd.com/#convert_by_input and hit the [Convert to PDF] button

<object type="image/svg+xml" 
        data="https://upload.wikimedia.org/wikipedia/commons/1/15/Svg.svg" 
        style="height:639px; width:846px; position:absolute; z-index:200">
</object>
mranjankumar wrote on 2013-05-08:
I guess you we are not on same page. I Have created a sample file attached with this email. When you see in the browser it looks different and all images comes out properly. But when when i use API to convert /use online converter i am not getting images which are shown in transparency region.

Further, I am in quick need of fixing this. Any help will be greatly appreciated.
support wrote on 2013-05-08:
Thanks for the sample file. Unfortunately our software is not capable of handling this.