Text Width in Fields
Hello! I need to specify if string fits textfield. If not, I have to split my string into two strings, and the second string should be added to the next textfield. My questions are: is there an easy...
View ArticleBug during PDF conversion with v10.0
Hi,We use the following code to convert the PDF to the A1A standard:pdfDocument.convert(file, com.aspose.pdf.PdfFormat.PDF_A_1A, com.aspose.pdf.ConvertErrorAction.Delete);It works fine on Windows, but...
View ArticleOnline collaboration
Hi,has anyone tried using Aspose to prepare a pdf file for online collaboration?You are supposed to set some properties in a document script, i.e. where the comments will be saved. You can define this...
View ArticleHyperlinks breaking when saving as XPS
Hi,I'm attempting to save a PDF file as an XPS, however if there is a hyperlink within the PDF file, the resulting XPS file looks like it has the hyperlink, but when it is clicked, nothing happens, it...
View ArticleMerge PDF issue
Hi.We merge pdf documents using such code:var outputDocument = new Document();foreach (var documentName in files){ var inputDocument = new Document(documentName.Key);...
View ArticleProblem in PDF file with image
Hi there,We have an issue about the viewing the attached document. I uploaded the file to our system, then tried to view but file content doesnt exist. I looked up to temp folder, original document's...
View ArticlePdf generation taking long time
Hi I'm generating a very small document with Aspose Trial version. And it turns out that pdf generation from html is taking 900 milliseconds. Please review the code and html and let me know if i'm...
View ArticleDeleting multiple particular bookmarks causes NullReferenceException
Hello, I am trying to delete several specific bookmarks. The first deletion works very well but the second deletion results in a nullreference exception.I am using version: 10.2.0Edit: Here is my...
View ArticleParticular PDF causes null reference exception to be thrown
On page 1456 of this document, Aspose.PDF 10.1.0 throws a null reference exception. Aspose 9.9.0 runs fine.using (FileStream fs = new FileStream(this.pdfPath, FileMode.Open, FileAccess.Read,...
View ArticleHtml to Pdf - need to preserve whitespace and word-wrap appropriately
Trying to have a section in my HTML that preserves existing whitespace (particularly carriage returns) but also maintains appropriate width via normal word-wrap. Found that CSS class below seems to...
View Articleaspx to pdf
Hello,Please examine the code below. I am overriding the Render method of my web page to generate a pdf copy of our aspx page. It works great, except I am getting a 1.5" margin on the right, a 1.25"...
View ArticleMissing character when convert from PDF to TIF
Hi I am using Aspose.PDF.dll v9.4.0.0I am converting PDF to TIF and notice that there are several characters missing in the converted TIF. I have attached the relevant files for your reference. On page...
View ArticlePdf2PdfA rotating problem
Dear Aspose-Team,I've got trouble with converting PDF documents, which are rotated. As you can see I attached two files. I want to convert the "original.pdf" into a PDF_A_1B. This generally works fine,...
View ArticleAspose slides throws an exception when using addFromHtml
I'm importing html generated by CKEditor into slides using aspose 15.1.0 an example html is<p><span style="color: rgb(0,255,255);">test</span></p>Importing this html will cause...
View ArticlePDF Error while getiing row height
Hi,I am using aspose pdf 9.1whenever I am trying to get the height of a row using totalHeight = totalHeight + headerRow.GetHeight(doc);the PDFdoes not render correctly and gives error as "An error...
View Articleget table height of already built pdf
Hi ,I am using PDF 9.1 and i have created a PDF with aspose.pdf.generator. i am having five tables inside the pdf.Can i get the height of all the tables of an already built pdf saved in local folder?
View Articleaspose pdf for .net suddenly get slow to save pdf from html.
I am using aspose.pdf dll for generating pdf in .net from HTML (which I received from DB.)Everything was working fine till today morning. Suddenly save method of object pdf class is taking more and...
View ArticlePCL to PDF and special graphics characters
Hello, we are using aspose version 4 (aspose-pdf-jdk14.jar) to convert a pcl to pdf. The pcl file path is sent to the aspose library in order for it to make the conversion using the following line of...
View ArticleLosing rounded corners when flatten PDF (dynamic convert to standard)
We want to display and print XFA PDF documents created with Adobe Lifecycle, within a viewer.Therefore we flatten XFA PDF files as described in the documentation (change doctype dynamic to...
View ArticleLicense issues after Aspose.PDF version upgrade
Dear Aspose Team,after upgrading Aspose.Pdf from version 9.5.0.0 to 10.1.0.0we get the following error:System.InvalidOperationException: This license is disabled, please contact Aspose to obtain a new...
View Article