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.
0
votes
1answer
15 views
Issues with VB and Aspose
I have the following lines of code:
Dim ms As New MemoryStream(my_memory_stream)
workbook As New Workbook(ms)
workbook.Save("C:\book1.xlsx")
My purpose is to save the stream contained in ...
0
votes
1answer
14 views
Creating report with Aspose.Word without losing formatting
I am using Aspose.Words to create reports from a template file (.docx filetype).
After using Aspose.Words to modify the template file and saving it into a new file, the formatting of the template ...
2
votes
2answers
53 views
Aspose with RJB (Ruby Java Bridge) is not working
I have a code in Java that opens a excel template by aspose library (it runs perfectly):
import com.aspose.cells.*;
import java.io.*;
public class test
{
public static void main(String[] args) ...
0
votes
0answers
36 views
Add series in excel chart programmatically
I am using POI integrating with my Rails application... I open a template .xlsx file and I populate the template.
In rvm.rb in initializer:
jars = Dir.glob("#{Rails.root}/lib/jars/*.jar").join(':')
...
1
vote
1answer
35 views
Aspose java, Heap size error while binding pdf file
While binding a pdf file using Aspose i got a heap size error.here is the code
the pdf file is 110MB, and consist of 60000 pages
PdfExtractor extractor = new PdfExtractor();
// bind input pDF file
...
2
votes
1answer
36 views
Transform QuerySet or Json into Recordset
All
I am working on Django and Python. I wanna call aspose dll library with pywin32. The Aspose dll for merge mail (dynamic load data and render it into template) need RecordSet data type. So, is it ...
0
votes
1answer
50 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
1answer
60 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
235 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
33 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
32 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
88 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
1answer
49 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
30 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
53 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 = ...