Questions tagged [aspose]

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.

827 questions
6
votes
1 answer

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 request new access token if previous is expired. So i…
Milind Anantwar
  • 81,290
  • 25
  • 94
  • 125
5
votes
1 answer

Copy bullet list number in new document?

I have a node importer which goes like this Dim nodeImporter As New Aspose.Words.NodeImporter(_wordDocument, documentComponentDocument, Aspose.Words.ImportFormatMode.UseDestinationStyles) I am using it to copy childnode from one document to other.…
Manjay_TBAG
  • 2,176
  • 3
  • 23
  • 43
5
votes
3 answers

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 load a lot of articles documents into a List, then…
Daniel Koch
  • 277
  • 6
  • 14
4
votes
6 answers

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 (IE6/IE7), but when I use either one of the mentioned…
Good Samaritan
  • 706
  • 1
  • 7
  • 21
4
votes
1 answer

How can I get all unloaded images in word document using Aspose.Word

How can I get all unloaded images in the word document which is generated by Aspose.Word. Images like this. Unloaded Image
Asad Raza
  • 89
  • 7
4
votes
2 answers

Create a visio 2013 file in java

I want to create a .vsdx file (drawing) using Java. Visio 2013 uses Open Packaging Convention. I don't know from where to start, currently referring this link…
monu
  • 835
  • 2
  • 9
  • 14
4
votes
3 answers

Convert a Docx file into Images

I am going to convert a Word Document (.docx) into images so I am using aspose.word.jar! The problem is that I am new to this work and using my code getting an error. My code part is: public class NewClass { public static void main(String[]…
Java Nerd
  • 958
  • 3
  • 19
  • 51
4
votes
1 answer

Aspose PDF memory leak issue

We are using Aspose PDF and are facing the following issues which are sort of show stopper: Aspose PDF is not releasing memory. we have set object to null but they do not release memory. Result - in my web service after 20-30 calls, server memory…
user3800809
  • 41
  • 1
  • 2
4
votes
1 answer

Aspose pdf417 recognition

I want to read the content of a pdf417 barcode contained in a pdf file using C#. I wrote the following code: [...] // bind the pdf document Aspose.Pdf.Facades.PdfExtractor pdfExtractor = new…
Daniele Milani
  • 553
  • 2
  • 7
  • 26
4
votes
4 answers

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 Aspose.PDF suite, or would I need to get Aspose.slides,…
Art F
  • 3,992
  • 10
  • 49
  • 81
3
votes
5 answers

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 do this conversion ? I need this on a…
Boas Enkler
  • 12,264
  • 16
  • 69
  • 143
3
votes
1 answer

Security Method is No Security but Page Extraction and Document Assembly is not Allowed

I have a very strange problem and I am not sure where the issue is. I am creating a PDF and not setting any security restrictions or a password. When I open the PDF in Adobe Reader DC and get the properties,it does show the Security Method as No…
Avinash Modi
  • 81
  • 2
  • 8
3
votes
2 answers

How to convert an autocad file to a pdf file with clear view?

I'm working on an asp.net project that converts autocad file .dwg to PDF. I use the following code to do so : using (var image = Aspose.CAD.Image.Load(filePath)) { // create an instance of CadRasterizationOptions & set resultant page size …
s.e
  • 271
  • 2
  • 15
3
votes
2 answers

Aspose Calling UpdateFields() on document loses mail merge field data

I am trying to export a Word document (link to a sample file which is not working as expected is given below) to PDF using Aspose. https://1drv.ms/w/s!AheHNqR6oXmSmd5H80L0vzCTfVVrTg The code for the same is as below. var doc=new…
Ananthan Unni
  • 1,304
  • 9
  • 23
3
votes
1 answer

What is contaminating this switch statement?

I have a system which is doing following, Upload documents to SharePoint Event receiver will add job to DB, Create a folder for job in Document Conversion Directory A directory watcher will trigger Document Conversion windows service Windows…
Mathematics
  • 7,314
  • 25
  • 77
  • 152
1
2
3
55 56