Aspose.PDF call to JpegDevice.Process() is slow for large PDF files
I am experiencing poor performance when converting a large PDF to JPEG using JpegDevice.Process(). A PDF file with 145 pages @ 140MB takes around 10 minutes to convert all the pages to JPEG. This is...
View ArticleHtml conversion (nowrap?) issue
Hi,We've been trying to convert some htm pages to PDF, but I think the pages don't get converted properly. Could you help to clarify whether this is existing issue, or only exist in the trial version?...
View ArticleAspose pdf, looping through textFragmentCollection stop before finishing
Dears,We are using aspose pdf 4.6.0 to loop over all the text of a pdf file in order to get the coordinates of each word,We are using this code:com.aspose.pdf.Document pdfDocument = new...
View ArticleEmpty PDF produced with Aspose.Pdf 9.0
HI,I'm using the following code and image to create a PDF from a TIFF file. In the result I get an empty (0kb) file. Please help.File file = new File("path.tiff");File pdfFile =...
View ArticleAspose is throwing exception on PDFPageDestination
After evaluating properties in PDFPageDestination for the 1st Link Annotation in the attached document, Aspose is throwing an exception of: The destination of GoToAction must refer to page object not...
View ArticleAspose.Pdf for Reporting Services works in a SQLServer Express with SSRS?
I am trying to do a concept test using Aspose.PDF for Reporting Services. The issue I want to cover is the lack of full text justifying on SSRS. I found that your product can export to PDF having the...
View ArticleExtracting original image data
I am using Aspose.PDF to extract images from a PDF file. The PDF file contains a bunch of images in JPG format (that is, they are encoded in the PDF file with the /Filter /DCTDecode option, after which...
View ArticleOpen, set UserPassword, Close -> invalid document
The code is very straightforward, the resulting file cannot be opened in Acrobat Reader, the document is not a valid pdf (there was an error processing the page). static void Main(string[] args)...
View Articlewhile merging two pdf document with bookmarks iam getting error
Hi,while merging two pdf document with bookmarks i am getting below error,the related code mentioned below"Object can't be modified in this Registar. Use Export (recursive) and then try again."Code:...
View ArticleMerge entire XML data with XFA form - not field by field!
We have 1000's of interactive XFA based forms created with Adobe LiveCycle Forms Designer. They all have XML schemas associated with them. We also have Reader Extensions. We are attempting to avoid buy...
View ArticleXLS to PDF needs to zoom to 800% for proper displaying
We receive excel xls files from our partners and clients that contain many columns and some may be merged. When converting these xls file to pdf the image is incredibly small and we must zoom to 800%...
View ArticleSaving back to the same PDF
I've tried this in Java:publicstaticvoid fillForm(String pdf, String data){ try { InputStream xmlInputStream = new FileInputStream(data);Form myForm = new Form(pdf, pdf) ;//make the source and target...
View Articlepreserving bookmark using Aspose for java
Hi,I am trying to merge two pdf files and I want to preserve the bookmarks for them. I tried the following code but it does not display the level 2(child) bookmarks and when I click on the bookmark it...
View ArticlePDF license not being accepted
I am using aspose words and pdf in the same application, deployed on tomcat. I am placing both the words and pdf jar files in tomcat/lib directory, with the license there as well. The words license...
View ArticleLoosing Borkmars while merging pdfs
Hi,We are trying to replace a different product jar file with aspose and we are left with just one item that is bookmarks - creating and preserving them but when I am using the following code to add...
View ArticleCan Aspose.PDF generate WCAG accessible PDF files
Hi,I need to find out if Apose.PDF can generated PDF files are tagged meaning in a WCAG accessible PDF fornat and are compliant with Section 508 accessability statands?Some more information can be...
View ArticleSSRS Preview
Helloafter installing Aspose.PDF on a SQL Server 2012 VM everything seemed to be alright at first.Before referencing the Aspose.dll it is no longer possible to preview a...
View Articleunable to generate pdf
hi all,i am using aspose licence, am getting following exception at the time of pdf generation,java.io.IOException: PDF header signature error.11:02:26,692 ERROR [stderr] (http--127.0.0.1-8080-10) at...
View ArticleAspose PDF and Aspose PDF Kit
Currently i am using Aspose PDF for Java 3.2.0 and Aspose PDF Kit for Java 4.3.0.But now, both these versions have been merged and the latest version is Aspose PDF for Java 9.1.0If i purchase Aspose...
View Articlepdf bookmarks list count not getting accurately
Hi,The pdf bookmarks count is not getting accurately.my code and sample pdf file mentioned Here PdfBookmarkEditor bookmarkEditor = new PdfBookmarkEditor(); //open PDF file...
View Article