Error logging
I try to integrate JR exporter into existing solution, at locale computer everything works fine but as soon as I install it on production - it fails without error occuring! Is it possible to add some...
View ArticleHuge space between Html paragraphs
I'm using a Aspose.Pdf.Generator.Text with the attribute IsHtmlTagSupported = true; i have many paragraph tags and the problem is that there is a lot of space between paragraphs. When i test the code...
View ArticlePDF Tool Tip Nullpointer Exception
Hello team!I wanted to check if PDF Java supports a tool tip that can be added as a feature to the pdf document?I was looking at this sample code you had:// Open a document com.aspose.pdf.Document...
View ArticlePrinting
I need to create a pdf file from a vb.net winform when I click a button, but I need this to display the pdf in a print preview. Thanks
View ArticleCan't Modify Text in Form Fields on specific pdf
Typically, I am able to access form fields on a PDF using something like the followingAspose.PDF.Document doc; //document initialization code herevar field = doc.Form[fieldName]However, on a new pdf...
View ArticleASPOSE.PDF .Net instalation
Hi, I need more information on installing ASPOSE.PDF .net libraries with my application. First with trial and and later with purchase. Regards, Prakash This message was posted using Banckle Live Chat 2...
View ArticleSign or Certify error on modified file Invalid index: index should be in the...
When trying to sign or certify a pdf to which a page has been added you receive the error:Invalid index: index should be in the range [1..n] where n equals to the pages count.when trying to save. Code...
View ArticleEmbedding table in XML removes custom font
Hi,I am using the trial version to check if we can produce pdf's we want.Attached is the test xml I am using.without the table it's working as intended, and I see my custom font.with the table, the...
View ArticleHow to Extract Text from an particular rectangle region??
Here is my codecom.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document("/home/parkavi/Pdffiles/pages/page_0001.pdf");//Create rectangle object to get fields in that...
View ArticleHow to extract font styles of text contents from pdf???
How to extract font styles of text contents from pdf???
View ArticleAspose.Pdf java.lang.IllegalStateException: Font 'Times New Roman' not found....
Hi,I needs support for Mac Osx (OS X 10.9.5)In attachment few lines of code that produce the exception.I tried to use bothaspose-pdf-4.5.1-jdk16.jar (licensed)aspose-pdf-9.5.0-jdk16.jar (not covered by...
View ArticlePDF to Tiff
Hello, I have a problem when I try to convert a PDF file into a Tiff file.The scenario is:I have a PDF file with XFA fields in it, I fill the XFA Fields with a XML File.Then I flat the Generate PDF...
View Article"OutOfMemoryException" while converting large PDF-files
Hi, while converting large PDF-files into PDF/A-Format an "OutOfMemory"-Exception is thrown. The source-file has a filesize of about 30 MB and consists of 3800+ pages (e.g. reference manual of mySQL)....
View Articlepositoning of elements
When creating a pdf document, is there a way to specify the exact position of each element. i.e I would like to position a table at x=10, y = 20, a piece of text at x=40, y = 20 and an image at x=40,y...
View ArticlePDF to MS Word process keeps opened files - 9.5.0
Hello Aspose team,When Aspose PDF was upgraded to 9.5.0 we found out that that your library doesn't close files. After converting PDF on our server 5,5k files were opened.java 23818 23846...
View ArticlePDF Document Coordinates and Page Numbers - Client Side
Hello Support team,I was curious to know, is it possible to capture coordinates and the page number, when a PDF document is viewed in a web browser?A perfect scenario would be: A user selects some text...
View ArticleHighlight and Dashed Borders
Hello Aspose Team,Is there a way to highlight a word with a dashed/dotted border around the word/phrase?If there is, could you kindly share a code snippet and implementation for this?Please see...
View ArticleExample missing from GitHub examples for Stamp
The list of examples lists Adding Image Stamp, Adding TextStamp, Adding Pdf Stamp but there are no examples
View ArticleTextFragmentAbsorber - How to Eliminate the extra spaces
We are working on a pdf templates where in we are replacing the placeholders with the database value.Question is how to dynamically edit the spaces within the paragraph.While replacing a text in a...
View ArticleCheck for the last element in page
Hello, i wanted to know if i can check if my element (table, paragraph, ... ) is the last element in the page ? i have title blocs that i want to put in a new page if they are last elements in page....
View Article