trying to display Hindi characters with Aspose PDf java
Hi Team We are evaluating Aspose PDF Java for my organisation. We are trying to display Hindi characters with Aspose PDf java for the last one week but are not successful. Link:...
View ArticleWhen converting HTML to PDF does not display Russian characters.
Good afternoon.Library Version9.4.0.0C# string html = File.ReadAllText(Template_Path + "template.html", Encoding.UTF8); // instantiate Pdf object...
View ArticleConvert PDF to TIF
When converting a PDF to TIF using Adobe, I get a small sizes clear TIF. When I use Aspose.pdf tools, I get a huge TIF without compression and if I use compression the file size is small but the image...
View ArticleCannot view PDF rendered by Aspose.PDF v9.1.0.0 in secured network
We bought Aspose.Total for .NET and deployed Aspose for PDF and MS Word. For MS Word doc rendered by Aspose.Word, we can view the doc regardless of using public WiFi or office secured network. However,...
View ArticleSerious performance issues
Hi,I'm trying to use Aspose.Pdf for Java to concatenate some PDFs and then save them as a PDF/A.Merging files seems to be quite slow:resultPDFDocument.getPages().add(pdfPart.getPages());but that's...
View ArticleText box not allowing more than 500 characters issue
I am converting html to pdf using the below code. But the input textbox in the generated pdf is not allowing to enter more than 500 characters. Is there any way to get rid of this limit? var pdf = new...
View ArticlePDF to DOC problems
Hi, There are lot of formatting issues after we convert from PDF to DOC. I am doing it with following lines of codesaveOptions.Mode = DocSaveOptions.RecognitionMode.Flow;saveOptions.Format =...
View ArticleIssue while viewing colored pdf
I have a concern which is about pdf rendering into swingsI have a colored pdf which contains multiple images so i have to get those images on pdf viewer and that images must be performed some...
View Articlecom.aspose.pdf.kit.PdfContentEditor Memory Leak
We're using com.aspose.pdf.kit.PdfContentEditor.replaceText("someString","someString") and experiencing a memory leak with com.aspose.pdf.kit.lj The heap dump is below for reference. Please let me...
View ArticleDouble segment link annotation issue
Hi Aspose Team,Using below source code we are creating hyperlink on attached PDF file (TransferDocument.pdf).We are trying to create hyperlink on “Deeds, Leases; official Records and Contracts on page...
View ArticleAdding javascript to pdf pages
Can you point me to how to inject javascript on a pdf page using the java api? I want to execute some javascript when a page is viewed.TIA,An
View Article.Net Aspose.Pdf not drawing XSL-FO table elements properly
The following XSL-FO section is not being rendered properly by Aspose.Pdf PdfGenerator.BindFO(xmlStream, xsltStream)It is rendering the content but it isn't rendering the table borders and thus the...
View ArticleProblem to validate converted PDF to PDF/A
Hello, Aspose.Pdf for.NET acquired to perform the conversion of multiple PDF documents to PDF/A-1b standard. We made the conversion procedure and perform validation have the result in error on the date...
View ArticleGenerating self printing PDF files using Aspose.Words - Is it possible?
Hi,We are using Aspose.Words (version 9.8.0.0) to generate PDF files using Word templates. Now, we need to add the self printing ability (using JavaScript) to the generated PDF files on fly (something...
View ArticleExtract vector images from a pdf
I want to extract vector images from a pdf using Aspose is it possible, if yes then please assist I am able to extract static images but unable to get the vector oneI need to extract all the images...
View ArticlePdf to Html conversion responsiveness
Hi,I am working on pdf to html conversion. It is working fine. But what I want is the converted html(web page ) should be responsive in all devices in which we are viewing that. So can u suggest me...
View ArticleWhere is com.aspose.ms.System.*?
Hello, A few of the constructors of PdfDocument refer to com.aspose.ms.System.IO.Stream. The extractText method uses com.aspose.ms.System.Text.Encoding. In which library are those classes defined? Best...
View ArticleHow to set the version of merged PDF
I'm using the following code to merge list of PDF documents.Questions:1> What would be the version of the final merged pdf?2>Can we set the PDF version of final merged pdf? public void...
View ArticleVersion 9.4 none bugs of HTML to PDF conversion is fixed!
Dear,I have tested the new version of the library for which you indicate fixing bugs for rendering HTML tags with CSS to PDF...None bugs has been fixed !The property "line-height" on bullet-list is not...
View ArticleCreate Link annotation with page break
Hi Aspose Team, We are trying to create a link annotation with page break (like few text in first page and few text in second page) using below code. but we are failed to create link annotation in 2...
View Article