FreeTextAnnotation 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 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 ArticleApplying License issue with Java Web Application - Aspose 10.1.0 version
Hi,I am using aspose pdf for java 10.1.0 version to generate pdf. I am using the following code to set the license in one of my methods.License license = new...
View ArticleDoes the java version support redactions?
I could not find the feature if so, search didn't yield anything, only seems to be for the .net platform, but hoping I am incorrect.If so, a pointer to an example showing usage would be great. If not,...
View ArticleAspose.Pdf Image vs Aspose.Pdf.Generator Image
How can I get an image to be rendered in Aspose.Pdf the same as it was in Aspose.Pdf.Generator?For example, I loaded an image into a table cell using Aspose.Pdf.Generator, and it displays differently...
View ArticleMissing text/Strange text placement when converting pdf document to html
See attached pdf and resulting html file from a conversion from pdf to html on Aspose.pdf version 10.2.0. There appears to be a lot of misplaced/missing text?
View ArticleHow to split pdf into multi pdfs from particular key word
Hello Friends,We are using Aspose products in our CRM application. we are using Aspose.Pdf for one particular requirement. now we have requirement of reading whole pdf and split that pdf into different...
View ArticlePDF file size gets 17 times of the original PDF file size
Hi I am using aspose-pdf-9.7.0-jdk16.jar version jar for converting PDF to PDF/A. For one of the document when we converted PDF to PDF/A found the new generated PDF file size gets 17 times of the...
View ArticleSet background image for Section composed of multiple pages
The documentation here (http://www.aspose.com/docs/display/pdfnet/Set+Page+Background+Image) says the following:"Aspose.Pdf for .NET feature's list also include to set the background image for a...
View ArticleSo much MemoryError.............................Aspose.Total for Java
Document pdfDocument = new Document(new FileInputStream( System.getProperty("user.dir") + "\\1.pdf")); HtmlSaveOptions saveOptions = new HtmlSaveOptions();...
View ArticleIssue with vertical line spacing
I am using the .Net version Apose.PDF to render a PDF from some dynamically generated html for a current project. After I ran into some issues with the creation of columns using divs I tried using...
View ArticlePDF Export with both Portrait and Landscape SSRS 2012
I have a report called DualOrientation containing 2 sub reports. The 1st sub report (Portrait) has portrait orientation and the 2nd (Landscape) had landscape orientation using the IsLandscape...
View ArticleUnable to parse the attached pdf to valid Excel
Hi Aspose support team,i was trying to parse the attached PDF to Valid Excel using aspose pdf in linux OS.iam getting the below exception."Tagged PDF Expected."the process i followed is i have...
View ArticleFlatten PDF layers
Need to flatten PDF layers as part of redacting files to assure that the redacted info is no longer available. I have not found the functionality in the documentation. Is it possible?
View ArticlePDF to TIFF conversion is too slow on larger documents
I am converting a 45 page pdf to tiff and taking a long time.This is the code I am usingDim pdfDocument As New Aspose.Pdf.Document(file) 'Create Resolution object Dim resolution As New...
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 ArticleUnable to read pdf file contents.
I am trying to read the text from a pdf file. I am using the evaluation version of asponse to test. I get the following output regardless of the input file. Evaluation Only. Created with Aspose.Pdf....
View ArticleReading TOC from a pdf in Java
I am trying to read the TOC from a pdf and create bookmarks based on it. I was not able to find any example on how to read the TOC, the examples mentioned in this forum use classes which are no longer...
View ArticleAspose.Pdf vs Aspose.Generator.Pdf generation times
Hi,Is it normal for the same Pdf written in the Aspose.Pdf namespace to take longer to generate than when written in the Aspose.Pdf.Generator namespace?
View ArticleHow i can specify DefaultFontName for Document class
Hi,In Aspose.Pdf.Generator.Pdf class we were using following properties. 1. DefaultFontName2. IsCoreFontUsed3. IsTruetypeFontMapCached4.TruetypeFontMapPathHow we can achieve similar functionality in...
View Article