Field values missing or formatted incorrectly when printing PDF
Hello there,I have attached a copy of the printed PDF and the file version. As you can see there are data fields in the print copy that are not formatted correctly and others that are blank.The data is...
View ArticleHTML to PDF Conversion Error
I am using Aspose Total for Java SDK to convert files.When converting the attached Html file to pdf, I am getting the following error:class com.aspose.pdf.internal.p344.z10: Value cannot be...
View ArticleCentering Images
I'm attempting to center an image on a page, but as far as I can tell the HorizontalAlignment property is not having any effect. The following ends up being left-aligned: Image image = new Image();...
View ArticleGDI+ error on Windows Server 2003
Hello,I've got this error when running the attached project on a Windows Server 2003System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+. at...
View ArticleTextBoxField Background Color Alpha
I am using Aspose.Pdf 10.5.1. When setting the Annotation.Characteristics.Background property, the alpha channel is ignored. This is the case whether I set the property directly or use the...
View ArticleTimeout converting PDF to PNG
We are unable to convert the attached PDF to a PNG. No error is coming up, just hangs during the conversion.
View ArticleNot able to write .png file in PDF
Hello,In one of our application have pdf creation feature and in that we are writting multiple images in pdf , but when we select .png image then it throws error .We have used the Aspose.Pdf for...
View ArticlePdfFileSecurity adding user password when non supplied
Using PdfFileSecurity's method SetPrivilege(null, null. DocumentPrivilege) sets an owner password.I remember testing it a few months ago and it did not set a password which means sometime in the last...
View Article"Object reference not set to an instance of an object" from PDF Cloud
I am trying to fill a PDF form I have uploaded to cloud storage. I can successfully get the form fields and values and download the PDF file itself through the API. However, I get "Object reference not...
View ArticlePossible PDF encryption bug or documentation clarification needed
There seems to be a bug in the Aspose.Pdf.Facades.PdfFileSecurity class or the documentation. According to the documentation, the code snippet below is supposed to encrypt the PDF document:using...
View Articleconverting PDF files saved in a Stream Array to Tiff files
Hi,I have a stream array that is holding 4 PDF Files as memorystreams. How do I read and convert the contents of the stream array and output 1 tiff file?Here is my code that is not working...
View ArticleAspose.PDF.KIT => Verify Digital Signature
Hello,I want to verify a singed pdf file.1) this is how i sing the pdf file Public Shared Sub SignPDFWithVisibleSignatureUsingAspose() Dim oCertificate As Certificate = New...
View ArticleRepeat more than one row in every page
Hi,I am trying to generate a report that has more than 1 page, and on each page I want the first 2 rows to be repeated as the header of the table. I am using the following code snippet. Dim tab1 As...
View ArticleAspose.PDF.Net not working on Windows Server 2012
I have an issue where my web application use Aspose.PDF.Net to generate PDFs. It works perfect on my development system and LocalHost website. When publishing to my test server, the application...
View ArticleOpen Password Protected File - Aspose.pdf for java
Hi,I have a pdf file which is password protected (Specific Region is protected from editing), I am able to open the document using Adobe without providing password, but when I use Aspose.PDF to merge...
View ArticleTable inside floating Box - IsBroken not working (which exceeds page height)
Hi,This is what I am trying to do - I have to place the tables, text and images in absolute position.So I have created floating box and placed the elements (Table/Image/Text) inside it.Table content is...
View ArticleFont Not Found
I have research this message and found numerous posts regarding this error. However, the resolutions do not work with my situation.I am using aspose.words .net 4.4 and aspose.pdf .net 10.1 running on...
View ArticleIssues saving a flattened PDF and concatenating PDF causing unstable system
We are unable to save PDF after it is flattened and same applies when concatenating it. It happens only in case of certain PDFs.The two methods are{Form form = new Form(inputStream);...
View ArticleTextFragment Position
Hi,I am not very familiar with the internal structure of Pdf, so I may miss some points. I want to draw rectangle on an image created by the conversion of Pdf page. The code works fine for most of the...
View ArticleHTML to PDF Conversion Error
I am using Aspose Total for Java SDK to convert files.When converting the attached Html file to pdf, I am getting the following error:class com.aspose.pdf.internal.p344.z10: Value cannot be...
View Article