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.
Questions tagged [aspose]
827 questions
3
votes
1 answer
How to create blank pdf from scratch using aspose.pdf for .net?
I want to know that which class should I use for creating blank pdf for writing my content into it through c# code but in the documentation of aspose.pdf they are suggesting to use Aspose.Pdf.Generator.Pdf class but that specific namespace is…

Shashank Choudhari
- 33
- 1
- 7
3
votes
1 answer
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 according to where the section is on the…

wintner
- 33
- 3
3
votes
1 answer
Read Shapes (Rectangle,Square,Circle,Arrow etc), Clip Arts from MS Word File using java
I am able to get image from ms word table but unable to get shapes and clip-arts.
public static void main(String[] args) throws Exception {
// The path to the documents directory.
try {
String dataDir = "E://test//demo.docx";
…

Dev
- 31
- 3
3
votes
4 answers
"\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 System.Environment.NewLine but still I see these small…

inutan
- 10,558
- 27
- 84
- 126
3
votes
0 answers
Aspose epub convert table to image gives different colours
I have the following problem: while converting a .doc document that contains some tables Aspose changes their colour. So when you see the image of that table in the already formed .epub document it is different from the one you receive by clicking…

user
- 3,058
- 23
- 45
3
votes
2 answers
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) throws Exception
{
…

Victor Lellis
- 1,304
- 1
- 14
- 25
3
votes
1 answer
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 perdectly but it throws exception on xlsx and pptx…

Despicable
- 3,797
- 3
- 24
- 42
3
votes
1 answer
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 there you can import XML files to update cell…

Matthew Strawbridge
- 19,940
- 10
- 72
- 93
3
votes
1 answer
how to convert Office files to pdf using Aspose lib in Java
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 uploaded has to be first converted to pdf then saved in…

Zay hf
- 139
- 2
- 4
- 12
3
votes
4 answers
Apache POI and Aspose?
hi i am creating an app which can read file like pdf/doc/docx/xls/ppt etc and display it to user.I have read that if in doc there is some images and a table , apache POI can't help because it can't create borders for table.going with aspose is not…

anshul
- 982
- 1
- 11
- 33
2
votes
1 answer
Print Word document from WPF with print settings (Aspose generated)
I've been fighting with a printing issue for a long time now, hopefully someone can help.
Background
I'm creating an Aspose.Words-document from a word-template, and mail merging it, and then want to print it directly from the WPF application with a…

cederlof
- 7,206
- 4
- 45
- 62
2
votes
1 answer
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 wrk2 i want cells refrence of wrk1(like want cell…

KAPIL BHATIA
- 99
- 1
- 6
- 14
2
votes
1 answer
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 with "have you tried X yet?")
I want to load a…

Timothy Khouri
- 31,315
- 21
- 88
- 128
2
votes
1 answer
how can i get page number of a string with is part of paragraph in word document using java
I am using aspose-words library's node collection to read a word document node by node if a node is a paragraph and length is more that 8000 characters i am dividing it into sub-strings. The paragraphs exceeding one page most of the times.How can i…

lemon chow
- 303
- 8
2
votes
0 answers
How to Convert SVG to PNG in MAUI
I am trying to convert svg image from url to png format using Aspose.Imaging package in my MAUI Application.
But I am facing below error at SvgImage image = (SvgImage)Image.Load(localPath);
{Aspose.Imaging.CoreExceptions.ImageLoadException: Image…

Mars
- 269
- 1
- 3
- 22