Quantcast
Channel: Aspose.Pdf Product Family
Browsing all 3131 articles
Browse latest View live

Centering 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 Article


GDI+ 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 Article


TextBoxField 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 Article

Merge ODF

We have  to merging PDF documents.Product related documents uploaded by admin in documents/files.Based on a selection of user (2 out of 10) , selected documents needs to be merged in single PDF. Has...

View Article

Font name not recognized

Hello,I have a problem with creating a PDF document with custom fonts. I attached both fonts and here is a short code snippet which demonstrates the problem:            System.Drawing.Font winFont =...

View Article


Textbox with Justify not working when text contains a parameter

HiIs it by design or a bug that text justify works fine unless I put a parameter or other expression into the text?Thanks,Greg

View Article

converting 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 Article

Aspose.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 Article


Repeat 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 Article


Not 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 Article

java.lang.OutOfMemoryError: Java heap space Reading simple PDF

I am trying to convert a PDF pages to images just using the code from the documentation and I am getting a out of heap space error. I have increased the JVM memory but I still get the error.here is the...

View Article

Aspose Pdf - Table inside FloatingBox

Hi, Could you please look into problem this and provide a solution? Forum link has been included below. Thanks in advance. - Dhivya Forum Thread URL:...

View Article

Saving pdf document to doc(x) causes NullPointerException

Hello,When trying to save the attached pdf file as doc(x), a NullPointerException is thrown back.Version: 10.2.0 for Java.Error reproduced on: Ubuntu and Red Hat Linux.Example...

View Article


Unable to extract attachments from pdf document.

Dear Aspose Team,Please find attached pdf file. I am using the below code to extract the attachments from a pdf document. But it is showing the embedded files count as 0.var attachments =...

View Article

PDFViewer in Aspose.Pdf.Kit

I am using version 3.3.0.0 of Aspose.Pdf.Kit and in our development environment (Windows 2008 R2 Standard 64 bit) it works fine. When attempting to deploy to our production environment (Windows Server...

View Article


NullReferenceException when setting the license

I recently purchased Aspose.Pdf for .Net component.From time to time, I'm getting NullReferenceException in the following line:license.SetLicense("Aspose.Pdf.lic");Please advise. Thanks, Ofer.      

View Article

Images converted from PDF->TIFF are having black background color...

 Hi, We recently purchased Aspose PDF component, by using below code snippet PDF files are converted to TIFF image.  Converted Tiff images – 1)      Images are legitimate when it opens by using...

View Article


font corrupted in converted image

Hello, I am using Aspose in android environment. There are some font corrupted in converted image(attached pdf2image.PNG), how to fix it? Thanks in advanced. Sample code: java.io.OutputStream...

View Article

khmer unicode is not shown in PDF doc

I want to create a pdf doc which can display khmer language (Unicode font).Here is my code String fontPath = Environment.getExternalStorageDirectory()    + File.separator    + "FontsTest"    +...

View Article

Inserting an image - no transparency?

Hi there,I have been using the sample code given here: http://www.aspose.com/docs/display/pdfandroid/Add+Image+in+Existing+PDF+FileI am trying to insert an image with transparent background (local png...

View Article
Browsing all 3131 articles
Browse latest View live