Converting interactive pdf to tiff fails
Hello,During conversion from attached pdf to tiff the dynamic content is lost. The code I use:Aspose version 9.4.0.Resolution resolution = new Resolution(300);TiffSettings tiffSettings = new...
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 ArticleAspose PDF Supports weird characters?
Hello Support team,During our load test, we came across an issue where a pdf that contained weird characters (please see attached image), our java process would hang while reading the pdf document for...
View ArticleWeird REFPAGE bug
HiI am currently using the Aspose PDF Generator version 9.7, using the XML method, along with Visual Studio 2010, and .NET 4.0 to generate some reports from our system.I have found a version strange...
View Articledocument.optimizeresources(optVals) throwing out of memory exception
I am using the below code to optimize (shrink) existing large PDF files in VS2012 using vb.net: Dim aspDoc As New Aspose.Pdf.Document(strFN) Dim optVals As New...
View ArticleSave / print XFA form
Hi, We are using a lot of XFA forms which we created with Adobe LiveCycle Designer. In our application we sometimes need to print these forms. I'm trying to do this with the aspose.pdf and followed...
View ArticleTable spilling over margins
Hi guys,We use aspose to create PDF's from word documents for our clients, for some reason whenever the PDF gets created the tables (which are collapsible) spill over the bottom margin of the page and...
View ArticleWord wrap in table cells for PDF generation
I have a simple test that shows odd behavior with word wrapping. If I size the column to just the right size, the PDF will have the last character of the word on the second line. If I make the column...
View ArticlePDF to PDF/A fails
Hi,We are using your product for pdf to pdfa conversion.One document (attached) causes crash: system hangs up and then throws OutOfMemoryException.Below is a code we use for conversion:var license =...
View ArticleConversion of PDF to ePub and vice versa
Dear Team,Whether ASPOSE PDF Java component support conversion of PDF to ePub and Vice versa? I could see that it is being supported at .Net platform. Please confirm. If not, when this feature would...
View ArticleConvert PDF file to SVG
Hi, I am recently using Aspose to convert pdf files to svg files.The fllowing is my code:Document doc = new Document("expdf.pdf");SvgSaveOptions saveOption = new...
View ArticleConverting PDF to DOC with 4.5.0 Java: Issues and Concerns
Hello. I'm posting about PDF-to-DOC conversion in the latest 4.5.0 version of Aspose PDF.In another thread, I mentioned that .docx conversion does not seem to be supported (out of range error on the...
View ArticleHTML String to PDF: Class cannot be cast to java.lang.reflect.ParameterizedType
Hi,I am trying to create a PDF from an HTML string as shown in the code below.I had used the same code previously in a test project and it worked fine, unfortunately it didn't work this time. (nothing...
View ArticleConverting pdf to html, a word disappears
I am trying to convert the attached pdf-document. On page 14, you can find the paragrap "Paragraf 7 er en saksbehandlingsregel om begrunnelsesplikt som supplerer saksbehand-lingsreglene i...
View ArticleCan't load a JPG image in Java
Hi,I'm trying to use your image example on the documentation but I'm getting a strange error when trying to load the image via a URL.Here's my code: private Pdf pdfForInvoiceTest2() { final Pdf...
View ArticleModifying large Pdf (A1-format) is saved as a4-format
Hi,I have a PDF with A1 page size. I add a table (Aspose.pdf.table) and save the document.When I open the document the format is A4.Pageinfo has wrong values. (PDFNEWNET-35879).I am using Aspose.pdf...
View ArticleHyperlinks to concatenated pdf documents
HiI've used your Aspose library for converting Word and Excel and Visio documents to pdf and your Aspose.pdf library to concatenate these into a single pdf document. These are great libraries and work...
View ArticleIndexOutOfRangeException in ReplaceText pdf
hi,I am getting the following error when ReplaceText in the pdf.See Sample Code:Document doc = new Document(@"c:\temp\pdf\a.pdf");Aspose.Pdf.Facades.PdfContentEditor editor = new...
View ArticleUnable to convert (Html File with external css) to pdf.
Hi All,I am unable to convert html file(with external css) to pdfBelow I am attaching sample file which i am trying to convert.
View ArticleConverting XLS & XML files to PDF format
Hi Team, I’m looking into your aspose.pdf product family and was hoping you could help me understand if it can do what we need. Our company has a series of XML files that are sent to us our clients. We...
View Article