java.awt.HeadlessException
I am getting following Exception when I ran in Linux server,java.awt.HeadlessException at sun.awt.HeadlessToolkit.getScreenSize(HeadlessToolkit.java:261) at...
View ArticleHow to print PDF file?
Hi.I have some PDF document,now I want to print the document,I also need some different parameters for each document printing。Some document may be select pages to print.Some document may be select...
View ArticleGet text for 16.5MB PDF = 2.5GB RAM.....causing crashes.
HiBoiled it down to a simple example where trying to get the text from a single PDF uses huge amounts of memory, the problem we have is when running a few in parallel it kills the system or leads to...
View ArticlePDF XFA -> Static/Standard PDF Conversion in Java
Hello,We are having a problem where XFA PDFs are confusing some of our customers, and they cannot be opened on iOS, etc. So we are wanting to convert these XFA documents into Standard/Static PDFs on...
View ArticleHow to display a pdf file in my android app
HiI am new to aspose pdf product and I want to know just how to open an existing pdf file and display it in my app without using adobe reader or other apps.I need just a simple code; in the java file...
View ArticleMIMEType and Params for embedded XML
Hello How can I set MIMEType and add Params after embedding an XML in PDF. Both properties are empty. Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document("test.pdf"); Aspose.Pdf.FileSpecification...
View ArticleHow to analyze PDFs for regression testing
Hello Aspose,for testing the PDFs generated with ASPOSE.pdf before I have to analyze them in regression tests for content and formats. Stepping through the forums and documents I did not find a good...
View ArticleHTML to PDF bugg?
Hi!We are using the latest version of Aspose and are trying to convert a HTML page into a PDF.The HTML page contains a "Table of Content".The ToC is created using a table with three columns.The middle...
View ArticleHTML -> PDF Flex bug?
Hi!I read in the documentation, regarding supported CSS features, that flexbox is supported.When I try to convert a basic html flex box to PDF it does not work. Am i missing something?Attached codefile...
View ArticleInline css in string variable filled with html text does not get displayed...
We have a custom action in SharePoint 2013 on a custom list that leads to a page that generates a pdf via the Aspose.PDF .NET dll (downloaded latest version of Aspose.Total DLL's last week).In the code...
View ArticleHow to merge PDF with Table of Contents?
Hi,I have a bunch of PDF files that I want to merge into a single one, but at the same time I want to create ToC - one heading per document. Is it possible?Thank you,Mariusz
View ArticleAspose.Pdf.Text.FontRepository.FindFont Method
When using FindFont does is the font name supplied need to be case sensitive?
View ArticleAspose pdf: get text inside drawn rectangle
HelloWe are using the aspose.pdf 9.7.0 to get the highlighted text from annotations, the problem is that in some pdf files when we highlight a specific text, other text is also highlighted (check...
View ArticleProblem with HOCR
HiI'm having an issue trying to embed HOCR data into a PDFMy code looks like this Document doc = new Document("c:/bad/1704-01-2012-017-C003-029.pdf"); doc.convert(new...
View ArticleChangeViewerPreference
I have some PDFs where the User Preference for showing the menu bar had been turned off.How do I turn back on the menu bar?I've experimented with the PDFContentEditor.ChangeViewerPreference, but I...
View ArticleAspose for Java --> PDF to HTML with embedded CSS
Hello.I am using Aspose for JAVA version. I am having the same issue as this post - I want to convert a PDF to HTML with css data embedded in a <style> tag inside the html file and not as a...
View ArticlePDF to HTML --> Break each letter to a separate div (JAVA)
Hi.I used the JAVA Aspose for PDF (version 9.7.1) in order to convert a PDF to html. My (first) problem is that some of the text is converted to html by separating each character to its own <div...
View ArticleThe type or namespace name 'Pdf' does not exist in the namespace 'Aspose'
Here is my code. This two lines of code is compiled fine under VS2010. But for the VS2013, I could not make it compiled.using AsposePdf = Aspose.Pdf;using AsposeWord = Aspose.Words;Got the following...
View ArticleOverlapping Link Annotations
Hi,I am using Text Absorber to add link annotations, but there are scenarios where I have following texts in the document,"Internal""Internal............"Now when I add link annotations I get two links...
View ArticleAspose.pdf
Hello,In the description of Sharepoint .PDF, it is only mentioned that the product is compatible with SharePoint 2010. What about sharePoint 2013?Thanks,
View Article