Convert XFA pdf to a standard PDF
Hi,I try to convert a XFA pdf to a standard flatten pdf.i try this : Â Â Aspose.Pdf.Document document = new Aspose.Pdf.Document(fileName);//Â Â Â document.Form.Type =...
View ArticleSaved document contains invalid xref table
When I open and then save a PDF, the resulting PDF contains an invalid xref table.I tested this with the newest version (10.2.0.0)Older versions of Aspose.Pdf do not have this problem (7.7.0.0 is...
View ArticleHow to use aspose.pdf to justify text
Hi, I'm new to Aspose and a competent user of SSRS but not advanced. I'm evaluating Aspose and wonder how I add code to justify text in a textbox? I have searched the site and can't see anything that...
View ArticleLink Annotation text color change issue
Hello,We have purchased Aspose.PDF license and implementing pdf functionality in one of our project. As per our requirement we need to change link annotation color to red for specific text in the...
View Articleusing IsVerticalBroken and VerticalTextRotationType.AntiClockWise causes...
Good Morning, I am creating a set of tables using the PDF Generator whose cells in column 1 (the headers) are set as follows:headerCell.VerticalTextRotationAngle =...
View ArticleHTML to PDF External CSS Issues
Hi, Right now I am trying to convert a HTML file with an external css file to PDF. However, the css doesn't seem to be applied to the PDF. I have tried using an absolute path for the css file but it...
View ArticleFreeTextAnnotation does not appear until it is resized
I am attempting to add a a FreeTextAnnotation to an existing PDF that will only show on the PDF when printing, following the example at the bottom of the page here:...
View ArticleOut of Memory Exception Creating PDF
Hi,We are running in to a System.OutOfMemoryException when attempting to create a PDF file from HTML. Our code has been working fine for months, however this particular conversion is causing us issues....
View ArticleAfter upgrade to 10.3, imported TIFFs are marked with 'evaluation only'
Hi,I upgraded Aspose.Pdf from 9.7 to 10.3, and after the upgrade, my imported tiff images in pdf show with a watermark:Evaluation onlyCreated with Aspose.ImagingOur Aspose.Pdf license is up to date...
View ArticleTextFragmentAbsorber and regular expressions
Hi. I'm evaluating aspose to do document anonymisation - eg replace names with XXX.I'm testing with:private static void replace(Document pdfDocument, String oldString, String newString, ) {...
View ArticleJustify only seems to work with one sub report
Hi I have a report that has several different sub-reports on it.When I have a single instance of a sub report that will justify the text it seems to work fine - If I place another copy of this report...
View ArticleHow to calculate dpi.
Hi Team,According to our requirement we are converting Pdf file into Images and displaying on the browser, we are displaying the pdf annotations as links on the browser using javascript. In this...
View ArticleDiagonal text watermark that appears only when printing?
Is it possible to have a text watermark/ annotation that only appears when printing, that goes diagonally across the page from bottom left to top right?It seems like we would want to use the...
View ArticleApsose pdf introduces space when the pdf document has chinese characters
Hi, I am trying to extract text from a pdf document. The pdf document has some chinese characters. So when I use the text absorber, I am seeing that it introduces unnecessary spaces between the...
View ArticleAdding Image to PDF Does Not Maintain Aspect Ratio
I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF.It has been pointed out to me that when an image that is larger than the page is...
View ArticleManipulate PDF Document
Our company has a generous amount of existing PDF files that we are looking at dynamically manipulating from asp.net website. I see in the examples where it is possible to open existing PDF file and...
View ArticleText exctraction from pdf form produces empty text
Hello,text extraction from the attached pdf form produces only empty strings.Aspose.Pdf.dll 10.3.0.0bugid#7231Best regards, Martin Pfeifer
View ArticleCSHTML with pie chart not shown in Aspose.Pdf conversion
We have been using Aspose.Pdf 7.6.0 converting .cshtml to .pdf in our c# MVC.The Aspose.Pdf can't seem to render the pie chart we have in our CSHTML. Â It's as simple...
View ArticleCPU and Memory performance problems
Hello,We work for a company which uses both Aspose PDF and Words for Java in developed web applications. The current versions we use are: Aspose PDF 9.7.0Aspose Words 14.9.0We have detected many...
View ArticlePDF-Android: reading and identifying form fields
I get the form fields using the following code:String fPath = "whatever...pdf";com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(fPath);PageCollection pages = pdfDocument.getPages();for...
View Article