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

0
votes
1answer
41 views

Not able To find A Class in A namespace In c#

I am extracting images from pdf in c#. Someone has suggested that use Aspose namespace which is a third party namespace. I have downloaded the aspose and included in my project as a reference.But the ...
1
vote
0answers
33 views

How good is the ability of Aspose Slides to create PPTX files with templating?

I am trying to use Aspose Slides to generate a presentation using a template PPTX with a master slide and some layout slides that contain placeholders. I want to make the slides conform to different ...
2
votes
4answers
106 views

Write large text file data into excel

I am reading a text file separated with some delimeters. Example of my text file content Avc def efg jksjd 1 2 3 5 3 4 6 0 line by line and holding it in memory using hashmap having ...
1
vote
1answer
16 views

aspose.word returns only first table and section

I have office word 2013 .docx file which has plenty of sections and tables. I don't know why all collection like below return single item while i have many of them in my .docx? Document document = ...
0
votes
0answers
23 views

How to modify the rtf document using aspose in java

In my project there is need to modify the RTF document (modifying font, adding some data) using aspose in java. How should i write the code. please help me ASAP.
0
votes
1answer
58 views

does authorization code for gmail oauth2 ever expires

I am trying to use gmail smtp using oauth 2.0. I have used aspose.dll for requesting access token using authorization url. I do not get refresh token when i get the response.so there is no way to ...
0
votes
0answers
39 views

Aspose.Tasks. Microsoft Project. Get the resource usage by day

Im trying to get a resource usage of specific resource in specific day. I tryed to use Resource.TimeScaleData but it always returns 0 items. While in debug mode, the Resource.TimephasedData ArrayList ...
0
votes
1answer
26 views

How to get a table cell in aspose slides?

I see this sample: http://www.aspose.com/docs/display/slidesnet/Creating+a+Table+from+Scratch ...and when I try to use it, I see that the library has changed (I guess) and it needs me to do sth like ...
0
votes
0answers
46 views

Bad convert cyrillic symbols with Aspose on Linux

I convert .docx file to .pdf file with aspose private static void processWord(InputStream inputStream, OutputStream outputStream) throws Exception { com.aspose.words.Document document = ...
0
votes
0answers
63 views

Reading Mail Merge Field Using Aspose

While reading mail merge field using Aspose Words I got incorrect result for fields like {MAILMERGE Country Name}, it is only reading it as Country and not as Country Name. An older version of Aspose ...
0
votes
2answers
62 views

heap size error Aspose

while converting a docx file in pdf file using Aspose i got this heap size error.here is the codethis docx file is 44Mb public void convertDoc(String Path, String destPath) throws Exception{ ...
0
votes
1answer
105 views

Issue while setting user password for PDFs created with unknown random owner password

Requirement is to process a batch of PDF's one at a time and on success encrypt each of them with an user password. However, these PDF's were encrypted previously with randomly generated dynamic ...
2
votes
1answer
111 views

Aspose xlsx and pptx files conversion exception

I am using these jar files to convert excel and power point files to PDF aspose.slides-6.7.0.jar aspose.slides-6.7.0-jdk14.jar aspose-cells-7.3.4.jar Aspose is converting ppt and xls files ...
0
votes
1answer
64 views

Replacing aspose JRPptExporterParameter.PPT_TEMPLATE_PRESENTATION in jasperreports 5.0

I am generating a ppt report using jasperreports and aspose library (ppt exporter from aspose). I'm trying to eliminate aspose from the project and use the ppt exporter from jasperreports 5.0. The ...
1
vote
0answers
75 views

BackgroundImage is resized about 130% bigger than oryginal *.png

I'm trying make a pdf file with use of aspose.pdf for .NET version 5.0.0. My code looks like: var license = new License(); license.SetLicense("path/My.lic"); var document = ...
0
votes
1answer
79 views

Aspose PDF - How Do I Specify a Font of a TextBox

I'm using the Aspose PDF for .NET, trying to create a very simple PDF with a TextBox. I have that part working - as it is very simple. However, I want to change the font of the text in the box, so ...
0
votes
1answer
60 views

Windows Phone application and external library license - how to secure the license file?

I'm about to develop an aplication for Windows Phone, and I'll use an external paid library (some of the Aspose products). As many of You know, the license file for their libraries are applied on each ...
0
votes
1answer
159 views

Make 1 layer pdf with use Aspose.Pdf library

I'm using Aspose.Pdf for .NET. What I'm trying to do is: Make pdf with 1 layer (best solution would be if before generate pdf all used text and bacground image would be as picture and then generated ...
1
vote
1answer
123 views

Append text in paragraph using Aspose.PDF

I want to do something very simple but I can't find out how. This is getting very annoying, here's my problem. I have the following text that I want to add inside a aspose.pdf section ...
0
votes
4answers
202 views

Best library to generate excel and charts in excel?

Which is the best 3rd party library to use for exporting data and generating charts in the Excel from Asp.net. I have researched on .Net and found the following: 1. EPPlus: Since we are to work in a ...
0
votes
2answers
104 views

aspose nested tables

Doing research for ASPOSE.Words. Everything works fine just last thing remains. Question is how to render table inside table? In they Nested table documentation sample data is tightly coupled with ...
0
votes
1answer
61 views

aspose.words putting parentheses around negative numbers

I have a little problem with numbers in word documents. I need to merge data into a table with Aspose.Words, this part works fine. Only I need to put parentheses around negative numbers (and multiply ...
1
vote
1answer
106 views

RenderControl does not output child controls HTML

I'm having a complex issue here. Context: I'm editing a forms-engine project that dynamically creates it's control based on an XML definition on each request, to add a PDF generation feature using ...
0
votes
2answers
49 views

Can't figure out cause for NoClassDefFoundError: aspose/pdf/Paragraph

I can't get any pages of my webapp to load (locally on Tomcat 7.0.2.6), due to this NoClassDefFound error. I'm at my wits end trying to figure out what the cause is, here is what I know: My coworker ...
3
votes
0answers
87 views

Aspose cell exception:om.ctc.wstx.sr.ValidatingStreamReader cannot be cast to com.ctc.wstx.sr.ValidatingStreamReader

I am using aspose cell(trial version) to parse a (excel)xls file for Java.but when I tried to load the file , it throws a exception given below: SEVERE: java.lang.IllegalStateException: XML Stream ...
2
votes
2answers
149 views

Highlight string in a Word Document

I am working in an ASP.NET Website(Web Forms,.NET 4.0) I have a word document which is created by using Aspose.Words.Now i need to highlight certain strings in the word document.I need a function to ...
0
votes
0answers
196 views

Unknown file format error for .docx files while using aspose.words

I am using aspose.words to retrieve comments from a word document in a java program. Document document = new Document("D:/myDoc.docx"); //Line 18 When i run this, it gives the following error, ...
-1
votes
1answer
129 views

Word 2007 ~ Aspose Skip Empty Cell

I am using Aspose with Word for a Mail Merge. I have a 3x2 table as follows <a> <b> <c> <d> <e> <f> However under certain conditions one field might be ...
0
votes
1answer
142 views

Read Last line from First column using Aspose.Words v13.1.0

I have a word document with two column layout. How to read last line from first column and read first line from second column in a word document.If first column last line text is in specific format, ...
1
vote
2answers
216 views

Number formatting in pivot table with Aspose.Cells

I am creating a pivot table in excel sheet by aspose.cells. I want the values to be formatted as Accounting, with a symbol, a comma and 2 decimal places. Is this possible with aspose.cells? Please ...
2
votes
1answer
128 views

Navigate By Columns using Aspose.words in C#

Am evaluating the Aspose.words for one of my client, almost all of the feature i have migrated from MS Word library to Aspose.word library. Just one more to go, but am struggling to find the solution ...
-6
votes
1answer
154 views

How can i get “Table of content” from PDF file and save it to the tree struct?

I really need to get table of content from a pdf file.with Aspose.pdf.dll in C# asp.net My questions are: What page is it(for each item)? What is the the text of each page for each item in ...
0
votes
1answer
87 views

Applet Optimize JVM

I am using Aspose Slide to generate PPT (2003) in Struts 2 Web Project, As it is greedy in RAM, we used Threads to do it in asynchronous mode, using FIFO Stack, to run threads a after one, it works ...
0
votes
1answer
137 views

ASPOSE PDF: Inserting multiple radio button form fields to PDF

I am struggiling to create a PDF that has multiple radio button form fields on the same section (1 after the other) using aspose pdf. I am using the latest version of aspose PDF and starting with a ...
0
votes
1answer
55 views

modify MS Project Task using aspose Task

How to modify an MS Project Task using aspose C# component (aspose.task). The example in the aspose.com site shows how to create a new task and add into the project. But, there is no example for ...
0
votes
2answers
176 views

how can i open a mpx project file and then save it as mpp project?

I have an application in Asp .Net Mvc3, i am using the mpxj library for to generate a project file (with extension mpx). But this file not contain dates for Tasks, then i want to open the file with Ms ...
2
votes
1answer
293 views

Round-tripping XML -> Excel -> XML

I'd like to use Excel's XML Map feature from server-side C# in a web app. XML maps enable you to associate an XML schema with a workbook and specify which cells map to which parts of the schema. From ...
0
votes
3answers
370 views

display image in a popup in mvc

I am generating word document with aspose and I would like to show some kind of preview to the user before they decide to save the document. I have a view where users can enter their info: @model ...
1
vote
1answer
141 views

aspose slide to update series colour

ChartDataCellFactory fact = chart.ChartData.ChartDataCellFactory; ChartSeriesEx series = chart.ChartData.Series[0]; for(int i=0;i<9;i++) { fact.GetCell(0, 0, ...
1
vote
0answers
159 views

ReportRenderingException MemoryStream length must be non-negative and less than 2^31

We have some SSRS reports that contain several charts. These reports are rendered through a custom .NET MVC app to PDF, or to PowerPoint using Aspose slides. We recently moved the reports from a ...
1
vote
1answer
246 views

Using Aspose Slide to draw graphs

I am new at using aspose.slides and wondering if it would be possible for me to create a bar chart given in this shot description. The chart that I am trying to update has the y axis from -100 to 100 ...
1
vote
1answer
463 views

how to convert Office files to pdf using Aspose lib in Java [closed]

I am new to Aspose. All i know is, its a useful library for document creation,conversion etc. please guide me how can i convert any file(MS office) to pdf file since in my project the document ...
4
votes
3answers
694 views

Converting Excel, PowerPoint, PDF, and Word to Images in .NET using Aspose

so I am looking for a way to convert Excel, PowerPoint, PDF, and Word to Images. I was wondering if anyone has experience with the Aspose suite and knows if all of this can be done with the ...
1
vote
1answer
224 views

Error while saving Workbook using Aspose tool after Deleting a range of Cells

Before saving the Workbook I am deleting a CellArea in the Worksheet(I have used ClearContents, DeleteRange, ClearRange). But it keeps on giving an error "Specified argument was out of the range of ...
0
votes
1answer
395 views

Aspose.pdf.dll version issues

I am using the aspose.pdf.dll version 3.9.0.0. Now i am upgraded to newer version 7.3.0.0 but i am facing issue in PDFCell.Paragraphs.Add(Row.RenderRowAsposePDF(0, PDFCell.FitWidth)). Its Showing ...
1
vote
2answers
81 views

List having different data to be displayed in excel

I have a list of quest id like 1,2,3,4,5,6 for one person id say 34512 and only 4 for other person id say 23124 .I am display the data for each person id in excel like A B C D E F ...
0
votes
1answer
236 views

Aspose.Words spanning pages with a table C# MVC3

I have an MVC3 C#.Net web app. We are using Aspose.Words to export our data into a word document. One of the items being created in the document is a labor summary table. This table starts in the ...
0
votes
2answers
152 views

Setting data in xml using java and aspose

I am not able to set any data after each column,suppose i have column like a1,a2,a3 i am able to set only for a1 and a3 not a2.I am using aspose to set data in xml and generate xml.What is wrong i am ...
0
votes
2answers
146 views

Setting data in XML using aspose

I am trying generate excel sheet using aspose. I have generated the excel sheet and I am trying add few data into it. I have added Response at cell A4. I want to add Date at cell B4 and Time at cell ...
2
votes
1answer
731 views

How do I convert a PowerPoint file to PDF using Aspose 6.4?

I am using aspose.slides.dll v6.4.0 to convert .pptx files to .pdf. My Code: public static MemoryStream pptx2Pdf(byte[] FileRead) { MemoryStream ResultStream = new MemoryStream(); ...

1 2 3