Testimonials
Dear customers, This thread is just a collection of testimonials regarding Aspose.Pdf. If you're happy with Aspose.Pdf please follow this thread to post to encourage us to do it better. To make it...
View ArticleTestimonials
Dear Customers, Please feel free to use this area to post comments about the Aspose.PDF.Kit product. We love to receive feedback, because it is what helps our products to become excellent products.
View Articledefault padding for htmlfragment
Hi,I am trying to insert html fragment in a table. It seems HtmlFragment element is adding default top padding to the contents. I am trying to remove the padding. But it is not working.Can you please...
View ArticleKnowing the Text para length
Hi,I have a pdf document where I have already drawn a Text para. After that I want to draw a floating box; but for drawing a floating box, I need to know the number of lines that text has spanned.Is...
View ArticleConversion PDF to DOC is not correct
Hi,i'm trying Aspose PDF for Java because i want integrate it on my swing application but the conversion from PDF to DOC/ODT is not good for me.I Attach a original PDF and correspondents DOC and...
View ArticleRendering problem in Indian Language
Hi,I was trying Aspose PDF Java for replacing text with an Local Language text.I encountered some issues.Issue1. The rendering of Unicode Hindi characters are not proper.Original Text was : Hello...
View ArticleAnnotation import bug
Hi,I'm trying to import the XFDF annotations into a PDF, but the import fails with the exception below. Source files attached. The XFDF file was created using the same PdfAnnotationEditor class with...
View ArticleIssue with headings
Hi Team,I am using aspose PDF java api to create PDF. I am trying to create bulleted list. but i am unable to find the option to create the same. Also in my list , i need some part of the text to be in...
View ArticleAspose PDF for java - method that coverts to ISO format is memory intensive
Hi - We are using the below line for making PDF files ISO compliant. We have a batch that runs and picks up each PDF file from a predefined location, formats is as per our formatting requirements and...
View ArticleVertical Text
Hello, Can anybody tell me how to rotate text in new DOM Aspose.pdf I am using following code snippet to rotate text. TextFragment txt = new TextFragment(); txt.Text = "Vertical Text";...
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 ArticleImage alignment does not work aspose pdf 10.3
I am using Aspose.Pdf version 10.3. I have the code snippet below. When the pdf is rendered the image is showing left justified, and not how I have aligned the image. Please help.var tc =...
View Articleconvert Tif to PDF drops pages
Hi,I am converting TIF to PDFs in some cases we do not get all the output pages in PDF. These pages show up a little corrupted in the Wang viewer but the content can be seen. public void...
View ArticleInvalid fonts rendered (PDF-> TIFF conversion)
Hello,During conversion from attached pdf to tiff the fonts are incorrectly rendered. The code I use:Aspose version 9.7.0.Resolution resolution = new Resolution(300);TiffSettings tiffSettings = new...
View ArticleIssues with text replacements (formatting, missing letters,...)
Hi Aspose team, I am currently testing how replacement of text works. Current issues: - original document "Online Payment Processing.pdf" - document with replacements "Online Payment...
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 Article[PDF2PDFA] Pdf to Pdf_A_1B is OK Pdf to Pdf_A_2B is KO
Hello,I want change format and version of pdf. I use :Document.Convert(ms, Aspose.Pdf.PdfFormat.PDF_A_1B, Aspose.Pdf.ConvertErrorAction.Delete);The result is OK for pdf_A_1b but is KO for...
View Article