Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Aspose.Pdf .Net Question

$
0
0

Hello, 

I’m a developer and I need the PDF library for .Net but I have few question:

If i buy Developer License:

-        1-I am working on TFS, can I use this library if I want put my code on TFS ?

-         2-  Aspose convert PDF to word properly, does it convert PDF to Excel or not ?
I have tried this code but its not working:

        ' Load PDF document

        Dim doc As Aspose.Pdf.Document = New Aspose.Pdf.Document(pu & _

            FileUpload1.FileName)

        ' Instantiate ExcelSave Option object


        'Dim excelsave As ExcelSaveOptions = New ExcelSaveOptions()


        ' Save the output in XLS format

        doc.Save(dest + FileUpload1.FileName + ".xls", excelsave)

        Response.Redirect("Successful_Convert_to_Excel.aspx?query2=" + FileUpload1.FileName)


-         3- Does it support Arabic language in converting from PDF to Word and Excel ?


Viewing all articles
Browse latest Browse all 3131

Trending Articles