Tagged Questions

Aspose is a vendor of components to create, modify, export and convert Office documents like Word, Excel, PDF, PowerPoint, Outlook, etc. from within .NET and Java without the need to have Microsoft Office or Adobe PDF installed.

learn more… | top users | synonyms

14
votes
2answers
241 views

usercontrol hosted in IE renders as a textbox

On my ongoing saga to mirror the hosting of a legacy app on a clean box, I've hit my next snag. One page relies on a big .NET UserControl that on the new machine renders only as a big, greyed out ...
6
votes
2answers
3k views

Can Excel interpret a cell as HTML?

I'm using Aspose.Cells to build an Excel document programmatically. This works great. One of the cells, though, is a block of raw HTML. I'm wondering if it is possible to tell Excel (in any fashion, ...
4
votes
3answers
414 views

Get height of rendered text and images in MS Word

I'm creating a newspaper authoring system. Today I'm using Aspose.Words library to generate newspaper using Docx format as output, based on a lot of other documents as input. The basic idea is to ...
3
votes
3answers
423 views

OpenXML SDK 2.0 vs Aspose for server side word 2007 document generation in .NET

I am going to start a Server side Office automation project in .Net. Below are the key activities that are planned: Create a word document Use a existing word document template having cover page, ...
3
votes
7answers
353 views

.NET component for conversion to PDF

I am looking for .NET component to convert different files into PDF format. Right now I need to be able to convert programmatically doc, xls and TIFF files to PDF. But I may need to deal with more ...
2
votes
1answer
115 views

Saving a PDF using Aspose.Net Constantly Grows in File Size? - How do I prevent that?

I'm evaluating Aspose.Net - so far it's great for my needs. (ITextSharp, PDFOne, CLPrint, Adobe and ABCPdf (WebSupergoo) did not meet my needs - not the point of this question, so please don't answer ...
2
votes
6answers
237 views

Html to PDF conversion taking long time with the ExpertPDF/Aspose.Pdf components

I am trying to generate a PDF file based on a dynamically generated HTML report that our webapplication has generated. The HTML generation and rendering is fast (1-4s) except in older browsers ...
2
votes
4answers
447 views

Stamp a PDF with another PDF (Alternative to Aspose.Pdf.Kit's PdfFileStamp class)

Using Aspose.Pdf.Kit's PdfFileStamp class successfully since serveral years, I now have a project with lots of documents that cannot be handled by Aspose.Pdf.Kit correctly (i.e. it throws exceptions). ...
2
votes
3answers
143 views

Is there a way to get Worksheet from the Cell in Aspose Cells?

I'm looking for something like myCell.Parent or myCell.Worksheet to get the Worksheet object of a Cell in Aspose cells for .net. I didn't see any property on the Cell class that refers the Worksheet. ...
2
votes
9answers
14k views

How to insert programmatically a new line in an Excel cell in C#?

I'm using the Aspose library to create an Excel document. Somewhere in some cell I need to insert a new line between two parts of the text. I tried "\r\n" but it doesn't work, just displays two ...
1
vote
1answer
45 views

How to insert a grid in PDF using aspose.pdf

How can I insert a gridview/ gridview content into PDF ? I am generating a pdf using aspose.pdf. My Page has a gridview.The column number shall remain constant in my grid but rows may vary. How can ...
1
vote
0answers
65 views

Converting different image types to .png format for a WCF Application

I need to convert different files formats into .png grayscale (8 or 16 bit) format. I have found tools that can convert documents, PDFs and text docs. I was looking into Aspose Imaging for .Net but ...
1
vote
0answers
93 views

How do I get an embedded image into PNG format from a Microsoft Word File?

I have been using this code to extract image from word file: Document doc = new Document(MyDir + "Image.SampleImages.doc"); NodeCollection shapes = doc.GetChildNodes(NodeType.Shape, true, ...
1
vote
1answer
85 views

setting one worksheet cell range reference to another worksheet using aspose.cells or MS-Excel

I want to set one worksheet cell range reference to another worksheet using aspose.cells or MS-Excel.For example i have two worksheet(wrk1 and wr2). I have some data on wrk1 and wrk2 is balnk.Now on ...
1
vote
2answers
117 views

Using a test certificate digitally sign a document in aspose.words

I am trying to create a unit test that generates an empty test document similar to the one found in the Aspose Words example. I created a test cert using makecert.exe with the following line in the ...
1
vote
1answer
132 views

Aspose Sharepoint and Alfresco

Does Aspose.Words for SharePoint work with Alfresco running on Linux or does it only work within a Windows SharePoint server?
1
vote
2answers
176 views

Filling in a pdf form with aspose

I am trying to use Aspose to set the values of fields in a pdf. This pdf works fine in ITextSharp. That is the main frustration I am experiencing. Here's my code string outputPdf = ...
1
vote
1answer
138 views

C# Loop round a Range.Value which has 2 objects [0,0] to find if string = variable

I am using Aspose.Cells and I have created a Range of cells. This range produces a range.Value which consists of 2 objects [row,column]. I now want to loop round these objects which in my case is 1 ...
1
vote
5answers
151 views

Best way to generate PDFs on the server

What is the best way would you say to generate PDFs on the server using . NET? Someone who has tested using Aspose on the server, if so, how does this work?
1
vote
1answer
85 views

Aspose total for sharepoint

HI all, Is Aspose converts images to pdf. Does Aspose Conversion from word to pdf requires MSOffice. Does Aspose have separate pdf viewing functionality without using other softwares.
1
vote
0answers
97 views

Powerpoint chart created in Aspose is not very clear

I am using Aspose for reading a powerpoint as a tempate and creating a new powerpoint as a report. In the template power point I read the chart and populate the data for the chart. But in the report ...
1
vote
1answer
2k views

How does the Aspose License object work? Does it last forever?

I'm using Aspose to handle PDFs and Word documents. Each time I'm about to do something with a document, I make sure to call this: Aspose.Pdf.License pdfLicense = new Aspose.Pdf.License(); ...
1
vote
3answers
2k views

C#: How can I open and close an Excel workbook?

Does anyone know how to simply open and close an Excel workbook? I don't need to read any data from the file, I just need to open and close it. (*) I'm guessing that I'll need to reference the ...
0
votes
5answers
91 views

Converting HTML to doc(x) and / or PDF

I have to convert html to the doc(x) and pdf format. I found aspose, but this tool can do a lot of more work than i need, and thats why it isn't really cheap. Are there similar tools, which can just ...
0
votes
0answers
36 views

ASPOSE.CELLS : Why does a simple Workbook.Save throw a Null Reference Exception?

I'm using Aspose.Cells DLLs Version 7.0.0.0 on 64-Bit Windows 7 with .NET 4.0 on my machine. It does work on my friends machine, which is running 32-bit windows 7 also with .NET 4.0 - I suspect ...
0
votes
1answer
156 views

Dynamically set column in sum formula using aspose.cells

I am use aspose excel export. I am setting formulla in .net. I want sum of two cells value in third cell. like excelbook.Worksheets[0].Cells["A2"].R1C1Formula = "=SUM(R1C1,R1C2)"; but i want to ...
0
votes
1answer
53 views

how to export an image into an Excel file without Excel installed (using ASP.Net/VB.Net)

I need to export Chart(image) and grid (tabular) row data into excel file. I can not use automation because Office tools are not installed in my server. I've found a bunch of free/proprietary tools ...
0
votes
1answer
109 views

Inserting bar charts using Aspose Words for Java

Is there a way of creating and inserting a bar chart in a Ms Word document using Aspose Words for Java? I can't find a way to do this. Thanks.
0
votes
1answer
204 views

Printing PDF from brower using Aspose.NET

I want to force a PDF to print from browser by clicking a link. It says here that embedding javascript using a PDF toolkit can make this possible, so would anyone know if/how this can be done with ...
0
votes
1answer
110 views

Aspose Words .NET: MergeField TableStart name truncated by .NET API, Node#GetText()

We have a MergeField in a .doc template TableStart:ProjectPersonRoles When browsing the tables using the .NET API on this particular Node GetText() returns TableStart:ProjectPerso In the same ...
0
votes
1answer
65 views

Aspose, append Pdf's without extra space

I've got list of Pdf objects (or Streams) and would like to append them that there wont be extra white space between them. Aspose 'PdfFileEditor.Concatenate' adds next Pdf starting from next page but ...
0
votes
1answer
150 views

Aspose Words Document doesnt load my FormFields

I'm having an issue right now with document creation. I've created a Word docx document containing several MergeField elements. My document content's is saved to my db, and later on I retrieve it ...
0
votes
4answers
181 views

Are there any third-party tools which allow importing XML data into Excel?

We are currently working on an application that has been using COM Interop in C# to import data into an Excel workbook. This data is fairly complex and lengthy, so we have been using the Import from ...
0
votes
1answer
57 views

Aspose.Slides for JasperReports - opinions

We are considering usind Aspose.Slides for JasperReports as a way to create export to PPT in our application. I am searching for opinions on this tool. Has any of used it? What is the quality, ...
0
votes
2answers
632 views

Why am I still getting “Access to the path 'C:\…\…' is denied” even after granting IIS_IUSRS write permission on the directory?

I've written a method on my controller that auto generates a powerpoint deck for my client and all that works fine...except I'm stuck on the part about saving the file to disk. I'm no stranger to ...
0
votes
4answers
245 views

Error 'Type Aspose.Words.Document' is not defined.' when trying to compile

In visual studio, I create a reference to the Aspose assembly and use the Document class in my code. It looks fine at design-time, but when I go to compile I get the error 'Type Aspose.Words.Document' ...
0
votes
1answer
403 views

Would Aspose.Word handle Table of Contents (TOC)?

We're using aspose.word to create a report from a word template direct to PDF format. Now we're stuck at handling the TOC for the document. We need the TOC to be dynamic and make correct changes ...
0
votes
1answer
175 views

Setting System.Drawing.Color through .NET COM Interop

I am trying to use Aspose.Words library through COM Interop. There is one critical problem: I cannot set color. It is supposed to work by assigning to DocumentBuilder.Font.Color, but when I try to do ...
0
votes
1answer
440 views

Aspose-Cells: How do I evaluate a formula?

Given the following code: using Aspose.Cells // {...} Workbook workbook = new Workbook(); Worksheet virtualWorksheet = workbook.Worksheets[0]; virtualWorksheet.Cells[0, 0].Formula ="=1<2"; ...
-1
votes
2answers
869 views

“\r\n” appears as small square boxes in word document, C#

I am appending some text containing '\r\n' into a word document at run-time. But when I see the word document, they are replaced with small square boxes :-( I tried replacing them with ...