PDfF to SVG: conversation problem : don't support svg graphics & text shadow

I m interested to buy API of PDF to SVG.
But we are facing issues related to some features.

  • Don’t convert SVG
  • If I have used 1 image and applied Shadow then the output of conversion is
    very poor.

AsposeOutput.zip (3.4 MB)

Let me attach some conversations file for you to more understanding what I m taking about.
Description:

  1. Logo 2 : Background = Image, Applied gradient color on Font, Used SVG Shape & applied Pattern on them
  2. Logo 6 : Background = Applied Blur on Image, Applied gradient color on Font, Applied Blur ,Mask ,Blend on Image, Used SVG Shape and applied Blend
  3. Logo 7 :Background = Image, Used Curve Text , Applied Shadow on Image

What kind of conversion do you mean?

Hi, I have created 1 PDf which has used an SVG shape.

  • This PDF is created from Android Canvas.
  • I have drawn SVG shapes on the canvas.
  • Then save Canvas as PDF Document.
  • So, When I convert that PDF into SVG using this Site, SVG not getting perfect.

@AxitaSavani
That is, you have a pdf file created by third-party tools. Are you doing pdf -> svg conversion on the site and have questions about image quality?
Please attach your pdf file that you are converting to svg.

No, I have created PDf by self.

@AxitaSavani
I apologize for the delay in responding - for some reason I didn’t get a notification about the answer in the topic. I looked at the attached pdf files - both in terms of content and using the output of the TrySaveVectorGraphics method - there are no vector graphics in these files, only raster graphics.
Can you provide the code snippet you are using?